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

/* GENERAL */
body {
	font-family: 'Gill Sans', Helvetica, sans-serif;
	font-size: 14px;
	background:#fff;
	margin:0;
	padding:0;
	min-width:950px;
	min-height:700px;
}

img {
	border:none;
}

h3{
	color:#999;
	font-weight:bold;
	font-size:14px;
}

h1{
	background:#1b1818;
	color:#fff;
	font-weight:bold;
	font-size:28px;
	text-transform:uppercase;
	padding-right:6px;
}

h2{
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}

p{
	line-height:20px;
}

a{
	color:#e2007a;
}

/* ACCUEIL */
#contenu_accueil {
	width:950px;
	height:700px;
	background:url('../images/bg_accueil.gif') repeat-y;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-350px;
	margin-left:-475px;
}

#photos_aleatoires{
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-263px;
	margin-left:-475px;
}

#boutons_accueil{
	position:relative;
	width:179px;
	height:14px;
	top:649px;
	left:772px;
}


/* CONTENU */
.contenu {
	width:950px;
	height:700px;
	background:url('../images/bg_page.gif') repeat-y;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-350px;
	margin-left:-475px;
}

.phrase_accueil{
	position:relative;
	width:690px;
	height:27px;
	top:2px;
	left:178px;
}

.table_contenu{
	position:relative;
	width:950px;
	height:566px;
	top:18px;
	left:0px;
}

.menu{
	position:relative;
	width:850px;
	top:37px;
	left:138px;
	text-transform:uppercase;
	letter-spacing:1px;
}

.menu ul li{
	display:inline;
	list-style:none;
}

.menu a {
	padding-right:40px;
	font-weight:normal;
	text-decoration:none;
	color:#000;
}

.menu .lien_actif a{
	padding-right:35px;
	font-weight:bold;
}
	

/* A PROPOS */

.contenu_apropos{
	width:831px;
	height:566px;
	background:url('../images/bg_apropos.jpg') no-repeat top;
}

.contenu_presse{
	width:831px;
	height:625px;
	background:url('../images/bg_presse.jpg') no-repeat top;
}

.contenu_apropos2{
	width:831px;
	height:566px;
	background:url('../images/bg_apropos3.jpg') no-repeat top;
}

.contenu_apropos3{
	width:831px;
	height:566px;
	background:url('../images/bg_apropos3.jpg') no-repeat top;
}

.texte_apropos{
	margin:0px;
	padding-right:450px;
	padding-top:38px;
	text-align:right;
}

.texte_apropos2{
	margin:0px;
	padding-right:38px;
	padding-top:38px;
	text-align:right;
}

.texte_apropos3{
	margin:0px;
	text-align:left;
	padding-left:350px;
}

.couverture_presse{
	width:755px;
	margin-top:187px;
	margin-left:38px;
}

.couverture_presse a{
	position: relative;
	color: black;
	text-decoration: none;
	}
	

.couverture_presse a span{
	display: none;
}

.couverture_presse a:hover{
	background: none;
	z-index: 500;
	cursor: help; 
	border: none;
	}
.couverture_presse a:hover span{
	display: inline;
	position: absolute;
	white-space: nowrap;
	top: 0px;
	background: black;
	color: white;
	padding: 3px;
	border: 1px solid black;
	border-left: 4px solid white;
}
.couverture_presse a:hover span.alignement_droite{
	display: inline;
	position: absolute;
	white-space: nowrap;
	top: 0px;
	left:-169px;
	background: black;
	color: white;
	padding: 3px;
	border: 1px solid black;
	border-left: 4px solid white;
}

.menu_apropos {
	position:absolute;
	width:750px;
	top:570px;
	left:19px;
	text-align:left;
	font-size:13px;
	text-transform:uppercase;
	letter-spacing:1px;
}

.menu_apropos ul li{
	display:inline;
	list-style:none;
}

.menu_apropos a {
	padding-right:22px;
	font-weight:normal;
	text-decoration:none;
	color:#5d5d5d;
}

.menu_apropos .lien_actif {
	padding-right:17px;
	font-weight:bold;
}
