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


/* ################################################################## */
/* ###################### PROPRIETES GENERALES ###################### */
/* ################################################################## */

*
{
	margin:0;
	padding:0;
}

body
{
	font:80% Verdana, Geneva, sans-serif;
	background:url(templates/body-bg.png) repeat;
	text-align:center;
}

/* PNG Fix pour IE6 */
img, div {
	behavior: url(iepngfix/iepngfix.htc);
}

img
{
	border:0;
}

h1
{
	font-size:1.8em;
	font-weight:normal;
	color:#111a23;
}

h2
{
	font-size:1.8em;
	color:#989478;
	padding-bottom:1em;
}

p
{
	padding-bottom:1em;
}

a:link
{
	color:#ff9933;
}

a:visited
{
	color:#ff9933;
}

a:hover
{
	color:#ffffff;
}

a:active
{
	color:#ff9933;
}

hr.filet
{
  border: none;
  background:url(templates/filet.png) top left repeat-x;
  height:1em;
}


/* ################################################################## */
/* ########################## MISE EN PAGE ########################## */
/* ################################################################## */

#container
{
	text-align:left;
}


/* ########################## HEADER ########################## */

#header
{
	width:100%;
	background:url(templates/header-bg.png) top left repeat-x;
}

#header-inner
{
	width:1004px;
	margin:0 auto;
	height:146px;
	position:relative;
}

#logo
{
	position:absolute;
	top:20px;
	left:20px;
}

#lg /* Bloc de selection de la langue */
{
	position:absolute;
	width:116px;
	height:42px;
	text-align:center;
	background:url(templates/lg-bg.jpg) top left no-repeat;
	top:0;
	right:20px;
}

#lg .drapeau
{
	margin:12px 8px;
}

/* ########################## FIN HEADER ########################## */


/* ########################## NAVIGATION ########################## */

#nav-menu
{
	margin-left:320px;
	padding-top:70px;
	list-style-type:none;
	overflow: hidden;
}

#nav-menu li
{
	float: left;
	color: #fff;
	font-size:1.1em;
}

#nav-menu li a
{
	display: block ;
	margin:0;
	color: #fff ;
	text-align: center ;
	text-decoration: none ;
	padding:4px 10px;
	height:36px;
	width:90px;
}

#nav-menu li a:hover
{
	border-bottom:2px solid #ff9900;
	color:#ff9900;
}

#nav-menu .nav-selected
{
	border-bottom:2px solid #ff9900;
	color:#ff9900;
}

/* ########################## FIN NAVIGATION ########################## */


/* ########################## BANDEAU DE TITRE ########################## */

#bandeau-titre
{
	width:100%;
	height:94px;
	background:url(templates/bandeau-titre.png) top left repeat-x;
}

#bandeau-titre-inner
{
	width:890px;
	padding:32px 57px;
	height:30px;
	margin:0 auto;
}

/* ########################## FIN BANDEAU DE TITRE ########################## */


#content
{
	background-color:#111A22;
	border-bottom:1px solid #666;
	color:#FFF;
}

#content a {
	color:#ff9933;
}

#content-inner
{
	width:890px;
	margin:0 auto;
	padding:20px 0;
}

#content-bottom
{
	width:100%;
	height:100px;
	border-top:1px solid #666;
}

#content-bottom-inner
{
	width:824px;
	text-align:right;
	margin:0 auto;
	padding:24px 90px;
	background:url(templates/etoile.jpg) center right no-repeat;
	font-size:0.8em;
}


/* ################################################################## */
/* ############################# FOOTER ############################# */
/* ################################################################## */

#footer
{
	width:1004px;
	margin:0 auto;
	padding:10px;
	color:#666;
	font-size:0.8em;
}

#footer a
{
	color:#666;
	text-decoration:none;
}

/* ################################################################## */
/* ########################### FIN FOOTER ########################### */
/* ################################################################## */



/* ################################################################## */
/* ######################### PAGE D'ACCUEIL ######################### */
/* ################################################################## */

#index-top
{
	width:100%;
}

#index-top-inner
{
	position:relative;
	width:844px;
	height:250px;
	padding:0 80px;
	margin:0 auto;
}

#index-bandeau-title
{
	width:904px;
	padding:10px 50px;
	margin:0 auto;
}

