@charset "UTF-8";
/* CSS Document */

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
margin-top: 50px;
padding: 0;
background: #6e6f71;
}

#container {
margin: 0 auto; 
width: 1024px;
}


#header {
	height:248px;
	width:1024px;
	background-repeat: no-repeat;
	background-image:url(images/header.png);
}

#header ul {
height:12px;
list-style-type: none;
width: 100%; /* précision pour Opera */
margin-left:111px;
}

#header ul li {
float: left;
margin-top:227px;


}

#header ul a {
float: left;
padding: 0px 10px;
text-align: center;
text-decoration: none;
color: #8ec122;
background: #ffffff;
border: thin solid #8ec122;
font-size:14px;
}

#header ul a:hover {
background: #8ec122;
color:#ffffff;
border: thin solid #ffffff;
font-size:14px;
}

p.texte {
color:#6e6f71;
padding: 0px 10px 0 10px;
}

p.texte-right {
color:#6e6f71;
padding: 55px 10px 0 10px;
}



#centre {
	width: 1024px;
	height:476px;
	overflow: hidden;
	background:none;
}

/* Menu de navigation */
#navigation {
	float: left;
	width: 112px;
	height:476px;
	background: none;
}
#navigation ul {
	margin: 0;
	padding: 20px 10px 20px 10px;
	list-style: none;
}
#navigation a {
	display: block;
	height: 1%;
	padding: 6px 10px 6px 10px;
	line-height: 1.5;
	font-size: .9em;
	text-decoration: none;
	color: #FFFFFF;
}

#navigation a:hover, #navigation a:focus {
	background: none;
	color:#8ec122;
}

#principal {
	float: left;
	width: 800px;
	height:476px;
	padding: 0;
	color: #181A12;
	background:#FFFFFF;
}


#interior-principal-left {
background-color: #ffffff;
height: 476px;
width: 400px;
float: left;
}
#interior-principal-right {
height: 476px;
width: 400px;
float: left;
background: #ffffff;
background:url(images/background-stamp2.png) no-repeat;

}


#secondaire {
width:112px;
margin-left: 912px;
height:476px;
background: none;
	
}

#footer {
	margin: 0;
	padding: 0;
	font-size: .85em;
	background-color:none;
	height:44px;
	text-align:center;
}

#copyright {
	margin: 10px 0 0 0;
	font-size: 1em;
	text-align: center;
}

#copyright {
	text-align: center;
	font-size: .8em;
	color: #ffffff;
}
#copyright a {
	color: #ffffff;
	text-decoration: none;
}
#copyright a:hover, #copyright a:focus {
	text-decoration: underline;
}





p { 
	padding: 10px;
	font:12px Arial, Helvetica, sans-serif; 
	margin-top: 8px;
	margin-bottom: 15px;
	text-align: justify;
	color:#000000;
	}
	
	div,
p,
body,
ul,
li,
h1,
h2,
h3
{
	display:block;
	margin:0;
	padding:0;
	border: none;
}
	
	
	
	/*LINKS*/
	a.actionlinks:visited {
	color:#6e6f71;
	}
	
	a.actionlinks:active {
	color:#6e6f71;
	}

a.actionlinks:link {
	color: #6e6f71;
	text-decoration: none;
}
a.actionlinks:hover {
	color: #8ec122;
	text-decoration:none;
	}

	
	

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}







