body
{  
	background-color: white; 
	font-family: arial,"Lucida Calligraphy","Arial Rounded MT Bold", "Times New Roman", "Arial Black", Times, serif;  
	text-align:center;
	font-size:18px;
}

#blabla
{
	width:360px;
	text-align:left;
	float:right;
	
}

#cartes
{
	float:right;
	background-color: white;
}

#cartes2
{
	text-align:center;
}

#paragraphe
{
	width:600px;
	margin-left:100px;
}

#piece
{
	position: relative;
}

#menucadre 
{
	margin:0px;
	width:100%;
	height:30%;
}


body a
{
	color:#48842c;
	text-decoration:none;
}

body a:hover
{
	color:black;
}

#corps
{	
	width:770px;
	position:center;
	text-align:justify;
	margin-top:50px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
	color:black;
}

#corps h1 /* Tous les titres h1 du corps */
{
	color: Black;
	text-align: center;
}

#corps h2 /* Tous les titres h2 du corps */
{
	color: Black;
	font-size:35px;
	text-align: center;
	font-family: "castellar", "Times New Roman", "Arial Black", Times, serif; 
	margin-bottom:50px;
	margin-top:50px;
}

#corps h4 /* Tous les titres h4 du corps */
{
	color: Black;
	font-size:1.2em;
	text-align: left;
	font-family: "castellar", "Times New Roman", "Arial Black", Times, serif; 
}

#corps h3 /* Tous les titres h3 du corps */
{
	height: 40px;
	font-size:1.3em;
	color: white;
	text-align: center;
	font-family: "Lucida Bright", "Times New Roman", "Arial Black", Times, serif;   
}

#corps img 
{
	position:relative;
}

p
{
	text-align: center;
}

#p1
{
	text-align: center;
}

#p2
{
	line-height:37px;
}

#p3
{
	line-height:47px;
}

a
{
	color: #48842c;
}

#pied_de_page
{	
	font-family: arial,"Lucida Bright", "Times New Roman", "Arial Black", Times, serif;
	width:auto;
	color: white; 
	font-size:0.7em;
	margin-top:100px;
}

#pied_de_page p
{
	text-align:center;
}

#pied_de_page img
{
	position:relative;
}

#pied_de_page  sign
{
	text-align: center;
	font-size: 0.7em;
}

#pied_de_page  admin
{
	text-align: left;

	font-size: 0.7em;
}

#titre_news
{
	color:Black;
	font-size:1.2em;
}

#date
{
	color:Black;
	font-size:0.7em;
}

input, textarea
{
	font-family: arial,"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;
}

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

fieldset
{
	text-align: left;
	margin-bottom: 15px; /* Une marge pour séparer les fieldset */
}

table
{
   border-collapse: collapse; /* Les bordures du tableau seront collées (plus joli) */
   
}

td
{
   border: 1px solid Black;
}

th
{
   border: 1px solid Black;
}

#image_comp
{
	float:left;
}

#paragraphe_comp
{
	padding-left:300px;
	line-height:25px;
}

#photoControle
{
	float:right;
}