
body { 
	width: 1100px; 
	margin: auto;
	background: #14154E;
	font-family: Arial, Helvetica, sans-serif; 
	color:#000; 
	font-size:10pt; 
	
}

form{
	text-align: center;
	background-color: #669900;	
}

img { 
	border: none; 
}

#global {  
	background: url(images/interface/extensible.png) repeat-y center; 
}

#index p{
	text-align:center;
}

/* CSS du header 
-----------------------*/

#header {  
	height: 200px;
	background: url(images/interface/header.gif) no-repeat center; 
	font-size: 12px;
}

#header h1{
	display: none;
}

#header h2{
	color: #fff;
	font-size: 2em;
	padding: 90px 0 0 110px;
	margin: 0;
}

#header h3{
	color: #fff; 
	font-size: 1.2em;
	padding: 0 0 47px 110px;
	margin: 0;
}

#header ul { 
	display: inline;
	margin: 0 0 0 100px;
}

#header li { 
	display: inline;
	margin: 0 0 0 100px;
}

/* CSS du contenu
------------------------ */

#contenu {
	padding: 0em 80px 0em 80px;	
}

#contenu h1{
	text-align: center;
	color: #003399;
	font-size:15px;
	font-weight: bold;
}

#contenu h2{
	text-align: center;
	color: #003366;
	font-size:12px;
	font-weight: bold;
}

#contenu table.visible{
	border-width: 2;
	border-collapse: collapse;
	width: 100%;
	border-style: dotted;
	color: #14154E;
}

#contenu tr{
	border-style: dotted;
}

#contenu td{
	width: 300px;
	color: #14154E;
	vertical-align:top; 
	text-align: center;
	border-style: dotted;
}

#contenu a {
	border-bottom: 0px dotted #000;
	color: #000; 
}

#contenu a:hover {
	
}

 /* CSS du footer 
 ------------------------*/
 
#footer {
	clear: both;
	height: 53px;
	background: url(images/interface/footer.png) repeat-y center; 
	text-align: center;
	font-size: 0.8em;
}

#footer a {
	color:black;
}

#footer p {
	padding: 13px 0 0 0;
}
