/*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");
color: midnightblue;
}

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

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: 740px;
margin-top : 100px;
bottom: 0;
left: 10px;
background: url("pictures/foot.png") no-repeat #FFFFFF;
height: 120px;
border-top: 2px solid #000565;
}

div#content {
padding-top: 20px;
float: left;
width: 540px;
}

.content_title{
text-align: center;
font-size: 150%;
text-decoration: underline;
color: #000565;
}

.text{
margin: 20px;
padding: 5px;
background-color: #eeeeee;
text-align: justify;
}

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

.sidebar_title{
text-align: center;
font-size: 130%;
text-decoration: underline;
color: #000565;
margin-bottom : 10px;
}



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

a:hover
{
color: #009ee0;
text-decoration: underline;
}
a
{
text-decoration: none;
color: #000565;
}

form{
	margin: 20px;
}


#content_form label{
width:200px;
}

#content_form  .champ{
	width: 250px;
}

#content table{
	width: 500px;
	margin: 20px;
	border-collapse: collapse;
}

#content .question table{
	width: 440px;
}

#content .question table, #content .question tr, #content .question td, #content .question th{
	border: 0;
}

#content .question label{
	display: inline;
}

#content td{
	border: 1px solid midnightblue;
	padding: 3px;
	font-size: 90%;
}

#content .event{
	text-align: justify;
}

#content th{
	color: white;
	background: midnightblue;
}

textarea{
	margin-top: 2px;
}
fieldset{
	border: 1px solid midnightblue;
	padding: 10px;
	background-color: #eeeeee;
	margin-bottom : 10px;
}

fieldset + h2, h2 + fieldset{
	margin-top: 20px;
}

.sidebar_form legend{
	font-size: 120%;
}

.sidebar_form form{
	margin-top: 60px;
}

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



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

.sidebar_form .champ{
	width : 135px;
}

.bouton{
	display: block;
	margin: auto;
	border: 1px solid midnightblue;
}

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

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

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

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

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

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

.info_text{
	font-size: 80%;
}

ul{
	text-align: left;
	margin-left: 30px;
}

#footer p{
	margin-left: 260px;
	margin-top: 60px;
	font-size: 100%
}

h6{
	margin-top: 10px;
	text-align: center;
}

select{
	width: 250px;
}

.liste_actions{
	margin: auto;
	padding: 5px;
	list-style-type: none;
}

.liste_actions li{
	padding : 5px;
	border-left: 3px solid midnightblue;
}

.liste_actions li:hover{
	border-left: 3px solid #009ee0;
}

.cell_action{
	width: 20px;
}

.titre{
	text-align: center;
	border: 1px solid midnightblue;
	width: 400px;
	font-size: 50px;
	margin: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	background-color: #eeeeee;
}

.intitule{
float:left;
text-align: left;
width: 100px;
}

.cell_checkbox{
width: 100px;
}

.cell_choix{

}

.phrase{
}

caption{
	margin-top: 30px;
	font-size: 120%;
	text-decoration: underline;
}

