/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #e5e5e5;
	background-image: url(../images/fonds/body_rayures-obliques.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.alignleft {
	text-align: left;
}

a:link,
a:visited {
	color: black;
	text-decoration: underline;
}
a:hover,
a:active {
	color: black;
	text-decoration: none;
}
a img {
	border: 0;
}
img {
}
.block {
	display: block; /* corrige le bug Internet Explorer d'espaces indésirables autour des images */
}

hr {
	/* Corrige bug des marges de HR sous IE */
	display:block;
	height: 1px;
	margin: 0;
	_margin: -7px 0;
	padding: 0;
	/* fin de correction de bug des marges */
	color: #ddd; /* Couleur sous IE */
	background-color: #ddd; /* Couleur sous Firefox */
	border: 0;
}

p {
}

h1 {
	display: none;
}
h2 {
	margin-bottom: 10px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #b22f00;
}
h3 {
	font-family: "Trebuchet ms",Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #253f50;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black;
}

li {
	margin-left: -30px;
}

/*.date {
	font-family: "Trebuchet ms",Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #537d98;
}*/

hr {
	width: 98%;
	height: 1px;
	
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	
	border-width: 0;
	
	background-color: #666;
	
	color: #666;
}

/*  */
/****************************************************************************************************
Bloc Actualites de la homePage 
****************************************************************************************************/
  

 
div#actu div#cont-actualite   { position:relative;  z-index:1; width:260px; height:116px; /*clip: rect(0px, 275px, 116px, 0px); */ overflow: hidden;  } 
div#actu div#cont-actualite div  { padding: 7px ;  } 
div#actu div#cont-actualite div p { margin: 0 0 3px 0; padding: 0;   } 
div#actu div#cont-actualite p.actuDetail img{ float: none; margin: 0; padding: 0;  } 

div#actu             { width: 259px;  height: 138px;   padding: 14px 0 0 0 ;  background: url(../images/fonds/f-actu.gif) left top no-repeat;   } 
div#actu-bot         { width: 259px;  background: url(../images/fonds/f-actu-bot.gif) left bottom no-repeat;   } 

#cont-actu-liste h3      {     } 
#cont-actu-liste .date   { font: italic normal 11px arial; padding: 0 0 0 15px   } 

#info1, #info2    {   } 


/*  */
/****************************************************************************************************
FIN MENU GAUCHE 
****************************************************************************************************/
#header {
	width: 749px; /* 1 pixel de moins pour le padding-right */
	height: 82px;
	
	margin-top: 15px;
	/* pour centrage milieu de page */
	margin-left: auto;
	margin-right: auto;
	/* fin centrage */
	padding-top: 125px;
	padding-right: 1px; /* pour décrocher le menu de la bordure droite */
	
	background-image: url(../images/bandeau/header.png);
	background-repeat: no-repeat;
	
	text-align: right;
}

/* BOUTON ACCUEIL*/
#accueil {
	z-index: 1;
	margin-left: 128px;
	margin-right: 493px;
	text-align: right;
	/* 493 - 45 */
}

/****************************************************************************************************
MENU DE NAVIGATION
****************************************************************************************************/
#menu {
	/*margin-top: 24px;*/
}

/****************************************************************************************************
BLOC PRINCIPALE
****************************************************************************************************/
#main {
	width: 750px; /* Soient 750 px */
	min-height: 100%;
	
	margin-top: -4px; /* corrige le bug Internet Explorer d'espaces indésirables autour des images */
	/* pour centrage milieu de page */
	margin-left: auto;
	margin-right: auto;
	/* fin centrage */
	padding-top: 20px;
	padding-left: 0;
	padding-right: 0;
	overflow: hidden;
	
	background-image: url(../images/fonds/center.gif);
	background-repeat: repeat-y;
	
	text-align: center;
}

/****************************************************************************************************
BLOCS D'INFORMATION A GAUCHE 
****************************************************************************************************/
#left {
	width: 208px; /*Soient 220 pixels avec les 12 px de margin */
	/*height: 100%;*/
	
	margin: 0;
	margin-left: 12px;
	float: left;
	
	vertical-align: top;
	text-align: center;
	color: white;
}
#left table {
	padding: 20px;	

	border-collapse: collapse;
}

/* ***********************************************
Tableaux des blocs de gauche
*********************************************** */
.top {
	width: 208px;
	height: 25px;
	
	margin: 0;
	padding: 0;

	/*background-image: url(images/bloc_info/top.gif);
	background-repeat: no-repeat;*/
}
.top img {
	display: block;
}

.center {
	width: 168px;
	height: auto;
	
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	
	background-image: url(../images/bloc_info/center.gif);
	background-repeat: repeat-y;
	
	text-align: left;
}
.center h3 {
	color: white;
	font-size: 14px;
	word-spacing: -1px;
}
.center li {
	margin-bottom: 12px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #bfecff;
	
	list-style-image: url(../images/puces/fleche.gif);	
}
.center li a:link,
.center li a:visited {
	color: #bfecff;
	text-decoration: none;
}
.center li a:active,
.center li a:hover {
	color: #bfecff;
	text-decoration: underline;
}

