/* CSS Document */
.chemin-fer{
	heightt:24px;
	line-height:24px;
	background-color:#E6F0E2;
	padding-left:195px;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#A2A2A2;
}
.chemin-fer a{
	text-decoration:none;
	font-size:10px;
	color:#000000;
}
.chemin-fer a:hover{
	color:#A2A2A2;
}
/* POUR LES RUBRIQUES SANS MENU GAUCHE */
.contenu-main{
	width:980px;
	background-image:url(../img/commun/rub/bg_main.jpg);
	background-repeat:no-repeat;
}
.main-colonne{
	padding:25px 40px;
}
/* POUR LES RUBRIQUE AVEC MENU GAUCHE */
.contenu-main-menu{
	width:980px;
	background-image:url(../img/commun/rub/bg_main_col.jpg);
	background-repeat:no-repeat;
}
.main-colone-menu{
	float:left;
	width:728px;
	padding:35px 30px;
}
.main-colone-menu ul{
	/*padding:20px 15px 20px 30px;*/
	padding:5px 0px 2px 20px;
	margin:0px;
}
.separation-vert-haut{
	border-top: #006633 1px dotted;
}
/************************************************************/
/*							                                */
/*		          POLICE DE CARACTÈRES		                */
/*							                                */
/************************************************************/
.texte-10 	
		{
		font-family: verdana, Trebuchet MS, arial, sans-serif;
		font-size: 10px;
		color: #000000;
		}

.texte-blanc-10 	
		{
		font-family: verdana, Trebuchet MS, arial, sans-serif;
		font-size: 10px;
		color: #FFFFFF;
		}

.texte-11 		
		{
		font-family: verdana, Trebuchet MS, arial, sans-serif;
		font-size: 11px;
		color: #000000;
		}
		
.texte-blanc-11 		
		{
		font-family: verdana, Trebuchet MS, arial, sans-serif;
		font-size: 11px;
		color: #FFFFFF;
		}
		
.texte-gris-10 		
		{
		font-family: verdana, Trebuchet MS, arial, sans-serif;
		font-size: 10px;
		color: #333333;
		}
				
.texte-gris-11 		
		{
		font-family: verdana, Trebuchet MS, arial, sans-serif;
		font-size: 11px;
		color: #333333;
		}
		
.texte-12 		
		{
		font-family: verdana, Trebuchet MS, arial, sans-serif;
		font-size: 12px;
		color: #000000;
		}
		
.titre-vert-10		
		{
		font-family: verdana, Trebuchet MS, arial, sans-serif;
		font-size: 10px;
		font-weight: bold;
		color: #33CC33;
		}
						
.titre-vert-12		
		{
		font-family: verdana, Trebuchet MS, arial, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #33CC33;
		}

.titre-vert-14		
		{
		font-family: verdana, Trebuchet MS, arial, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #33CC33;
		}
		
.titre-blanc-14 		
		{
		font-family: verdana, Trebuchet MS, arial, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #FFFFFF;
		}


.titre-blanc-18 	
		{
		font-family: verdana, Trebuchet MS, arial, sans-serif;
		font-size: 18px;
		font-weight: bold;
		color: #FFFFFF;
		}

.copyrights	
		{
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 10px;
		color: #999999;
		}

/************************************************************/
/*							    */
/*		      ÉLÉMENTS FORMULAIRES		    */
/*							    */
/************************************************************/


.texte-form		
		{
		font-size: 11px;
		font-weight: bold;
		color: #000000;
		}

.message-ok
		{
		font-size: 10px;
		font-weight: bold;
		color: #339933;
		}

.message-erreur
		{
		font-size: 10px;
		font-weight: bold;
		color: #CC0000;
		}

.input-field 	
		{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #F3FFE2;
	border: 1px solid #33CC33;
		}


.select-field 	
		{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #000000;
		background-color: #F3FFE2;
		border-top: #33CC33 1px solid;
		border-left: #33CC33 1px solid;
		border-right: #33CC33 1px solid;
		border-bottom: #33CC33 1px solid;
		}


.textarea
		{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #000000;
		border-top: #33CC33 1px solid;
		border-left: #33CC33 1px solid;
		border-right: #33CC33 1px solid;
		border-bottom: #33CC33 1px solid;
		background-color: #F3FFE2;
		}


.submit-button 	
		{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #000000;
		border-top: #33CC33 1px solid;
		border-left: #33CC33 1px solid;
		border-right: #33CC33 1px solid;
		border-bottom: #33CC33 1px solid;
		background-color: #F3FFE2;
		}

