/* CONTIENT LES STYLES IDENTIQUES A TOUTES LES PAGES */ /*
 * HEADER
 */
.image-header {
	height: 157px;
}

#image-lesdebuts,#image-professionnalisation {
	background: transparent url('../images/header/banner/Photo_inter1.jpg')
		8px 0 no-repeat;
}

#image-abecedaire {
	background: transparent url('../images/header/banner/Photo_inter4.jpg')
		8px 0 no-repeat;
}

#image-postproduction,#image-distribution,#image-nouveaudepart {
	background: transparent url('../images/header/banner/Photo_inter5.jpg')
		8px 0 no-repeat;
}

#image-producteur_1970,#image-producteur_1980,#image-producteur_1990,#image-producteur_2000
	{
	background: transparent url('../images/header/banner/Photo_inter3.jpg')
		8px 0 no-repeat;
}

#image-contacts,#image-mentionslegales,#image-actualites {
	background: transparent url('../images/header/banner/Photo_inter8.jpg')
		8px 0 no-repeat;
}

#image-timeline {
	background: transparent url('../images/header/banner/Photo_inter10.jpg')
		8px 0 no-repeat;
}

#image-mediacenter {
	background: transparent url('../images/header/banner/mediacenter.jpg') 8px
		0 no-repeat;
}

#image-bioexpress {
	background: transparent url('../images/header/banner/bioexpress.jpg') 8px
		0 no-repeat;
}

/*
 * MENU
*/

#conteneur-menu {
	padding-left: 8px;
	padding-bottom: 50px;
}

#menu {
	float:left;
	background: black;
	/*margin-left: 8px;
	margin-bottom: 50px;*/
	width: 980px;
}

.dropdown {
	float: left;
	padding: 5px 0 5px 40px;
	margin: 0;
}

.dropdown dt {
	cursor: pointer;
	float: left;
	padding: 0 45px 0 25px;
	background: url(../images/pages-interieures/separ-menu-pageint.gif) 100% 100% no-repeat;
}

.dropdown dt a {
	color: #FDF8D5;
	font-size: 16px;
}

.dropdown .menu-active {
	color: #e19426;
}

.dropdown a:hover {
	color: #e19426;
}

.dropdown dd {
	margin: 23px;
	position: absolute;
	overflow: hidden;
	width: 190px;
	display: none;
	background: black;
	z-index: 200;
	opacity: 0
}

#one-ddcontent {
	left: 70px;
}

#two-ddcontent {
	left: 350px;
}

#three-ddcontent {
	left: 650px
}

.dropdown dd a:hover {
	background: url(../images/pages-interieures/fleche-ss-menu-pageint.gif)
		16px 9px no-repeat;
}

.dropdown dd ul {
	background: #000000
		url(../images/pages-interieures/fond-ss-menu-pageint.gif) no-repeat
		scroll left top;
	border: 1px solid black;
	list-style-type: none;
}

.dropdown dd li a {
	clear: both;
	color: #FFFFFF;
	display: block;
	font-size: 11px;
	padding: 6px 30px;
	border-bottom: 1px solid grey;
}

.dropdown ul {
	background: black
		url(../images/pages-interieures/fond-ss-menu-pageint.gif);
	width: 204px;
	list-style: none;
	border-top: none
}

.dropdown li {
	display: inline
}

.dropdown li a {
	padding: 6px 20px 2px 30px;
}

.dropdown a,.dropdown a:active,.dropdown a:visited {
	font-weight: normal;
	display: block;
	text-decoration: none;
}


#barre {
	background: transparent url(../images/separateurs/barre.gif) 100% 0% no-repeat;
	height: 28px;
	width: 981px;
	padding-left: 7px;
	padding-bottom: 50px;
}

/*
 * menu gauche
 */
div#menu-gauche {
	float: left;
	width: 153px;
	padding-left: 2px;
}

div#menu-gauche ul {
	list-style-type: none;
}

div#menu-gauche ul li {
	display: block;
	padding: 5px 0 5px 0;
}

div#menu-gauche ul li a {
	color: white;
	font-size: 10px;
	text-decoration: none;
	background: transparent url(../images/pages-interieures/fleche-inactive.gif) no-repeat 0% 50%;
	padding-left: 8px;
}

div#menu-gauche ul li a:hover {
	color: #d48c26;
}

div#menu-gauche ul li.separateur-menu-gauche {
	background: url(../images/pages-interieures/separateur-menu-gauche.gif)
		center top no-repeat;
}

div#menu-gauche .sous_menu_actif {
	color: #D48C26;
	background: transparent url(../images/pages-interieures/fleche-active.gif) no-repeat 0% 50%;
	padding-left: 8px;
}

h1 {
	color: #eeecec;
	padding: 10px 0 0 0;
}


