﻿body 
{
    width: 760px;
    margin: auto;/*Pour centrer la page*/
    margin-top:0px;
    margin-bottom:20px;
    background-image:none;
    background-color:#202020;    
}

#titre1
{
    background-color:inherit;
    /*position:static;*/
	float:left;
    font-style:italic;
    font-weight:bold;
    font-size:xx-large;
    color:#F4A732;
    height:30px;
    width:245px;
    margin-top:10px;
    margin-left:20px;        
}
#titre2
{
    background-color:inherit;
    /*position:static;*/
	float:right;
    font-style:italic;
    font-weight:bold;
    font-size:x-large;
    color:#F4A732;
    height:30px;
    width:300px;
    margin-top:50px;
	margin-right:20px;
    /*margin-left:450px;*/           
}

#en_tete
{
    width:760px;
    height:100px;
    margin:auto;
    background-image:url(Images/Banniere_essai5.jpg); 
    background-repeat:no-repeat;
    margin-top:0px;
    margin-bottom:0px;
}    
.element_menu
{
	width:760px;
	margin:auto;
	text-align:center;
	height:30px;	
}

#corps
{
	margin:auto;
	width:760px;
   margin-left:auto; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
   margin-top:10px;
   margin-bottom: 10px; /* Ca c'est pour éviter que le corps colle trop au pied de page en-dessous */
   padding: 5px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */

   font-family: Arial,Verdana,Times New Roman,sans-serif;
   font-size: medium;
   font-style: italic;
   color:#b08c3d;
   z-index:10;
}
#liste
{
	background-color:#F4A732;
	width:150px;
	height:130px;
	color:black;
	margin-top:14px;
	margin-left:0px;
	padding-left:25px;
	padding-top:10px;
	position:relative;

	z-index:20;
	/*margin-left:3px;*/		
}
#liste a
{
	font-family: Arial,Verdana,Times New Roman,sans-serif;
	font-size:medium;
	font-style:italic;	
}
a:hover
{
	color:white;
	text-decoration:underline;
}
.imageblock
{
    float:right;
    margin-top:70px;
    margin-left:10px;
    padding:5px 5px 5px 5px;
    border-style:solid;
    border-color:#b08c3d;
    border-width:2px;
}
.imageblock1
{
    float:left;
    margin-top:0px;
    margin-right:10px;
    padding:5px 5px 5px 5px;
    border-style:solid;
    border-color:#b08c3d;
    border-width:2px;   
}
#pied_de_page
{
	width:760px;
	margin:auto;
    color:#b08c3d;
}
.element_menu span
{
    /*padding-left:21px;
    line-height:20px*/
    /*text-align:justify;*/   
}
.element_menu span:hover
{
    color:White;
    text-decoration:underline;  
}
#corps  a
{
	color:#F4A732;
	font-size:medium;
	font-weight:bold;
	text-decoration:none;
}
#corps a:hover
{
	color:white;
	text-decoration:none;
}
p
{
    text-align:justify;
}
#corps p a
{    
	color:#B08C3D;
	text-decoration:none;
}
#corps p a :hover
{
    color:#F4A732;
	text-decoration:none;
}
#corps p span
{
    color:#F4A732;
    text-decoration:none;
}
#corps p span:hover
{
    color:White;
    text-decoration:underline;
}        
h2 span:hover
{
    color:White;
    text-decoration:underline;
}
#corps em
{
	font-weight:bold;
    color:#B08C3D;
}
#corps em :hover
{
    /*color:#F4A732;*/
}
#corps em a
{    
	color:#B08C3D;
	text-decoration:none;
}
#corps p a em :hover
{
    color:#F4A732;
	text-decoration:none;
}
.trait
{
	border-color:#b08c3d;
	border-width:1px;
	border-style:solid;
}
.bouton
{
	background-color:#F4A732;
	width:123px;
	height:30px;	
	float:left;
	margin-left:3px;
	font-family: Arial,Verdana,Times New Roman,sans-serif;
	font-size:medium;
	font-weight:bold;
	text-decoration:none;
	color:black;
}
.bouton a
{
	font-family: Arial,Verdana,Times New Roman,sans-serif;
	font-size:medium;
	font-weight:bold;
	text-decoration:none;
	color:black;
}
#linkbutton5 span:hover
{
	text-decoration:none;
	color:black;

}
.imagebouton
{
	float:right;
	margin-left:10px;
	padding:2px 2px 2px 2px;
    border-style:solid;
    border-color:#b08c3d;
    border-width:2px;
}
.imagebouton:hover
{ 
	border-color:#F4A732;
	border-width:3px;
}
#formulaire1
{
	/*position:static;*/
    width:600px;
    height:400px;
    float:left;
    margin-left:50px;
    margin-top:20px;
    border: 2px solid #b08c3d;
    padding:5px;
    /*font-family: Arial;
    font-size: medium;
    font-style: italic;
    color:#b08c3d;*/
}
a
{
	color:#F4A732;
	font-size:medium;
	font-weight:bold;
	text-decoration:none;
}
a:hover
{
	color:white;
	text-decoration:underline;
}
#formulaire
{
	padding:10px;
	margin-bottom:10px;
    border-style:solid;
    border-color:#b08c3d;
    border-width:2px;
}
img
{
	border:none;
	display:block;
}
#pied_de_page a
{
	color:#b08c3d;
	font-weight:normal;
}
