@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;
	background: url(../interface/fond_gris.png) repeat-x;
	background-color: #fbfbfb;
}

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

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

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

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

#nos_activites
{
	width: 85px;
	height: 1px;
	z-index: 2000;
	top: 185px;
	_top: 200px;
	position: relative;
}

/* Sites */

#conteneur_sites li
{
	float: left;
}

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

#rollover_laproduction_fr a
{
	width: 241px;
	height: 80px;
	display: block;
}

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

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

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

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

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

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

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

#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;
}

/* Site Anglais */

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

#rollover_laproduction_en a
{
	width: 241px;
	height: 80px;
	display: block;
}

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

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

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

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

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

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

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

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

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

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

/* Centre */

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

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

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


.menu_a
{
	color: #666;
	text-decoration: none;
	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: #f6f6f6;
}

#conteneur_pied
{
	width: 942px;
	height: 27px;
	float: left;
	background-color: #f6f6f6;
}

/* Contenu */

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

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

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

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

.gris
{
	color: #666;
}

strong
{
	color: #000;
}

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

.rollover_enveloppe
{
	background-image: url(../interface/rollover_enveloppe_off.png);
	width: 25px;
	float: left;
	display: inline;
}

.rollover_enveloppe a
{
	width: 25px;
	height: 12px;
	display: block;
}

.rollover_enveloppe a:hover
{
	background-image: url(../interface/rollover_enveloppe_on.png);
}


#contacts_texte
{
	font-size: 12px;
	padding-left: 20px;
	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: 740px;
	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;
}

/* Pied */

#conteneur_pied li
{
	float: left;
}

#rollover_drapeau_fr
{
	background-image: url(../interface/rollover_drapeau_fr_off.png);
	width: 24px;
	margin: 5px 0 0 15px;

}

#rollover_drapeau_fr a
{
	width: 24px;
	height: 17px;
	display: block;
}

#rollover_drapeau_fr a:hover
{
	background-image: url(../interface/rollover_drapeau_fr_on.png);
}

#rollover_drapeau_en
{
	background-image: url(../interface/rollover_drapeau_en_off.png);
	width: 25px;
	margin-top: 5px;
}

#rollover_drapeau_en a
{
	width: 25px;
	height: 17px;
	display: block;
}

#rollover_drapeau_en a:hover
{
	background-image: url(../interface/rollover_drapeau_en_on.png);
}

#espace_client
{
	width: 100px;
	padding: 3px 0 0 10px;
	margin-top: 5px;
}

#espace_client a
{
	color: #c0c0c0;
	text-decoration: none;
}

#espace_client a:hover
{
	color: #000;
}

#copyright
{
	width: 630px;
	text-align: center;
	color: #c0c0c0;
	padding-top: 3px;
	margin-top: 5px;
}


