/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A0A0A0;
}

form {
	margin:0;
	padding:0;
}
	

#main {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #EFEFEF;
	padding-bottom:20px;
}

#haut {
	background-image: url(images/head.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 119px;
	width: 950px;
}

#milieu {
	width: 950px;
	overflow:auto;
	overflow-x:hidden;
	overflow-y:hidden;
}

#menugauche {
	width:192px;
	float:left;
	margin:15px;	
}

#headmenu {
	background-image: url(images/boutonrouge.png);
	background-repeat: no-repeat;
	width:192px;
	height:26px;
	
}

#headmenu p.titremenu {
	color:#FFFFFF;
	font-weight:bold;
	padding-left:10px;
	padding-top: 5px;
	margin: 0px;
}



#listemenu {
	width:190px;
	padding-top:5px;
	padding-bottom:10px;
	border: 1px solid #EFEFEF;
	background-color: #F9F9F9;
}

#listemenu ul {
	margin: 0px;
	padding:0px;
}

#listemenu li {
	list-style-type: none;
	margin: 0px;
	padding-left:10px;
	padding-top:0px;
	padding-bottom:0px;
	
}

#listemenu li a {
	font-weight:bold;
	font-size:11px;
	color:#A0A0A0;
	text-decoration:none;
}

#listemenu li a:hover {
	font-weight:bold;
	font-size:11px;
	color:#F7931E;
	text-decoration:none;
}

#listemenu li a.on {
	font-weight:bold;
	font-size:11px;
	color:#F7931E;
	text-decoration:none;
}
#listemenu li a.on:hover {
	font-weight:bold;
	font-size:11px;
	color:#F7931E;
	text-decoration:none;
}


#menudroite {
	width:192px;
	float:right;
	margin:15px;
}

#headmenudroite {
	background-image: url(images/boutonrouge.png);
	background-repeat: no-repeat;
	width:192px;
	height:26px;
	
}

#headmenudroite p.titremenu {
	color:#FFFFFF;
	font-weight:bold;
	padding-left:10px;
	padding-top: 5px;
	margin: 0px;
}



#listemenudroite {
	width:190px;
	border: 1px solid #EFEFEF;
	background-color: #F9F9F9;
	
	
}

#contenudroite {
	padding:10px;
	margin:0;
	font-size:11px;
	text-align:justify;
}

#contenudroite h1 {
	color:#A20D23;
	font-size:12px;
	margin-bottom:10px;
	margin-top:0px;
	text-align:left;
}

#contenudroite p {
	margin-bottom:10px;
	margin-top:10px;
}


/************************ CENTRE ************************/


#centre {
	width: 480px;
	float:left;
	margin-top:15px;
	margin-left:10px;
	padding:0px;
	/*border: 1px solid #EFEFEF;*/
	

}
hr {
	color: #F3F3F3;
	background-color:#F3F3F3;
	height: 3px;
	margin-top:10px;
}

#centre p {
text-align:justify;
padding: 0px;
margin:10px 0 10px 0;
}



#centre h1 {
	color:#A20D23;
	font-size:18px;
	margin-bottom:2px;
	margin-top:0px;
}

#centre p.date {
	color:#A0A0A0;
	font-size:11px;
	margin-top:2px;
}

#centre img {
	margin-right: 5px;
	margin-bottom: 5px;
	float:left;
	border:none;
	max-width:480px;
}

#centre h2 {
	font-weight:bold;
	color:#A0A0A0;
	font-size:16px;

}

#centre h3 {
	font-weight:bold;
	color:#F7931E;
	font-size:14px;

}

#centre li {
	margin-top:10px;
}

#rubrique {
	border-bottom: #CCCCCC solid 2px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
/********************************************************/

.boutonsearch {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #FFFFFF;
	background-color: #990033;
	width: 40px;
	border: 1px solid #666666;
}








#suite {
	height:25px;
	clear:both;

}

#btmenug {
	background-image: url(images/bouton_menu_g.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width:4px;
	height:25px;
	float:right;
}

#btmenud {
	background-image: url(images/bouton_menu_d.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width:4px;
	height:25px;
	float:right;
}
#btmenuc {
	background-image: url(images/bouton_menu_c.gif);
	background-repeat: repeat-x;
	background-position: center;
	height:25px;
	float:right;
	font-size:12px;
}
#btmenuc p {
margin:0px;
padding-top: 3px;

}

