
body {
	margin: 0;
	padding: 0;
	color: #336699;
	font-size: 0.9em;
	font-family: "Trebuchet MS", Tahoma, "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background:	#f9f9f9 URL(image/fond.jpg) repeat-x 0% 0;
}

#conteneur {
	margin:0 auto 0 auto;
	width: 760px;
	text-align:center;
	background-color: #fff;	
	border: 0px;
	}
	
#logo {
	margin: 0 auto 0 auto;
	width: 600px;
	height: 130px;
	text-align: center;
	border-bottom: 0px solid #666;
	}	

a.logo{
	margin: 0;
	padding: 0;
	display: block;
	text-align: center;
	background:	#f9f9f9 URL(image/titre.jpg) no-repeat;
	width: 600px;
	height: 104px;
}

#dekstro {
	float:right;
	width: 160px;
	color: #000;
	margin-top:50px;                
	text-align: left;
	padding-left:5px;
	background: #fff URL(image/fonddroit.jpg) repeat;
	height: 100%;
}		

#maldekstro {     
	float:left;
	width: 120px;
	margin: 30px 0 0 0;
	padding:0;
	text-align:left;
	height: 100%;
}

#centro {   
	margin:30px 200px 0 160px;
	text-align:left;
	padding: 0;	
	}


.piedo {
	margin:30px auto 0 auto;
	text-align: center;
	font-size: 90%;
	clear:both;
	width:760px;
	color:#336699;
	}

.spacer {
  clear: both;
}

/* Style du menu */  

  ul#maldekstro
{
	margin: 0 ;
	padding: 0 ;
	list-style-type: none ;
}

ul#maldekstro li
{
	margin: 0 0 5px 0 ;
	padding: 0 ;
}

ul#maldekstro li a
{
	display: block ; 
	width: 120px ;
	line-height: 24px ;
	color: #fff ;
	text-indent: 20px ;
 	text-decoration: none ;
	background: url(image/bg_menuh.gif) repeat; 
	border: 0px solid #dbd ;
}

ul#maldekstro li a:hover
{
	background: url(image/bg_menu.gif) repeat; 
	border: 0px solid #f97 ;
	color: #000 ;
}


/* Style du texte */  


h1 {
  font-family: "Times new roman", Times, "Trebuchet MS", Tahoma, "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
  font-size: 140%;
  font-weight: heavy;
  color: #006699; 
}

h2 {
  font-family: "Times new roman", Times, "Trebuchet MS", Tahoma, "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
  font-size: 100%;
  font-weight: heavy;
  color: #006699; 
}

h3 {
  font-family: "Times new roman", Times, "Trebuchet MS", Tahoma, "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
  font-size: 110%;
  font-weight: heavy;
  color: #336699; 
}

a { 
text-decoration: underline; 
color: #006699; }

a:hover { 
color: #303030; 
text-decoration: none; }

/* Styles de spip */

table.spip {
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #999999;
	border-collapse:collapse;
}

table.spip caption{
	caption-side: top; /* bottom pas pris en compte par IE */
	text-align: center;
	margin-left: auto;                                                       
	margin-right: auto;
	padding: 3px;
	font-weight: bold;
	font-family: Verdana,Arial,Sans,sans-serif;
	font-size : 70%;
}

table.spip tr.row_first {
	background-color: #99cccc;
}

table.spip tr.row_odd {
	background-color: #d0d0d0;
}

table.spip tr.row_even {
	background-color: #F0F0F0;
}

table.spip td {
	padding: 3px;
	text-align: left;
	vertical-align: middle;
}

.spip_documents{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size : 70%;
}

.spip_documents_center{
	margin: auto; 
	text-align: center;
	width: 80%;
}

.spip_documents_left{
	float: left;
	margin-right: 15px; 
	text-align: center;
}

.spip_documents_right{
	float: right;
	margin-left: 15px; 
	text-align: center;
}

label{
  position: relative;
  display: block;
  height: 1.4em;
}

input{
  position: absolute;
  left: 13em;
}	

.previsualisation {
	background-color: #fff;	
	border: 1px #ccc dashed;
	padding: 5px;	
	width: 95%;
	}
	
.spip_bouton { 
position: relative;
display: block;
font-family: arial, helvetica, sans-serif ;
border-width: 1pt ;
font-size: 1em ;
background-color: #e8e8e8 ;
}

.forml { background-color: #e8e8e8;}

.spip_encadrer {
	font-family: helvetica, arial, sans-serif;

	background-color: #FFFFFF;
	padding: 5px;
	border: 1px #666666 solid;
}

.spip_cadre {
	width : 95%;
	background-color: #FFFFFF;
	padding: 5px;
	margin-top: 10px;
}