#left form {
	margin-bottom: 0;
}
#left label {
}

.footer {
	width: 208px;
	height: 18px;

	background-image: url(../images/bloc_info/bottom.gif);
	background-repeat: no-repeat;
}


/****************************************************************************************************
CONTENU CENTRAL
****************************************************************************************************/
#content {
	min-width: 530px; /* 515 Soient 530 pixels avec le paddings gauche et droite de 15 px */
	
	padding-left: 15px;
	padding-right: 15px;  
	
	color: black;
	text-align: left;
}
	#content img {
		margin-top: 15px;
		margin-left: 20px;
		margin-right: 10px;
		margin-bottom: 15px;
		float: right;
	}
	
	#content a:link,
	#content a:visited {
		font-weight: bold;
		color: #537d98;
	}
	#content a:hover,
	#content a:active {
		color: #b22f00;
	}
	#content li {
		margin-left: 0;
		margin-bottom: 5px;
	}
	#content table {
		border: 1px solid black;
		border-collapse: collapse;
	}
	#content td {
		padding: 3px;
		
		border: 1px solid black;
		border-collapse: collapse;
		
		background-color: #d8e0e5;
	}
	#content caption {
		margin-bottom: 15px;
		
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: black;
	}
	
#contact {
	padding-right: 10px;
}
#contact img {
	float: right
}

div.edito {
	font-size: 12px;
}

#recherche {
	min-width: 730px;
	
	text-align: center;
}

#comment {
	margin-right: -20px;
	
	font-style: italic;
}

#form_recherche {
	/*width: 630px;*/
	width: 90%;
	
	margin: 10px;
	padding: 0;
	padding-left: 10px;
	padding-right: 10px;
	
	background-color: #e5e5e5;
	background-image: url(../images/fonds/complement_rayures-obliques.gif);
	background-repeat: repeat;
	
	border: 1px dotted #9f9f9f;
	
	text-align: left;
}

#tabul {
	/*text-align: none;*/
}
	#tabul table {
		/*width: 650px;*/
		width: 90%;
	}
	#tabul th {
		border: 1px solid black;
		border-collapse: collapse;
		
		background-color: #253f50;
		
		color: white;
	}
	#tabul img {
		float: none;
	}

#complement {
	width: 120px; /* Soient 160 px avec le margin et padding cumulés */
	margin: 10px;
	padding: 10px;
	float: right;
	background-color: #e5e5e5;
	background-image: url(../images/fonds/complement_rayures-obliques.gif);
	background-repeat: repeat;
	border: 1px dotted #9f9f9f;
}

#complement img {
float: none;
}
#complement h4 {
margin-top: 0;

font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: black;
text-transform: uppercase;
}
#complement li {
margin-left: -30px;

list-style-image:url(../images/puces/fleche_tournante.gif);
list-style-position: outside;
}

#form_research {
	width: 220px;
	
	padding-left: 30px;
	
	background-image: url(../images/puces/loupe.gif);
	background-position: left;
	background-repeat: no-repeat;
	
	text-align: center;
}

/* Gestion des fichiers à télécharger */
#fichier {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: x-small;
}
#fichier img {
	margin: 0;
}
#fichier a:link,
#fichier a:visited,
#fichier a:hover,
#fichier a:active {
	font-weight: normal;
	text-decoration: none;
}

/* Gère l'affichage et les hauteurs des 2 blocs */
#left,
#content {
	height: 100%;
	display: table-cell;
}


#bottom_links {
	width: 750px;
	
	margin-top: 0;
	/* pour centrage milieu de page */
	margin-left: auto;
	margin-right: auto;
	/* fin centrage */
	
	background-image: url(../images/fonds/center.gif);
	background-repeat: repeat-y;
	
	text-align: center;
	color: #999;
}
#bottom_links a:link,
#bottom_links a:visited,
#bottom_links a:hover,
#bottom_links a:active {
	color: #666;
}

/****************************************************************************************************
PIED DE PAGE
****************************************************************************************************/
#footer {
	width: 750px;
	height: 15px;
	margin-top: 0;
	/* pour centrage milieu de page */
	margin-left: auto;
	margin-right: auto;
	/* fin centrage */
	margin-bottom: 15px;
	background-image: url(../images/fonds/footer.gif);
	background-repeat: no-repeat;
}

form {
}
legend {
	display: none;
}
fieldset {
	width: 450px;
	padding: 10px;
	border: 1px solid #aca899;
	border-left-style: solid;
	border-left-width: 10px;
	border-left-color: #253f50;
	background: #d8e0e5;
}
label {
	display: inline; 
	float: left;
	width: 150px;
	font-weight: bold;
}
input,
select {
	border: 1px solid #7f9db9;
}
.ok,
.rechercher,
.buton {
	border: 1px solid black;
	background-color: #9ec8e3;
	font-weight: bold;
}
