body
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	color: DARK grey;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	font-size: small;
	text-align: justify;
	background-color: #FCFAF4;
	text-align: center;
	background-repeat: no-repeat;
	border-style: line;
}

body h1
{
   font-size: large;
   text-transform: capitalize;
}

body h2
{
   font-size: medium;
}

body a {
	color: #000;
	text-decoration: none;
	display: block;
	font-style: normal;
}

body a:hover {
	text-decoration: none;
	color: #660033;
	text-transform: capitalize;
}

#bandeauhaut
{
	float: left;
	width: 800px;
	height: 180	px;
	min-height: 180 px;
	background-repeat: no-repeat;
	margin-bottom: 0px;
	background-color: #9CF4FAFC;
	background-image: url("images/ornement/bandeauht.jpg");
	background-repeat: no-repeat;
	margin-left: 0px;
	visibility: visible;
	border-right-style: solid;
	border-right-width: thin;
	border-top-color: #999999;
	border-top-style: solid;
	border-top-width: thin;
	border-right-color: #999999;
	border-left-color: #999999;
	border-left-style: solid;
	border-left-width: thin;
}
#bandeaubas
{
	float: left;
	width: 800px;
	height: 121	px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	background-color: #9CF4FAFC;
	background-image: url("images/ornement/bandeaubas.jpg");
	background-repeat: no-repeat;
	margin-left: 0px;
	visibility: visible;
	text-align: left;
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-left-color: #999999;
	border-left-style: solid;
	border-left-width: thin;
}

#en_tete
{
   float: left;
   width: 500px;
   height: 180px;
   background-image: url("images/logos/logo2b.gif");
   background-repeat: no-repeat;
   position: relative;
   top: 0px;
   left: 50px;
}

#en_tete_boutons
{
	float: left;
	width: 180px;
	height: 33px;
	background-repeat: no-repeat;
	margin-left: 30px;
	margin-bottom: 3px;
	position: relative;
	top: 120px;
	left: 100px;
}


#piedgauche
{
	float: left;
	width: 400px;
	height: 121px;
	position: relative;
	left: 10px;
	top: 80px;
}

#pieddroit
{
	float: left;
	width: 400px;
	height: 121px;
	position: relative;
	top: 80px;
	left: auto;
	text-align: right;
}
/* cadre adresse ---------------------------------------------------------------------------------------------------------- */

#cadreadresse   /*plage principale*/
{
   width: 620px;
   margin-left: 5px;
   margin-top: 20px;
   margin-bottom: 0px;   
   color: grey;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: justify;
 }
.nom_cadreadresse
{
   font-weight: bold;
   height: 20px;
   padding: 3px;
   float: left;
   width: 478px;
   background-color: rgb(255,203,151);
   background-repeat: repeat;
   border: 0px solid green;
   margin-top: 20px;
}

.sigle_cadreadresse
{
   float: left;
   height: 20px;
   width: 128px;
   background-color: rgb(255,203,151);
   padding: 3px;
   background-repeat: repeat;
   border: 0px solid green;
   margin-top: 20px;
}

.adr_cadreadresse
{
   float: left;
   width: 480px;   
   height: 50px;
   background-color: rgb(255,128,0);
   padding: 2px;
   background-repeat: repeat;
   border: 0px solid green;
   margin-top: 0px;
}
.tel_cadreadresse
{
   float: left;
   text-align: center;
   width: 130px;
   height: 50px;
   background-color: rgb(255,128,0);
   padding: 2px;
   background-repeat: repeat;
   border: 0px solid green;
   margin-top: 0px;
}

.desc_cadreadresse
{
   color: rgb(251,251,238);
   
   float: left;
   height: 70px;
   overflow: auto;
   width: 470px;
   background-color: rgb(215,107,0);
   padding: 2px;
   background-repeat: repeat;
   border: 5px solid rgb(255,128,0);
   margin-top: 0px;
}
.logo_cadreadresse
{
   float: left;
   color: rgb(255,255,128);
   height: 80px;  
   width: 130px;
   background-color: rgb(255,128,0);
   padding: 2px;
   background-repeat: repeat;
   border: 0px solid green;
   margin-top: 0px;
}


/* Le menu -------------------------------------------------------------------------------------------------------------*/

#menu
{
   float: left;
   width: 80px;
}

.element_menu  /* Quelques effets sur les menus -----*/
{
   background-color: #FFFFFF;
   background-image: url("images/ornement/fdpapier.gif");
   background-repeat: repeat;
   border: 0px solid green;
   border-right: 2px inset black;
   border-bottom: 2px inset black;
   margin-top: 40px;
}


.element_menu h3 /* Tous les titres de menus */
{    
   color: green;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
}

.element_menu ul /* Toutes les listes à puces se trouvant dans un menu */
{
   list-style-image: url("images/ornement/pvert.gif"); /* On change l'apparence des puces */
   padding: 0px; /* Tous les côtés ont une marge intérieure de 0 pixels */
   padding-left: 20px; /* ... mais on modifie ensuite la marge de gauche, donc celle-là fera finalement 20 pixels */
   margin: 0px; /* Idem pour margin, ça nous évite d'avoir à en écrire 4 (margin-left, margin-right...) */
   margin-bottom: 5px; /* Même chose que tout à l'heure, on modifie ensuite juste margin-bottom, mais tous les autres sont à 0px */
}

.element_menu a /* Tous les liens se trouvant dans un menu */
{
   color: black;
   text-decoration: none;
}

.element_menu a:hover /* Quand on pointe sur un lien du menu */
{
   font-style: oblique;
   color: white;
}

#spirale
{
   float: left;
   width: 640px;
   height: 32px;
   padding: 5px;
   margin-left: 40px;
   margin-top: 10px;
   background-image: url("images/ornement/hautspirale.gif");
   border-right: 2px inset black;
   color: dark grey;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: justify;
}



#corps   /*plage principale----------------------------------------------------------------------------------------*/
{
	float: left;
	width: 790px;
	padding: 5px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: white;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	text-align: justify;
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #999999;
	border-left-color: #999999;
	border-left-style: solid;
	border-left-width: thin;
 }
/* Les vignettes -------------------------------------------------------------------------------------------------------------*/


#vignette
{
   float: left;
   width: 315px;
   text-align: center;
}


 
#menubas
 {
   float: left;
   width: 80px;
   text-align: left;
   font-size: x-small;
  }
 
#pied_de_page /*pied de page---------------------------------------------------------------------------------------------*/
 {
   float: left;
   width: 640px;
   margin-left: 40px;
   padding: 5px;
   margin-top: 0px;
   margin-bottom: 5px;    
   background-image: url("images/ornement/vfdpapier.gif");
   background-color: white;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: justify;
   border-right: 2px inset black;
   border-bottom: 2px inset black;
 }

 
 

