@charset "iso-8859-2";
/* CSS Document */
*{
margin:0;
padding:0;
}
body
{
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center top;
	background-color:#000000;
}

img
{
	border:none;
}
.clear{
clear:both;
}
#header-ref
{
	position:relative;
	background-image:url(images/bg-header.jpg);
	background-repeat:repeat-x;
	height:115px;
}

#conteneur
{
	margin:auto;
	width:1000px;
	position:relative;
}

#logo
{
	margin-top:-95px;
	margin-bottom:7px;
	margin-left:50px;
}

#ombre-content
{
	background-image:url(images/ombre-content.png);
	background-repeat:repeat-y;
	margin:auto;
	width:970px;
}

#content
{
	background-image:url(images/bg-content.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#2e2e35;
	margin:auto;
	width:950px;
	padding-top:30px;
	padding-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
}

.menu ul
{
	list-style:none;
}

.menu
{
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding-left:30px;
	padding-right:50px;
}

.menu .menu-item
{
	position:relative;
	background-color:#252528;
	margin-right:2px;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	float:left;
}
.menu .selected{
	position:relative;
	margin-right:2px;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	float:left;
	background-color:#424249;
}
.menu a
{
	text-decoration:none;
	color:#ffffff;
}

.presentation
{
	margin-left:30px;
	padding:10px;
	width:870px;
	height:150px;
	background-image:url(images/bg-pres.png);
	background-repeat:repeat-x;
}

.visu-pres
{
	vertical-align:top;
	position:relative;
	width:226px;
	float:left;
}

.texte-pres
{
	positiob:relative;
	float:left;
	width:620px;
	margin-left:10px;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:14px;
	text-align:justify;
	top:-5px;
}

#fiches{
position:relative;
width:902px;
margin:auto;
}
.fiche1
{
	position:relative;
	width:902px;
	height:168px;
	margin:auto;
	background-image:url(images/bg-vignette-rose.png);
	background-repeat:no-repeat;
	color:#ffffff;
	padding-bottom:20px;
}

.fiche2
{
	position:relative;
	width:902px;
	height:168px;
	margin:auto;
	background-image:url(images/bg-vignette-noir.png);
	background-repeat:no-repeat;
	color:#ffffff;
	padding-bottom:20px;
}

.fiche3
{
	position:relative;
	width:902px;
	height:168px;
	margin:auto;
	background-image:url(images/bg-vignette-blanc.png);
	background-repeat:no-repeat;
	color:#000000;
	padding-bottom:20px;
}
#fiches .images_fiche{
	position:relative;
	float:left;
	width:459px;
	height:156px;
	top:3px;
	left:6px;
}
#fiches .texte_fiche{
	position:relative;
	float:right;
	width:416px;
	height:156px;
	font-size:11px;
	padding-top:10px;
	right:15px;
}
#fiches .fiche1 .texte_fiche{
color:#FFFFFF;
}
#fiches .fiche2 .texte_fiche{
color:#FFFFFF;
}
#fiches .fiche3 .texte_fiche{
color:#000000;
}
#fiches .texte_fiche h1{
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:14px;
}
#fiches .fiche1 .texte_fiche h1{
color:#1e2c07;
}
#fiches .fiche2 .texte_fiche h1{
color:#848484;
}
#fiches .fiche3 .texte_fiche h1{
color:#fe00a3;
}
#fiches .fiche1 .texte_fiche .date{
color:#1e2c07;
}
#fiches .fiche2 .texte_fiche .date{
color:#848484;
}
#fiches .fiche3 .texte_fiche .date{
color:#fe00a3;
}
#fiches .texte_fiche p{
padding-top:2px;
padding-bottom:2px;
}
#fiches .texte_fiche strong{
font-weight:bold;
padding-bottom:2px;
}
#fiches .fiche1 .texte_fiche strong{
color:#1e2c07;
}
#fiches .fiche2 .texte_fiche strong{
color:#848484;
}
#fiches .fiche3 .texte_fiche strong{
color:#fe00a3;
}
#fiches .texte_fiche .lien{
position:absolute;
bottom:10px;
right:20px;
}
#fiches .texte_fiche .lien a{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
text-decoration:underline;
}
#fiches .texte_fiche .lien a:hover{
text-decoration:none;
}
#fiches .fiche1 .texte_fiche .lien a{
color:#1e2c07;
}
#fiches .fiche2 .texte_fiche .lien a{
color:#848484;
}
#fiches .fiche3 .texte_fiche .lien a{
color:#fe00a3;
}
#footer-ref
{
	background-image:url(images/bg-footer.jpg);
	background-repeat:repeat-x;
	height:115px;
	margin-top:20px;
}