@charset "windows-1252";
/* CSS Document */
/*Structure de la page --------------------------------------------------*/
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #fbef9a;
	text-align: center;
	position: relative;
}
h1, h2, h3, h4, h5, h6, h7, p {
	margin: 0px;
	padding: 0px;
}
#tetiereFlash {
	position: absolute;
	left: 0px;
	top: 0px;
}
#container {
	background-color: #fff;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-position: center bottom;
	background-repeat: no-repeat;
	position: relative;
	width: 954px;
}
#col_Gauche,#col_Centre, #col_Droite{
	padding-top: 200px;
}
#col_Gauche {
	float: left;
	background-color: transparent;
}
#col_Centre {
	float: left;
	background-color: transparent;
}
#col_Droite {
	float: right;
	background-color: transparent;
}
#pied {
	background-color: transparent;
	clear: both;
	padding-top: 10px;
	color: #FFFFFF;
	font-size: 14px;
	margin-left:5px;
}
#pied a {
	color: #FFFFFF;
	text-decoration: none;
}
#pied a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#pied .petit_menu {
	font-size: 10px;
	display: block;
	padding-top: 5px;
	color: #AF0000;
}
#pied .petit_menu a ,
#pied .petit_menu a:hover {
  	color: #AF0000;
}
/*Style des textes --------------------------------------------------*/
.text{
	font-size: 11px;
	color: #682120;
}
.text a {
	text-decoration: underline;
	color: #682120;
}
.text a:hover {
	text-decoration: none;
}
.chapo{
	font-size: 11px;
	font-weight: bold;
	color: #AF0000;
}
.titre{
	font-size: 24px;
	font-weight: bold;
	color: #AF0000;
}
.titre_Secondaires{
	font-size: 18px;
	font-weight: bold;
	color: #009BE3;
}
.Bt-generic {
	background-image: url(../imagesV2/bouton-1_01.jpg);
	background-position: left center;
	height: 19px;
	background-repeat: no-repeat;
	padding-left: 12px;
	color: #FFFFFF;
	font-weight: bold;
	float: left;
}
.Bt-generic a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: left;
}
.Bt-generic img {
	margin: 0px;
	padding: 0px;
}
#login form{
margin-bottom:5px;

}

#login a{
font-size: 12px;
font-weight:normal;
text-decoration:underline;
}
#login a:hover{
font-weight:bold;
}
.titre_news{
/*background:red;*/
font-size: 14px;
font-weight:bold;
}

#news .communique .titre_news a.article_a{
	font-weight:bold;
}

a.pdf_icone{
	font-size: 12px;
}

.titre_news a{
font-weight:bold;
text-decoration:none;
}

.communique img{
border:none;
vertical-align:middle;
}