/* CSS Document */

body
{
	width:920px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	
	color:#333333;
	background-image:url(images/fond.jpg);
	background-repeat:repeat-x;
	background-position:center;
	margin-top:0px;
	margin-bottom:20px;
	margin:auto;
	height:610px;
	border:#FF7F00 2px solid;;
	margin-top:20px;

}



#image_grasse
{
	width:150px;
	height:165px;
	margin-bottom:10px;
	background-image:url(images/logo-RENOUER.jpg);
	background-repeat:no-repeat;
	background-position:center;
	position:absolute;

	
}

#logo
{
	width:764px;
	
	position:relative;
	left:147px;
	top:5px;
	margin-left:5px;
	
	margin-left:5px;
	margin-bottom:10px;
	background-color: #2A7F55;
}

#menu
{
	width:764px;

	position:relative;
	left:147px;

	
	margin-left:5px;
	margin-bottom:10px;
}

h2
{
	padding:5PX;
	border-left:3px solid #FF7F00;
	border-bottom:2px dashed #FF7F00;
}

#gauche
{
	float:left;
	width:150px;
	margin-top:5px;

	

}


.photo
{
text-align:center;
	
}
.news1
{
	margin-top:5px;
	margin-left:5px;
	
	height:100px;
	width:128px;
	border:black 1px solid;
	padding-top:1px;
	padding:5px;
	font-size:13px;
	background-color:white;


	border:#FF7F00 solid 2px;

	text-align:center;
}
.news1 h1
	{
		color:black;
		font-size:14px;
	
	}
	
.news1 h3 a
	{
		color:black;
		font-size:14px;
		text-decoration:none;
		font-stretch:normal;
		font-weight:200;
	}

.news1 h3 a:hover
	{
		background-color:black;
		color:#FFFFFF;
	}

#corps1
{
	width:350px;
	float:left;
	margin-left:8px;
	height:350px;
	border:#2A7F55 2px solid;
	vertical-align:middle;
	padding:10px;
	border:#2A7F55 2px solid;
	background-color:#FFFFFF;
	border-color: #FF7F00;	
	font-weight:200;
	
}
#corps2
{
	float:left;
	overflow:scroll;
	width:345px;
	height:350px;
	border:#2A7F55 2px solid;
	top:-375px;
	vertical-align:middle;
	border:#FF7F00 2px solid;
	margin-left:10px;
	font-weight:200;
	padding:10px;
	background-color:#FFFFFF;
	
	
	}
	
#corps1 a:hover
{
	background-color: #6C0000;
	color: #FFFFFF;
	text-decoration:none;
}

#corps1 a
{
	color:#6C0000;
	text-decoration:none;
}

#pied
{	
	
	position:absolute;
	top:572px;
	left:50%;
	margin-left:-455px;
	vertical-align:middle;
	padding-top:8px;
	border:#FF7F00 2px solid;
	
	
	width:910px;
	border:#2A7F55 2px solid;
	text-align:center;
	font-weight:bold;
	font-stretch:normal;
	color:#2A0000;
	height: 45px;
	font-style:normal;
	text-decoration:none;
	text-shadow:#FFFFFF;
	background-color: #FFFFFF;
}
#pied a
{
color:#2A1FFF;
text-decoration:none;
text-transform:lowercase;
}
#pied a:hover
{
	background-color: #6C0000;
	color: #FFFFFF;
	text-decoration:none;
}
input, textarea
{
   font-family: "Times New Roman", Times, serif; /* On modifie la police du texte tapé l'intérieur des champs */
}

input:focus, textarea:focus /* Quand le curseur est sur un champ (ne marche pas sur IE) */
{
   background-color: #FFFF99;
}

label
{
   color: black; /* Colorer en bleu tous les labels (bah oui, pourquoi pas en bleu ?) */
}

legend /* On met un peu plus en valeur les titres des fieldset */
{
   font-family: Arial, "Arial Black", Georgia, "Times New Roman", Times, serif;
   color: #FF9933;
   font-weight: bold;
}

fieldset
{
   margin-bottom: 5px; /* Une marge pour séparer les fieldset */
   background-color: #FF9F55;