body
{
background-image:url("images_webaccaf/courbes_niv.jpg"); /*image de fond "courbes de niveau*/
background-position:top left;
font-family:"Comic Sans MS", arial, vernada, serif;
font-size:1.2em;
font-weight:bold;
}

ul
{
list-style-type: none;
margin-left: 0px;
}

a
{
color:blue;
text-decoration:none;
}

a:hover
{
color:red;
}

/*a:visited
{
color:rgb(150,150,255);
}*/

#bandeau
{
   margin: auto; /* pour centrer le bandeau*/
   width: 1010px;
   height: 250px;
   text-align:center;
   vertical-align:bottom;
}

#image
{
   margin: auto;
   width: 1000px;
   height: 200px;
   background-image: url("images_webaccaf/DSCN1830d.jpg");
   background-repeat: no-repeat;
}

#texte
{
	color:red;
	font-style: italic;
	line-height:50px;
}

#corps
{
	margin: auto;
	width:1000px;
	height:465px;
	/*border-width:1px; 
	border-style:solid;
	border-color:green;*/ /*neutralisée une fois le design stabilisé*/
	margin-bottom: 6px;
	padding-right:0px;
}

#utilitaire
{
	width:190px;      
	height:465px;
	border-width:1px;
	border-style:solid;
	border-color:red;
	float:left;
	font-size:0.7em;
	text-align:center;
	line-height:10px;
	padding-left:3px;
	padding-right:3px;
}	
	
#design
{
	margin-left:0px;
	width:190px;
	float:left;
	/*font-size:0.7em;*/
	margin-bottom:30px;
}

#contenu
{
	margin: auto;
	width: 798px; /* définition du bloc*/
	height: 465px;
	border-width:1px;
	border-style:solid;
	border-color:red;
	overflow:auto;
	margin-bottom: 0px;/*ne sert à rien => à supprimer*/
	margin-right:0px; /*ne sert à rien => à supprimer*/
	font-size:0.9em;
	color:grey;
	line-height:35px;
}

#liste
{
	padding-right:150px;/*à stabiliser*/
}
	
.droite
{
	float:right;
	vertical-align:middle;
}

#fleur
{
padding-top:10px;
padding-left:110px;
}

strong
{
background-color: red; /* Fond rouge */
color: yellow; /* Texte de couleur jaune */
font-style: italic;
}


#pied_de_page
{
   margin: auto; /* pour centrer le pied de page*/
   width: 1000px;
   height: 45px;
   background-color:#7FFF00;/*00CED1;/*90EE90;/*00FFFF;/*41D1CC;/*lime;*/
   border-width:1px;
   border-style:solid;
   border-color:black;
   margin-bottom:10px; /*ne permet pas de faire apparaitre de marge en bas*/
   font-style: italic;
   font-size:small;
   text-align: center;
   vertical-align:bottom;/* sans effet*/
   color: #000000;
}

  
   