/* CSS Document */

a:link{
	color: #000000;
	text-decoration: underline;
}

a:visited{
	color:#000000;
	text-decoration: underline;
}

a:hover{
	color:#666666;
	text-decoration: underline;
}

body {
	background-color: #CCCCCC;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin-right:auto;
	margin-left:auto;
	padding:0;
	font-weight: normal;
	margin-top: 0px;
	height: auto;
}
#main {
	background-color: #FFFEFA;
	height: auto;
	width: 980px;
	text-align: center;
	padding: 7px;
	margin: auto;
}
#fresque img {
	border: 1px solid #000000;
}


#main #menu {
	background-color: #cbd4b6;
	height: 30px;
	width: 980px;
	float: left;
}

ul#liste_menu
{
	height: 30px;
	padding: 0;
	background-color:#F7F7EE;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	
	
}
#drapeau {
	margin-right: 5px;
	float: left;
	width: 80px;
	position: relative;
	top: 5px;
	left: 0px;
}
#drapeau img {
	border : 0px;
}

#lecteur {
	margin-right: 5px;
	float: right;
	width: 200px;
	position: relative;
	top: 5px;
	right: 0px;
}

ul#liste_menu li
{
	float: left;
	text-align: center;
}/* On rend les li en flottant pour pouvoir les
 afficher horizontalement, on cache les puces, et on centre le texte */

ul#liste_menu li a
{
	width: 100px;
	color: #181C11;
	display: block;
	text-decoration: none;
	background-color: #CBD4B6;
	line-height: 30px;
	font-size: 90%;
}

ul#liste_menu li a:hover
{
	text-decoration: underline;
	background-color: #CBD4B6;

}
#main #menu #liste_menu .current {
	color: #000000;
	background-repeat: no-repeat;
	background-position: center top;
	text-decoration: underline;
	background-color: #E3E8D9;
}
#conteneur_contenu {
	text-align: justify;
	padding: 5px;
	font-size: 90%;
	line-height: 1.4em;
}


#main #milieu #droite #conteneur {
	width: 330px;
	border: 1px solid #000000;
	margin-left: 35px;
}

#main #entete #titre_1 {
	text-align: left;
	width: 150px;
	line-height: 1.8em;
	float: right;
	position: relative;
	top: 55px;
	right: 155px;
}
#titre_1 h2 {
	font-size: 100%;
	font-weight: bolder;
}


#titre_conteneur {
	height: auto;
	background-color: #d8a55a;
	text-align: left;
	background-image: url(images/puce.png);
	background-repeat: no-repeat;
	padding-left: 35px;
	background-position: 7px 7px;
	padding-top: 7px;
	padding-bottom: 7px;
}
#titre_conteneur div {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: black;
	width: 265px;
}




#main #footer {
	background-color: #CBD3B8;
	clear: both;
	width: 980px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	height: 20px;
	margin-top: 1px;
}
#main #footer .current_bas {
	text-decoration: underline;
}
.menu_footer {
	float: left;
	width: 650px;
	font-size: 80%;
	display: inline;
	margin-left: 85px;
	margin-top: 0.3em;
	margin-bottom: 0px;
}

.menu_footer a {
	text-decoration: none;
}

.menu_footer a:hover {
	color:#000000;
	text-decoration: underline;
}

#main #milieu {
	height: auto;
}
#main #gauche {
	height: auto;
	float: left;
	width: 595px;
	padding-top: 7px;
	text-align: left;
}
#main #droite {
	float: left;
	height: auto;
	width: 380px;
	padding-top: 20px;
}
.fresque {
	margin-left: 8px;
}
#droite #fresque {
	bottom: 0px;
	position: relative;
	top: 275px;
}
#main #milieu #separateur {
	float: left;
	border: 1px solid #000000;
	width: 1px;
	height: 550px;
	margin-top: 7px;
}




.cache {
	text-indent: -5000px;
	font-size: 0px;
	line-height: 1px;
	text-decoration: none;
}


#main #entete {
	background-image: url(images/bandeau.jpg);
	background-repeat: no-repeat;
	height: 137px;
}

.texte {
	text-align : justify;
	width: 540px;
	margin-left: 25px;
}
.footer_gauche {
	float: left;
	padding-top: -1.3em;
}
.footer_droit {
	float: right;
}
#drapeau {
	float: left;
}
#drapeau img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 3px;
	margin-left: 3px;
}

form {
	width:350px;
	padding: 10px;
}
fieldset {
	margin-bottom:10px;
	border-style: none;
	padding: 0 20px 20px 20px;
}
form #boutons {
	margin-left: 22px;
}

legend {
	color:#333333;
	font-weight:bold;
}
textarea {
	background-color: #FFFFFF;
	border: solid #333333 1px;
}


label {
margin-top:5px;
display:block;
font-size:90%;
}
input {
border:1px solid #333333;
background-color:#FFFFFF;
}
fieldset p {
	font-size: 95%;
}

input[type=submit], input[type=reset] {
	border:1px solid #333333;
	cursor:pointer;
	font-size: 95%;
	background-color: #dbdab4;
	width: 6em;
}
input[type=submit]:hover, input[type=reset]:hover {
border:1px solid #333333;
background-color:#FFFFFF;
}
input[type=submit]:active, input[type=reset]:active {
border:1px inset #333333;
background-color:#F7F7EE;
color:black;
} 
#illustration img {

	border: 1px solid #000000;
}

#illustration {
	position:relative;
	top:0px;
	margin-bottom: 5px;
}
