/* CSS Document */

@charset "UTF-8";
/* Général */

*
{
	border: 0;
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;	
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}

#conteneur_general
{
	position: relative;
	width: 960px;
	height: 190px;
	margin: auto;
	z-index: 1;
	background-color: #000;
	margin-top: 15px;
}

#conteneur_haut
{
	width: 942px;
	height: 190px;
	background-color: #000;
	padding: 8px 9px 0 9px; 
	float: left;
}

#conteneur_sites
{
	width: 946px;
	height: 250px;
	margin: 3px 0 2px 0;
	background-color: #000;
	padding: 0 7px;
	float: left;
}

#conteneur_centre
{
	width: 942px;
	height: 263px;
	background-color: #000;
	padding: 0 9px 8px 9px;
	float: left;
}


/* Sites */

#conteneur_sites li
{
	float: left;
}

#rollover_films_fr
{
	background: url(../interface/rollover_films_fr.png) top;
	width: 235px;
}

#rollover_films_fr a
{
	width: 235px;
	height: 80px;
	display: block;
}

#rollover_films_fr a:hover
{
	background: url(../interface/rollover_films_fr.png) bottom;
}


/* Centre */

#conteneur_menu
{
	width: 90px;
	height: 216px;
	float: left;
	background-color: #000;
	padding-top: 20px;
	font-size: 12px;
}

.menu_selected
{
	color: #fff;
	text-decoration: none;
	background-color: #000;
	padding: 1px 0 2px 15px;
	display: block;
	width: 127px;
}

.menu_selected:hover
{
	color: #000;
	text-decoration: none;
	background-color: #fff;
}


.menu_a
{
	color: #000;
	text-decoration: none;
	background-color: #fff
	width: 127px;
	padding: 1px 0 2px 15px;
	display: block;
}

.menu_a:hover
{
	color: #000;
	text-decoration: none;
	background-color: #fff;
}


#conteneur_contenu
{
	width: 800px;
	height: 236px;
	float: left;
	background-color: #ffff;
}


/* Contenu */

.contenu_colonne
{
	float: left;
	height: 100%;
}

#conteneur_contacts
{
	padding-top: 30px;
	width: 800px;
	height: 180px;
	float: left;
	background-color: #f6f6f6;
}

#contacts_mails
{
	font-size: 12px;
	text-align: right;
	padding-left: 150px;
}

.contacts_titre
{
	color: #666;
	padding-right: 26px;
}

.gris
{
	color: #666;
}

strong
{
	color: #000;
}

#contacts_mails a
{
	color: #000;
	font-weight: bold;
}


#contacts_texte
{
	font-size: 12px;
	padding-left: 100px;
	color: #666;
}

#contacts_texte a
{
	font-weight: bold;
	color: #000;
}

#conteneur_mentions
{
	padding: 20px 30px 0 30px;
	width: 740px;
	height: 216px;
	float: left;
	background-color: #f6f6f6;
}

#mentions_ca
{
	margin-left: 70px;
}

#mentions_texte
{
	padding-left: 20px;
	font-size: 11px;
}

#conteneur_actualite
{
	padding: 20px 30px 0 30px;
	width: 780px;
	height: 216px;
	float: left;
	background-color: #f6f6f6;
}

#conteneur_actualite ins{
	text-decoration:underline;
}

#actualite_illustration
{
	width: 142px;
	height: 126px;
	float: left;
	border: 6px solid #d7d7d7;
	margin-top: 55px;
}

.actualite_texte
{
	margin-left: 20px;
	width: 273px;
	text-align: justify;
	font-size: 12px;
}

.actualite_legende
{
	font-style: italic;
	color: #a2a2a2;
	clear: left;
	text-align: right;
}



