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

}

#header *{
	display: none;
}

#header .text{
	display: none;
}

#footer *{
	display: none;
}

#footer a{
	display: none;
}

#sidebar *{
	display: none;
}

html{
background: url("pictures/fond.png");
color: midnightblue;
}

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

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;
}

div#content {

padding: 20px;
margin: auto;
width: 100%;
}

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


.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{
	margin: 20px;
	border-collapse: collapse;
	width: 90%;
}

#content .text *{
	display: none;
}

#content .text p{
	display: none;
}

#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;
}

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: 300px;
	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;
}

.phrase{
}

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

.no_print{
	display: none;
}