#btmenuc p a.texte {
	color:#FFFFFF;
	text-decoration:none;
	margin-left:15px;
	margin-right:15px;
	font-weight:bold;
	
}

#btmenuc p a.texte:hover {
	color:#FFFFFF;
	text-decoration: underline;
	margin-left:15px;
	margin-right:15px;
	font-weight:bold;
	
}


#haut h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F7931E;
	float: right;
	text-align: right;
	font-weight: bold;
	margin-top: 45px;
	margin-right: 20px;
}
#menu {
	border-top: 1px solid #EFEFEF;
	border-right: none;
	border-bottom: 1px solid #EFEFEF;
	border-left: none;
	background-color: #F9F9F9;
	height: 45px;
	width: 950px;
}

#menu ul {
	margin-left: 0px;
	padding-left:0px;
	margin-top:15px;
}

#menu li {
	display:inline;
	list-style-type: none;
	margin-left:15px
}

#menu li a {
	font-weight:bold;
	font-size:12px;
	color:#A0A0A0;
	text-decoration:none;
	/*letter-spacing:0.3px*/
}

#menu li a:hover {
	font-weight:bold;
	font-size:12px;
	color:#F7931E;
	text-decoration:none;
}

#menu li a.on {
	font-weight:bold;
	font-size:12px;
	color:#F7931E;
	text-decoration:none;
}
#menu li a.on:hover {
	font-weight:bold;
	font-size:12px;
	color:#F7931E;
	text-decoration:none;
}

#menu li a.on:visited {
	font-weight:bold;
	font-size:12px;
	color:#F7931E;
	text-decoration:none;
}

a {
	color:#FF9933;

}

a:hover {
	color:#FF9933;
	text-decoration:none;

}

a:visited {
	color:#FF9933;

}

.texteorange {
	color: #F7931E;

}
#centre td {
	vertical-align:middle;
}

#menugauche input[type=text] {
	font-size:10px;
	color: #A0A0A0;
	width:120px;

}
/*css tableau*/
.tableauetude {
	font-size: 11px;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-color: #a20d23;
	border-bottom-color: #a20d23;
	border-left-color: #a20d23;
	border-collapse:collapse;
	color: #666666;
}

.titretableau {
	text-align: center;
	margin-bottom: 20px;
}

.tableauetude .borduredroite-blanche-droite {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.tableauetude .borduredroite-blanche-bas {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.tableauetude .borduredroite-blanche-haut {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.tableauetude .borduredroite-pointille {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #a0a0a0;
}
.tableauetude .borduredroite-pointille-droite {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFFFFF;
}
.tableauetude .borduredroite-pointille-bas {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #a0a0a0;
}

.tableauetude .borduredroitegras {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #a20d23;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #a0a0a0;
}
.tableauetude .bordurebas {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a0a0a0;
}
.tableauetude .borduredroite{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #a0a0a0;
}
.tableauetude  .bggris {
	color: #666666;
	background-color: #FFCCFF;
}
.tableauetude .bgbleu {
	color: #666666;
	background-color: #00CCCC;
}


.em {
	font-style: italic;
	text-align: center;
}

.tableauetude th {
	background-color: #a20d23;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
}

.tableauetude td {
	text-align: center;
}
.tableauetude td.femme {
	color: #f7931e;
	text-align: center;
	vertical-align: middle;
}
.tableauetude td.homme {
	width: 23px;
	text-align: center;
	vertical-align: middle;
}

.tableauetude td.total {
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #a20d23;
}
.tableauetude a.gris, .tableauetude a.gris:visited {
	color: #666666;
	text-decoration: none;
}
.tableauetude a.gris:hover{
color: #f7931e;
text-decoration: none;
}
.tableauetude a.grisfonce, .tableauetude a.grisfonce:visited {
	color: #666666;
	text-decoration: none;
}
.tableauetude a.grisfonce:hover{
color: #f7931e;
text-decoration: none;
}

.paragraphe {
	margin-right: auto;
	margin-left: auto;
	width: 1100px;
}
.orange {
	color: #f7931e;
}
