/*On remet tt les valeurs par defaut des differents naviguateur a zéro*/
* 
{
margin: 0;
padding: 0;
border: 0;
text-decoration: none;

}

html{
background: url("pictures/fond.png") repeat-x fixed;
color: black;
}

html, body {
height: 100%;
margin: 0;
}

div#header {
height: 200px;
background: url("pictures/head.jpg");
}

div#global {
min-height: 100%;
width: 740px;
padding: 0 10px;
margin: 0 auto;
position: relative;
background: url(pictures/center.png) center repeat-y;
}

div#center {
/* Pour éviter la superposition 
du pied de page et du contenu : */
padding-bottom: 200px;
overflow: auto;
}
div#footer {
position: absolute;
width: 690px;
bottom: 0;
left: 10px;
background: url("pictures/foot.png") no-repeat #0074e6;
height : 100px;
border-top : 4px solid #f9a51b;
padding: 25px;
}

#footer h6{
	color: #0074e6;
}

#footer p{
	color: white;
	font-weight: bold;
	width: 300px;
	margin-left: 400px;

}

#footer a{
	color: white;
	font-weight: bold;
}

div#content {
padding-top: 20px;
float: right;
width: 540px;
border-top : 4px solid #f9a51b;
}

.content_title{
	text-align: center;
	color: #f9a51b;
	height: 60px;
	font-size: 35px;
	margin-bottom: 20px;
}

.text_only{
	margin: 20px;
	text-align: justify;
	margin-bottom: 20px;
	background-color: #f9f0e3;
	padding: 5px;
	text-indent: 20px;
}

.text_only p{
	text-indent: 20px;
}

.text_only p:first-letter{
	font-size: 160%;
	color: #f9a51b;
}

.content_title img{
	margin-right: 20px;
	position: relative;
	top: 5px;
}

.text{

}

.title{
	float: left;
	width: 340px;
	margin-left: 20px;
	color: #0074e6;
	font-size: 120%;
	font-weight: bold;
}

.text .img_droite{
	float: right;
	width: 120px;
	margin-bottom: 100px;
	margin-right: 20px;
	text-align: center;
}

.text .paragraphe{
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	width: 350px;
	text-align: justify;
	/*border: 1px solid #eeeeee;*/
	padding: 5px;
	text-indent: 20px;
	background-color: #f9f0e3;
}


.text p:first-letter{
	font-size: 160%;
	color: #f9a51b;
}



div#sidebar {
float: left;
width: 200px;
padding-top: 20px;
}

div#sidebar img{
	margin-left: 50px;
	margin-top: 40px;
}



.menu_item{
	background: url("pictures/menu_item.png") no-repeat;
	height: 50px;
	margin: auto;
	width: 150px;
	margin-bottom: 10px;
	text-align: center;
}

.menu_item:hover{
	background: url("pictures/menu_item2.png") no-repeat;
}


.menu_item a{
	display: block;
	height: 36px;
	padding-top: 14px;
	width: 150px;
	color: black;
	font-weight: bold;
	margin: auto;
}

.menu_item a:hover{
	color: black;
	text-decoration: none;
}

.menu_select{
	background: url("pictures/en_cours.png") no-repeat;
	height: 36px;
	padding-top: 14px;
	margin: auto;
	width: 150px;
	margin-bottom: 10px;
	color: white;
	text-align: center;
}

.menu_select a{
	color: white;
	font-weight: bold;
}

.menu_select a:hover{
	color: white;
	text-decoration: none;
}



a{
	color: #0074e6;
}

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


form{
	margin: 20px;
}

#content_form label{
width:200px;
}

#content_form  .champ{
	width: 250px;
}

textarea{
	margin-top: 2px;
}
fieldset{
	border: 2px solid #f9a51b;
	padding: 10px;
	color: #0074e6;
	background-color: #eeeeee;
}

legend{
color: #f9a51b;

}


label{
display:block;
float:left;
text-align: left;
}

.champ{
	border: 1px solid #eeeeee;
}

.bouton{
	display: block;
	margin: auto;
	border: 1px solid #0074e6;
	color: white;
	font-weight: bold;
	background: #0074e6;
}

.err{
	padding: 5px;
	margin-top: 20px;
	color: red;
	background: #f1d1d1;
}

.err .bouton{
	border: 1px solid red;
	color: red;
	background: #eeeeee
}

.msg .bouton{
	border: 1px solid green;
	color: green;
	background: #eeeeee
}

#content .err, #content .msg{
margin: 20px;
}

.msg{
	padding: 5px;
	margin-top: 20px;
	color: green;
	background: #d5f2d3;
}

.info_titre p{
	text-align : center;
	text-decoration: underline;
	margin-bottom: 10px;
}

.info_text{
	font-size: 80%;
}

ul{
	margin: 20px;
}

.text li{
	background: url("pictures/puce.png") no-repeat;
	list-style-type: none;
	margin-bottom: 10px;
}

li:first-letter{
	font-size: 120%;
}


