/***********************************************/
/* 2col_rightNav.css                             */
/* Use with template 2col_rightNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

@import url('./sondage.css');
@import url('./ticket.css');


body{
	font-family: Arial,sans-serif;
	color: #333333;
	background-color:#F2F2F2;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	height:100%;
}
.container
{
	background:url("/images/background_contenu.png");
	background-repeat:repeat-x;
	background-color:#E4E4E4;	
}
.gauche{ float: left;}
.clear{ clear: both;}
	
a:link, a:visited, a:hover {
	color: #80B815;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 22px;
 color: #80B815;
}

h2{
 font-size: 18px;
 color: #334D55;
}

h3{
 color: #334d55;
  font-size: 14px;
  width:auto;
}

ul {
 list-style-type: disc;
}

.tableSpecificationsAPI {
	border: 0;
	margin: 10px 0px 10px 10px;
}

.tableSpecificationsAPI td{
	vertical-align: top;
	min-width: 100px;
}

.disc {
 list-style-type: disc;
 /*
 	list-style-position:inside;
 	Ajout d'une marge pour éviter de revenir à la ligne dans le menu pas tester si celà fait buger les autres pages...
 */
 margin-left: 15px;
}

.discSelected {
 list-style-image:url(../images/fleche_r.gif);
 /*list-style-position:inside;*/
 margin-left: 15px;
}

.discSelected a {
	color: red;
}

.drsLink
{
	font-size: 13px;
	margin-bottom: 2px;
}

label{
	font: bold 100% Arial,sans-serif;
 color: #334d55;
}

p { 
	text-align: justify;
}

.StyleNormalBlue { color: #003399; }
.StyleNormalGreen {	color: #006600; }
.gray { border: 1px solid #D1CBD0;}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 0px 0px;
	width: 100%;
}

#navBar{
	/*margin: 0 0 0 79%;*/
	width:340px;
}

#choix_langue{
	
	text-align: right;
	padding-top:32px;
}

#choix_langue img{

	border: 0;
}


#content{
  float:left;
	/*width: 75%;*/
	margin: 0;
	padding: 0 3% 0 0;
}
#content ul li{
  list-style-image:url("/images/puce_verte.png");
}
.middle_table_entete
{	
	color:	#000000;
	font-weight:bold;
	text-align:center;
}
.tableau_top
{
	background-color:#d6d6d6;
	border-top: 1px solid #bbb8b8;
	text-align:left;
}
.tableau_right
{
	border-right: 1px solid #bbb8b8;
}
.tableau_left
{
	border-left: 1px solid #bbb8b8;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#pageName{
	padding: 10px 0px 10px 10px;
}

/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */

/************** .story styles *****************/
.faq_rubrique{
	clear: both;
	padding: 10px 0px 10px 10px;
	font-size: 12px;
}
.faq_rubrique a{
	color:#334D55;
}
.faq_rubrique h3 a{
	color:#80B815;
}
.faq_rubrique h3{
	color:#80B815;
}

/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	
}
.story ul a{
	color:#334D55;
}
.story a{
	color:#334D55;
}
.story ul a{
	font-weight:normal;
	color:#80B815;
}
.story h3 a
{
	color:#80B815;	
}
.erreur{
	padding: 0px 10px 0px 0px;
	font-size: 100%;
	text-align: justify;
	border-bottom: 1px solid #cccccc;
}

.support{
	padding: 0px 10px 0px 0px;
	font-size: 100%;
	text-align: justify;
}

.pdf{
	padding: 0px 10px 0px 0px;
	font-size: 100%;
	text-align: center;
	border-bottom: 1px solid #cccccc;
}

.question{
	clear: both;
	padding: 10px 10px 10px 10px;
	margin-left: 10px;
	font-size: 12px;
	background-color: #EEEEEE;
	border: 1px solid #cccccc;
}

.comment{
	clear: both;
	padding: 10px 10px 10px 10px;
	margin-left: 10px;
	margin-bottom: 20px;
	font-size: 13px;
	background-color: white;
	border: 1px solid #cccccc;
}

.description
{
	padding: 0;
	margin: 10px 0px 10px 10px;
}

.ticket{
	clear: both;
	padding: 10px 10px 10px 10px;
	font-size: 100%;
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
	border:1px solid grey;
}
.ticket_msg_init{
	clear: both;
	padding: 10px 10px 10px 10px;
	font-size: 100%;
	background-color: #EEEEEE;
	border: 1px solid #cccccc;
}
.ticket_btn_actions{
	text-align:left;
	float:right;
	width:auto;	
}
.ticket_info_inf{
	text-align:left;
	float:left:
	width:auto;
}

.reponseN{
	clear: both;
	padding: 10px 10px 10px 10px;
	font-size: 100%;
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
}

.reponseC{
	clear: both;
	padding: 10px 10px 10px 10px;
	font-size: 100%;
	background-color: #EEEEEE;
	border: 1px solid #cccccc;
}

.login{
	clear: both;
	padding: 10px 0px 10px 0px;
	width: 450px;
	background-color: #F1F1F1;
	border: 1px solid #BDBBBB;
}
#breadCrumb a
{
	font-weight:bold;	
}
/************* #siteInfo styles ***************/

#siteInfo{
	clear: both; 
	border: 1px solid #BDBBBB;
	background-color: #EDEDED;
	font-size: 75%;
	padding: 10px 10px 10px 10px;
	/*margin-top: 10px;*/
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;margin:0 0 0 30px;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
}
.sectionLinksTop{
	background-image:url("/images/box_grey_top_2.png");
	background-repeat:no-repeat;
	width:340px;
	height:20px;
}
.sectionLinksMiddle{
	background-image:url("/images/box_grey_middle.png");
	width:340px;
}
.sectionLinksBottom
{
	background-image:url("/images/box_grey_bottom.png");
	background-repeat:no-repeat;
	width:340px;
	height:20px;
}
#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 0px;
	width: 100%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: auto;
}
#sectionLinks a{
	font-weight:bold;
}
#sectionLinks a:visited{
	padding: 2px 0px 2px 0px;
}

#sectionLinks a:hover{
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinksK{
	margin: 0px;
	font-size: 70%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinksK h4{
	padding-top: 10px;
	padding-left: 10px;
	margin-bottom: 5px;
	font-size: 13px;
	color: #334d55;
	
}

.relatedLinksK ul li{
	list-style-image:url("/images/puce_noire.png");
}
/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

#header
{
	height:80px;
}