/*******************/
/* BLOC TOURNANT*/
#bloc-tournant{
	position:relative;
	margin-top:5px;
	margin-bottom:5px;
	height:70px;
}		

/* MENU GAUCHE */
.menu-gauche{
	float:left;
	width:192px;
}
.menu-gauche ul{
	padding:0px;
	margin:0px;
}
.menu-gauche li{
	list-style-type:none;
	height:35px;
	border-bottom:1px solid #FFFFFF;
}
.menu-gauche li a{
	text-decoration:none;
	display:block;
	width:160px;
	height:35px;
	line-height:35px;
	padding:0px 0px 0px 32px;
	color:#0A4700;
	font-weight:bold; 
}
.menu-gauche li a:hover{
	background-color:#EDFDEB;
	/*background-color:#F8FDF7;*/
	border-left:3px solid #458F00;
	width:157px;
	color:#0A4700;
}
.menu-gauche li.bt-on{
	width:157px;
	height:35px;
	padding:0px 0px 0px 32px;
	line-height:35px;
	color:#0A4700;
	font-weight:bold;
	background-color:#EDFDEB;
	border-left:3px solid #458F00;
}

h1.titre{
		font-size: 14px;
		font-weight: bold;
		color: #33CC33;
}
h2.sous-titre{
	font-size: 14px;
	font-weight: bold;
	color: #A9EC58;
}
h2.sous-titre-seul{
	font-size: 14px;
	font-weight: bold;
	color: #028600;
	margin-bottom:7px;
}
h3.titre-rubrique{
		font-size: 12px;
		font-weight: bold;
		color:#BDF301;
}
/***************************************************/
/* POUR LES TABLO */
.titre-tablo{
	background-color:#9A9A9A;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
}
.text-tablo ul{
	padding:5px 0px 5px 10px;
	margin:0px;
}
.text-tablo li{
	line-height:10px;
	list-style-type:circle;
	color:#006F00;
}
.text-tablo li a{
	text-decoration:none;
	font-size:10px;
	color:#006F00;
	font-weight: normal;
}
.text-tablo li a:hover{
	color:#000000;
}
/* TABLO POUR ARCHIVE GENERATION JUNIOR */
.text-tablo-gj ul{
	padding:10px 0px 10px 30px;
	margin:0px;
}
.text-tablo-gj li{
	line-height:17px;
	list-style-type:circle;
	color:#006F00;
}
.text-tablo-gj li a{
	text-decoration:none;
	font-size:12px;
	color:#006F00;
	font-weight: normal;
}
.text-tablo-gj li a:hover{
	color:#000000;
}
a.lien-actif{ 
	text-decoration:none;
	font-weight:bold;
	color:#009900;
}
a.lien-actif:hover{
	color:#000000;
}
/********************************************/
/* BLOC TABLO COMITE */
.fond-tablo-comite{
	padding:20px;
	width:700px;
	margin:auto;
	background-color:#D1F5C7;
	border: 1px solid #1B5A00;
}
/*********************************************/
.encart-bas{
	width:950px;
	height:140px;
	padding:20px 10px 20px 20px;
	background-image:url(../img/commun/rub/bg_encart_bas.gif);
	background-repeat:no-repeat;
}
.adresse{
	float:left;
	width:200px;
	height:116px;
	padding:20px 0px 0px 20px;
	color:#CCFB5F;
	background-image:url(../img/commun/rub/bg_adresse.gif);
	background-repeat:no-repeat;
}
.adresse a{
	text-decoration:none;
	color:#FFFFFF;
}
.adresse a:hover{
	color:#CCFB5F;
}
.menu-encart{
	float:right;
	padding-top:15px;
	width:710px;
}
.menu-encart .sous-menu-encart{
	float:right;
	width:98px;
	padding-left:5px;
	margin-right:12px;
	height:115px;
	border-left:1px dotted #CCFB5F;
}
.menu-encart .sous-menu-encart a{
	text-decoration:none;
	color:#CCFB5F;
}
.menu-encart .sous-menu-encart a:hover{
	color:#FFFFFF;
}
.menu-encart .sous-menu-encart h3{
	color:#FFFFFF;
}
.menu-encart .sous-menu-encart ul{
	margin:0px;
	padding:12px 0px 0px 0px;
}
.menu-encart .sous-menu-encart li{
	list-style-type:none;
	height:18px;
	color:#FFFFFF;
	font-weight:bold;
}
.menu-encart .sous-menu-encart li a{
	text-decoration:none;
	font-weight:normal;
	font-size:10px;
	color:#FFFFFF;
}
.menu-encart .sous-menu-encart li a:hover{
	color:#FFFFFF;
	font-weight:bold;
}