#index-bandeau-title h3
{
	font-size:1.3em;
	color:#ff9933;
}

#index-bandeau
{
	background:url(templates/bandeau-index.png) top left repeat-x;
	width:100%;
	height:194px;
}

#index-bandeau-inner
{
	width:1004px;
	padding:0;
	margin:0 auto;
	height:194px;
}

.bloc-index {
	float:left;
	width:251px;
	height:194px;
	text-align:center;
}

.bloc-index-titre {
	height:60px;
	padding-top:12px;
}

.bloc-index-titre h2 {
	font:1.4em Verdana, Geneva, sans-serif;
	color:#000;
	margin:0;
	padding:0;
}

.bloc-index-titre h2 a
{
	color:#000;
	text-decoration:none;
}


.bloc-index-content {
	height:90px;
	font:1.1em Verdana, Geneva, sans-serif;
}

.bloc-index-link {
	height:20px;
}

/* ####################### FIN PAGE D'ACCUEIL ####################### */



/* ################################################################## */
/* ########################### REFERENCES ########################### */
/* ################################################################## */

.bloc-ref /* Conteneur de la référence */
{
	padding:20px 0;
	height:90px;
	background:url(templates/filet.png) bottom left repeat-x;
}

html>body .bloc-ref /* hack pour la hauteur mini sous ie */
{
	height: auto;
	min-height:90px;
}

.content-ref /* Colonne centrale du contenu */
{
    overflow: hidden; 
}

.logo-ref /* Colonne gauche du logo */
{
	float:left;
	width:160px;
	height:90px;
	padding-right:30px;
}

.lien-video /* Colonne droite du lien */
{
	float:right;
	padding-left:20px;
}

/* ######################### FIN REFERENCES ######################### */



/* ################################################################## */
/* ############################ ARTICLES ############################ */
/* ################################################################## */

.bloc-cat
{
	padding-bottom:20px;
}

.bloc-actu
{
	padding-bottom:20px;
	margin-bottom:20px;
	background:url(templates/filet.png) bottom left repeat-x;
	height:150px;
}

html>body .bloc-actu
{
	height: auto;
	min-height: 150px;
}

.visuel-actu
{
	float:right;
	width:200px;
	height:150px;
	margin-left: 30px;
}

.content-actu
{
    overflow: hidden; 
}

/* ########################## FIN ARTICLES ########################## */



.bottom-film
{
	padding:20px 0;
	margin-bottom:20px;
}

.bottom-film-visuel
{
	float:right;
	width:200px;
	height:150px;
	padding-left:30px;
}

.bottom-film-content
{
	margin-right:230px;
	height: 150px;
	font:2em Verdana, Geneva, sans-serif;
}
.bottom-film-content a
{
	color:#F49806;
}



/* ################################################################## */
/* ########################## PAGE CONTACT ########################## */
/* ################################################################## */

.textfield
{
	background:#666;
	border:0;
	height:30px;
	width:490px;
	color:#FFF;
	font-size:1.2em;
}

.textarea
{
	background:#666;
	border:0;
	height:180px;
	width:490px;
	color:#FFF;
	font-size:1.2em;
}

.contact label
{
    display:block;
	font-size:1.2em;
	color:#666;
}

.champs
{
	padding-bottom:12px;
}

#contact-form
{
	width:500px;
	float:left;
}

#contact-content
{
	width:320px;
	padding-left:68px;
	float:left;
}

/* ################################################################## */
/* ######################## FIN PAGE CONTACT ######################## */
/* ################################################################## */



/* ################################################################## */
/* ######################### AUTRES CLASSES ######################### */
/* ################################################################## */

.clear
{
	clear:both;
}

.sous-titre
{
	font-weight:bold;
	color:#666;
}

.slideshow {
	position:absolute;
	top:0;
	right:0;
	height: 250px;
	width: 450px;
}

.en-bref
{
	color:#666;
	font-style:italic;
	font-size:0.8em;
}

#ancres
{
	padding:0 0 20px 0;
}

#ancres a
{		
	text-decoration:none;
}

#ancres a:link
{
	color:#ff9933;
}

#ancres a:visited
{	
	color:#ff9933;
}

#ancres a:hover
{
	color:#ffffff;
	text-decoration:underline;
}

#ancres a:active
{
	color:#ff9933;
}


