/*Style de mise en page*/

body 
{
	margin: 0;
	text-align:center;
	padding: 0;
	font-size: 10pt;
	font-family: arial, verdana, sans-serif;
}

#conteneur 
{
	width:840px ;
	background-color : #FFFFFF;
	text-align:left;
	margin-top: 0px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../squelette/header.jpg) ;
	background-repeat: no-repeat;
	background-position: top left;
}

#fondheader
{
	background-image: url(../squelette/fd_menu.jpg) ;
	background-repeat: repeat-x;
	background-position: top left;
}

#contenu
{
	width: 810px;

}

#contenu_actu
{
	width: 790px;
	padding-left: 15px;
}

#baniere
{
	font-family: Arial, Verdanna;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	margin-top:3px;
	margin-left:10px;
	width:818px;
	height:22px;
	overflow:hidden;
	font-size: 12pt;
	color:#18538D ;
}

.titre1
{
	background-image: url(../squelette/fond.gif);
	background-repeat: repeat-x;
	width:800px;
	margin: 22 5 10 10px;
	padding: 0 0 0 10px;
	font-style: italic;
	font-weight: bold;
}

.Actu
{
	width: 560px;
	background-image: url(../squelette/fd_actu.jpg);
	background-repeat: repeat;
	margin: 25 5 10 10px;
	padding: 0 0 0 10px;
	font-style: italic;
	font-weight: bold;
}

.soustitre
{
	/*font-weight: bold;*/
	font-style: italic;
	font-family: arial black, arial, verdana, sans-serif;
	color: blue;
	margin: 5 5 15 15px;
}

.presentation
{
	padding: 0px ;
	text-align: justify;
	margin: 10 10 10 15px;
}

#corpsgauche
{
	background-image: url(../squelette/corps.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}

#corpsdroit
{
	background-image: url(../squelette/corps.jpg);
	background-repeat: repeat-y;
	background-position: top right;
}

div#footer
{
	text-align: center ;
	background-image: url(../squelette/basdepage.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	color: white;
}

div#footer dl dt
{
	display: inline;
}

#contact
{
	background-color: #124D89;
	text-align: center;
	font-size: 8pt;
	color: white;
}
/*Pour donner une taille minimum*/
#bloc 
{
	height: 400px;
}
/*Non interprété par IE*/
html>body #bloc 
{
	height: auto;
	min-height: 400px;
} 
/*Fin taille minimum*/

.news
{
	background-image: url(../squelette/fd_actu.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	text-align: left;
	margin: 2px;
	padding: 2px;
	vertical-align: top;
	margin-right: 2px;
	font-weight: bold;
	font-size: 8pt;
}

.droite
{
	border: 1px solid #84B3BD;
	width: 190px;
}

#rub_liste
{
	width: 700px;
	background-image: url(../squelette/fd_actu.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	font-weight: bold;
	margin-left: 15px;
}

.cache
{
	visibility: hidden;
}

.decouvert
{
	visibility: visible;	
}

.obligatoire
{
	color: red;
	font-weight: bold;
}

#info
{
	margin-left:25px;
	margin-right:25px;
}

.titreprod
{
	font-weight: bold; 
	border: 1px solid gray; 
	width: 500px;
}

.prodrub
{
	color: blue;
	font-weight: bold;
	font-size: 12pt;
	/*text-decoration: overline underline;*/
}

input.formrecherche
{
	padding: 0px ;
	margin: 15 0 5 15px;
	border: 1px solid #c4c4ff;
	font-size : 10pt;
}

input.forminfos
{
	padding: 0px ;
	border-width: 1px;
	border-style: solid;
	border-color: gray;
	font-size : 10pt;
}

.attention
{
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	padding-left: 15px;
}

input.formrechercheimage
{
	vertical-align: text-bottom;
}	

.coche
{
	margin-left: 25px;
}

.ficheprod
{
	width: 540px;
	padding: 10 5 0 25px;
}

table
{
	font-size: 10pt;
}

thead
{
	background-color: #124D89;
	color: white;
	font-weight: bold;
}

.gauche
{
	width: 604px;
	margin: 5px;
}

.centre
{
	width: 400;
}

.centrer
{
	text-align: center;
}

.important
{
	font-weight: bold;
	font-style: italic;
}

.suite
{
	text-decoration: none;
	background-image: url(../squelette/puce.gif);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	padding-left: 10px;
}

.module
{
	text-align: center;
	background-image: url(../squelette/mod.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	font-style: italic;
	width: 120px;
	height: 45px;
}

#imprimer
{
	/*background-image: url(../squelette/print.jpg);
	background-repeat: no-repeat;*/
	background-position: right center;
	text-align: right;
}

/*Couleurs des liens*/

#footer a:link , #footer a:visited, #footer a:active 
{ 
	color: white; 
} 

#baniere a:link, #baniere a:visited
{
	color: red;
}

#baniere a:active
{
	color: #18538D ; 
}

a:hover
{ 
	text-decoration:underline;
}

a
{
	text-decoration: none ;
}

a:link
{ 
	color: #18538D ; 
	text-decoration: none;
}