@charset "UTF-8";
/* CSS Document */

body{
	background-color:#000;
	color:#ECEDED;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	width:100%;
	padding:0;
	margin:0;
}

#conteneur{
	width:737px;
	height:259px;
	background-image:url(../images/header_index.gif);
	background-repeat:no-repeat;
}

#content{
	line-height:1.4;
	position:relative;
	margin:0 auto;
	width:737px;
	text-align:justify;
}

a{
	color:#ECEDED;
	text-decoration:none;
}
a:hover{
	color:#F29400;
	text-decoration:underline;
}

a.lienorange{
	color:#F29400;
	text-decoration:underline;
}
a.lienorangesansfilet{
	color:#F29400;
	text-decoration:none;
}
a.lienorangesansfilet:hover{
	color:#F29400;
	text-decoration:underline;
}


#intro{
	position:relative;
	left : 350px;
	top:145px;
	width : 335px;
	line-height:1.5;
}

#nav{
	font-size:13px;
	position:relative;
	left : 343px;
	top: 100px;
	width:380px;
	text-align:left;
}

#nav a{
	
	text-transform:uppercase;
	color:#ECEDED;
	text-decoration:none;
	margin:8px;
}

#nav a:hover{
	color:#F29400;
	padding-bottom:20px;
	border-bottom:thin solid #F29400;
}

#nav a.navleft{
	margin-left:25px;
}


#activite{
	margin-top:15px;
	margin-bottom:40px;
	margin-left:15px;
	height:115px;
	line-height:1.4;
}
#activite img#titre{
	margin-top:35px;
	margin-bottom:15px;
}
img#logo{
	float :left;
	margin-right:35px;
}

.tab{
	margin-left:50px;
}
.tab2{
	margin-left:67px;
}

/**-------------------------------------
Attribut Text
-------------------------------------**/

.capital{
	text-transform:uppercase;
}

.mentions{
	font-size:10px;
}
.orange{
	color:#F29400;
}

.bold{
	font-weight:bold;
}
.soustitre{
	font-size:12px;
	color:#F29400;
	font-weight:bold;
	text-transform:uppercase;
}


/**-------------------------------------
-------------------------------------**/


/**-------------------------------------
Mise en forme des pages de reférences 
-------------------------------------**/

#main{
	margin-top:10px;
}


