/*@import url(blocks.css);*/
/*@import url(content.css);*/

html, body {
	color: #000;
	margin: 0;
	padding: 0px 10px;
	font-size: 9px;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	background: #BBB9B5;
}
b {
font-weight: bold; 
font-size: 11px;	
}

a {
color: Black; 
text-decoration: underline; 
font-weight: bold;
font: sans-serif; 
font-size: 11px;
 font-style: normal;
 }
a:hover {
	color: #8BC302;
	text-decoration: none;
}
img {	border:	0px;
}

.img-ombre {
	/*background: url(images/ombre_back.gif) no-repeat;*/
	/*width:128px;*/
	/*height:128px;*/
	width:auto;
	background: #ffffff;
	border= 0px;
	padding:3px 0 0 3px;

}
.img-ombre img {
	/*padding:11px 0 0 11px;*/
}
form div {
clear: left;
margin-left: 5px;
 padding-bottom: 2px;
 padding-top: 2px;
}

form div label {
float: left;
width: 25%;
font: bold 0.9em Arial, Helvetica, sans-serif;
font-size: smaller;
}

legend
{
	margin-left: 5px; 
	color: Navy;
	font: medium;
}

li
{
color: Navy;
}
li.gris
{
color: #CCCCCC;
}

fieldset{
/*background-color: Navy;*/	
margin-left: 5px; 
margin-right: 5px;
}

.button
{
	color:#ffffff;
	background-color: Background;
	
}
#header {
	margin-left: auto; 
   	margin-right: auto;
	width: 405px; /* taille obligatoire pour le centrage */
	height:				176px;
	background-image:	url(images/index_fr.gif);	
	background-repeat: no-repeat;
	background-position: left;
}

#titre{
	margin-left: auto;
	margin-right: auto;
	height:	20px;
	text-align:	left;
	color: #b10643;
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 4px;
	padding-top: 4px;
	
}

#titre2{
	margin-left: auto;
	margin-right: auto;
	height:	20px;
	text-align:	left;
	color: #84BC05;
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 4px;
	padding-top: 4px;
	
}

#content{
	margin-left: auto;
	margin-right: auto;
	text-align:	left;
	color: black;
	/*min-height: 200px;*/
	/*height:expression(this.scrollHeight > 600 ? "auto":"600px"); */
	padding-bottom: 4px;
	padding-top: 4px;
	vertical-align: top;
	height: auto;
	font-size: 11px;
}
#content2{
	margin-left: auto;
	margin-right: auto;
	text-align:	left;
	color: #333333;
	/*min-height: 200px;*/
	/*height:expression(this.scrollHeight > 600 ? "auto":"600px"); */
	padding-bottom: 4px;
	padding-top: 4px;
	vertical-align: top;
	height: auto;
	font-size: 11px;
}

#blanc{
	padding-left: 25px;
	margin-right: auto;
	text-align:	left;
	color: white;
	/*min-height: 200px;*/
	/*height:expression(this.scrollHeight > 600 ? "auto":"600px"); */
	padding-bottom: 4px;
	padding-top: 4px;
	vertical-align: top;
	height: auto;
	font-size: 10px;
	font-weight: bold;
}

#date{
	text-align:	left;
	height: auto;
	font-size: 9px;
}


#footer {
	/* marge droite et gauche sur auto pour centrer le bloc */
	margin-left: auto; 
  	margin-right: auto;
	width: 750px; /* taille obligatoire pour le centrage */
	height:	50px;
	background:	#474A4F;
	border-bottom: 1px solid #00008B;
	text-align:	center;
	color: white;
	vertical-align: middle;
	}
#footer a {color: #EAB600;}
#footer a:hover {color: #EAB600;}
#footer a:menuTop {}
#footer a:highlight {color: #EAB600;}	
	
	

#input {
float: left;
text-align: left;
background-color: #F6F6F6;
color: #84BC05;
font-size: 11px; 
}

#textarea {
 float: left;
text-align: left;
background-color: #F6F6F6;
color: #84BC05;
font-size: 11px; 
}

/* button  cliquer */
#button { 
 float: left;
font-size: 10px ;
color: white ;
background-color: #204883;
top: 80% ;
border-width: 1pt ;
}

	
div.error { 
background-color: #FFCCCC; 
text-align: center; 
border-top: 1px solid #DDDDFF; 
border-left: 1px solid #DDDDFF; 
border-right: 1px solid #AAAAAA; 
border-bottom: 1px solid #AAAAAA; 
font-weight: bold; 
padding: 10px;
}
#ModTexte { 
background-color: #cccccc; 
border-top: 1px solid #000000; 
border-left: 1px solid #000000; 
border-right: 1px solid #000000; 
border-bottom: 1px solid #000000; 
padding: 5px;
font: sans-serif; 
font-size: 10px;
 font-style: normal;
}
#ModImage { 
background-color: #cccccc; 
border-top: 1px solid #000000; 
border-left: 1px solid #000000; 
border-right: 1px solid #000000; 
border-bottom: 1px solid #000000; 
padding: 5px;
font: sans-serif; 
font-size: 10px;
 font-style: normal;
}
#suppression { 
color: #ffffff;
background-color: #E78080; 
border-top: 2px solid #8B0000; 
border-left: 2px solid #8B0000; 
border-right: 2px solid #8B0000; 
border-bottom: 2px solid #8B0000; 
padding: 2px;
}


