@charset "UTF-8";
/* CSS Document */
/* source : http://www.eurienta.com */
/* Author : Didier Laget */
/* site : http://www.patricklandmann.com */

a, a:active  
{
	outline:none;
}



body {
	background-color:#fefffa;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #505367;
	margin-left: -30px;
	margin-top: 30px;
	background-image: url(nav/bg-global.jpg);
}
#wrapper {
	width: 800px;
	margin: 0 auto;
}

#headwrap {
	width: 800px;
	clear: both;
}
#headleft {
	float: left;
	width: 200px;
}
#headright {
	float: right;
	width: 600px;
	text-align: center;
}
#topnav {
	width: 600px;
}
#main {
	width: 800px;
	clear: both;
}
#content {
	float: right;
	width: 600px;
	background-image: url(nav/bg.jpg);
	background-repeat: repeat;
	background-position: 0px 20px;
	/* background-position: 0px 0px; */	

}

.present{
	text-align:justify;
	line-height: 20px;
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 40px;
	color: #505367;
	/*font-size: 10px;*/
}

.present a:link, .present a:visited
{
	color: #505367;
	text-decoration: none;
	padding: 0px 0 0 0px;
}

.present a:hover
{
	color: #999;
	text-decoration: none;
	padding: 0px 0 0 0px;
}

#mention {
	width: 600px;
	background-image: url(bg-global-pl.jpg);
	text-align:center;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #E3E3E3;
	padding-top: 10px;
	color: #9A9A9A;
}

#mention a:link, #mention a:visited
{
	color: #9A9A9A;
	text-decoration: none;
	padding: 0px 0 0 0px;
}

#mention a:hover
{
	color: #999;
	text-decoration: none;
	padding: 0px 0 0 0px;
}
/*/////////////////////////////*/
/* navigation verticale gauche */
/*/////////////////////////////*/

#menu {
	float: left;
	width: 200px;
	clear: both;
}
#menu ul {
	padding: 0px;
	margin: 0px;
}
#menu li {
	list-style-type: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0px;
}
#menu a:link, #menu a:visited
{
	color: #505367;
	text-decoration: none;
	display: block;
	padding: 0px 0 0 0px;
}

#menu a:hover
{
	color: #999;
	text-decoration: none;
	display: block;
	padding: 0px 0 0 0px;
}
/*/////////////////////////////*/


/*/////////////////////////////*/
/* Top nav */
/*/////////////////////////////*/

#headright ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#headright li {
	list-style-type: none;
	display: inline;
	margin: 0 0 0 10px;
}
#headright a:link, #headright a:visited
{
	color: #505367;
	text-decoration: none;
	padding: 0px 0 0 0px;
}

#headright a:hover
{
	color: #999;
	text-decoration: none;
	padding: 0px 0 0 0px;
}

/*/////////////////////////////*/
#footer {
	width: 800px;
	clear: both;
}
.copyright{
	font-size: 12px;
	line-height: 20px;
	color: #999999;
	text-align: center;
}

