

body {
margin: 0;
padding: 0;
line-height: 1.5em;
background: #C0DC00;
}

#conteneur {
width: 1000px;
margin: 0 auto; /* Permet de centrer le contenu de la page */
background: #ffffff;
}

#header {
background: #009198;
height: 0px;
color: #fff;
font-weight: bold;
}

#bloc-contenu {
float: left;
width: 100%;
}

#col-centre {
margin-left: 240px;
}

#col-gauche {

float: left;
/*width: 220px;*/
margin-left: -1000px;
margin-top: 300px;
background-color: #ffffff;
}

#footer {
background-color: #009198;
clear: left;
width: 100%;
font-weight: bold;
color: #fff;
text-align: left;
padding: 4px 0;
}

.col-int {
padding: .5em 1em;
}

a {
text-decoration: none;
font-weight: bold;
color: #000;
}

a:link {
color: #000;
}

a:visited {
color: #000;
}

a:hover {
/*background-color: #C0DC00;
color: #0066cc;*/
}

h2 {
font-size: 100%;
margin-left: 1em;
}

h1 {
color: #66696E;
}



/*Boutons */
	
li{ 
list-style:none;
	padding-top:10px;
	padding-bottom:10px;}	

.button, .button:visited {
	background: #222 url(overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer
}
 
	.button:hover							{ background-color: #111; color: #fff; }
	.button:active							{ top: 1px; }
	
	.button, .button:visited,
	.medium.button, .medium.button:visited 		{ font-size: 13px; 
												  font-weight: bold; 
												  line-height: 1; 
												  text-shadow: 0 -1px 1px rgba(0,0,0,0.25); 
												  }
												  
	.large.button, .large.button:visited 			{ font-size: 14px; 
													  padding: 8px 14px 9px; }
													  
	.rouge.button, .rouge.button:visited		{ background-color: #DA313B; }
	.rouge.button:hover						    { background-color: #FF9900; }
	
	.vertanis.button, .vertanis.button:visited		{ background-color: #B2CB08; }
	.vertanis.button:hover						    { background-color: #FF9900; }
	
	
	.vertazur.button, .vertazur.button:visited		{ background-color: #009198; }
	.vertazur.button:hover						    { background-color: #FF9900; }
	
	.orange.button, .orange.button:visited		{ background-color: #F4C100; }
	.orange.button:hover						    { background-color: #FF9900; }
	
	
	.gris.button, .gris.button:visited		{ background-color: #9297A0; }
	.gris.button:hover						    { background-color: #FF9900; }
	
	