/* INITIALISATION */

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #979797;
	}
img {
	border: 0px;
	margin: 0px;
	}
p {
	margin: 0px 0px 10px 0px;
	position: relative;
	}
form {
	margin: 0px;
	padding: 0px;
	}
a {
	text-decoration: none;
	color : #FFFFFF;
	}
a:hover {
	text-decoration: underline;
	}
a:visited
{
	color : #FFFFFF;
}


/* STRUCTURE */

#header {
	width: 656px;
	height: 88px;
	margin-left: 13px;
	background-image: url(../images/fond_header.jpg);
	background-repeat: no-repeat;
	}

#bandeauPhoto {
	margin-left: 13px;
	background-repeat: no-repeat;
	/* background-image A CHANGER DANS LE CODE DE LA PAGE */
	height: 211px;
	}

#conteneur {
	position: relative;
	width: 865px;
	margin: 0 auto;
	background-image: url(../images/fond_conteneur.gif);
	}

#centre {
	margin: 0px 0px 0px 13px;
	padding: 16px 7px 30px 7px;
	border-right: solid 1px #323232;
	border-bottom: solid 1px #323232;
	border-left: solid 1px #323232;
	background-image: url(../images/fond_centre.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
min-height : 172px;

	}

#gauche
{
	width: 670px; 
}

#droite {
	/*position: absolute;
	right:11px;*/
	width: 177px;
	color: #FFFFFF;
	float: right;
	margin-right: 11px;
	height: 100%;
	overflow: auto;
	}

#footer {
	height: 55px;
	/*padding: 17px 20px 0px 20px;*/
	padding: 14px 20px 0px 20px;
	color: #FFFFFF;
	font-size: 9px;
	background-image: url(../images/fond_footer.gif);
	background-repeat: no-repeat;
	background-color: #979797;
	clear: both;      /* RETIRER POUR GARDER LE BON ECART ENTRE CONTENU ET FOOTER */
	}
	#footer a{
		color: #FFFFFF;
		}
	#copyright{
		float: right;
		font-size: 8px;
		margin-top: -12px;
		}
	#copyright a{
		text-decoration: none;
		}
	#copyright a:hover{
		text-decoration: underline;
		}


#cms {
	margin: 10px 0px 0px 20px;
	line-height: 14px;
	}
	#cms a{
		color: #FFFFFF;
		text-decoration: underline;
		}
	#cms img{
		border: solid 1px #323232;
		margin: 0px 20px 10px 0px;
		}

/* HEADER MENU*/
	#retourAccueil {
		width: 160px;
		height: 88px;
		float: left;
		}

	#header ul {
		margin: 0px;
		padding: 0px;
		float: right;
		}
	#header li{
		margin: 0px;
		padding: 0px;
		height: 88px;
		list-style: none;
		display: block;
		float: left;
		}
	#header li a{
		margin: 0px;
		padding: 59px 26px 7px 10px;
		list-style: none;
		display: block;
		height: 12px;
		border-right: solid 1px #FFFFFF;
		border-bottom: solid 10px #FFFFFF;
		color: #FFFFFF;
		text-decoration: none;
		font-size: 11px;
		font-weight: bold;
		float: left;
		}
	#header li a:hover{
		margin: 0px;
		padding: 59px 26px 7px 10px;
		list-style: none;
		display: block;
		height: 12px;
		border-right: solid 1px #646464;
		border-bottom: solid 10px #646464;
		color: #FFFFFF;
		background-color: #000000;
		text-decoration: none;
		font-size: 11px;
		font-weight: bold;
		float: left;
		}

/* DROITE */
	#langues {
		padding: 15px 0px 6px 36px;
		border-right: solid 1px #646464;
		border-left: solid 1px #646464;
		background-image: url(../images/fond_langues.gif);
		background-repeat: no-repeat;
		}
		#langues a img{
			margin: 0px;
			border: solid 1px #000000;
			filter:alpha(opacity=50);
			-moz-opacity:0.5;
			opacity: 0.5;
			}
		#langues a:hover img{
			margin: 0px;
			border: solid 1px #646464;
			filter:alpha(opacity=100);
			-moz-opacity:1.0;
			opacity: 1.0;
			}
		#langues a .langueActive{
			margin: 0px;
			border: solid 1px #646464;
			filter:alpha(opacity=100);
			-moz-opacity:1.0;
			opacity: 1.0;
			}

	#menuActualites {
		list-style-type: none;
		margin-bottom: 8px;
		padding: 27px 0px 7px 10px;
		border-right: solid 1px #646464;
		border-bottom: solid 10px #646464;
		border-left: solid 1px #646464;
		background-color: #323232;
		}
	#menuActualites .titre {
		display: block;
		background-image: url(../images/fleche_orange.gif);
		background-repeat: no-repeat;
		background-position: left; 5px;
		padding-left: 9px;
		margin-bottom: 17px;
		font-size: 12px;
		font-weight: bold;
		color: #DC6C08;
		}

	#menuActualites .titre a{
		color: #DC6C08;
	}

	#menuActualites ul{
		margin: 0px 0px 0px 8px;
		padding: 0px;
		}
	#menuActualites li {
		margin: 0px 0px 6px 8px;
		color: #DC6C08;
		list-style-position: outside;
		list-style-type: square;
		}
	#menuActualites li a{
		color: #FFFFFF;
		text-decoration: none;
		}
	#menuActualites li a:hover {
		text-decoration: underline;
		}

	.archives {
		display: block;
		text-align: right;
		margin-right: 6px;
		font-size: 9px;
		font-weight: bold;
		color: #DC6C08;
		}
		.archives a {
			font-weight: bold;
			color: #DC6C08;
			margin: 0px;
			text-decoration: none;
			}
		.archives a:hover {
			font-weight: bold;
			color: #DC6C08;
			margin: 0px;
			text-decoration: underline;
			}


	#menuProduits{
		list-style-type: none;
		/*margin-bottom: 8px;
		padding: 22px 0px 7px 10px;*/
		border-top: solid 1px #646464;
		border-right: solid 1px #646464;
		border-bottom: solid 10px #646464;
		border-left: solid 1px #646464;
		background-color: #323232;
		background-image: url(../images/fond_produits.gif);
		background-repeat: no-repeat;
		overflow: auto;
		height: 100px;
		scrollbar-face-color:#646464;
		scrollbar-highlight-color:#CCCCCC;
		scrollbar-3dlight-color:#323232;
		scrollbar-darkshadow-color:#000000;
		scrollbar-shadow-color:#161616;
		scrollbar-arrow-color:#323232;
		scrollbar-track-color:#969696;
		}
	#menuProduits .titre {
		display: block;
		background-image: url(../images/fleche_orange.gif);
		background-repeat: no-repeat;
		background-position: left; 5px;
		padding-left: 9px;
		margin-bottom: 17px;
		font-size: 12px;
		font-weight: bold;
		color: #DC6C08;
		}
	#menuProduits .titre a{
		color: #DC6C08;
	}

	#menuProduits ul{
		margin: 0px 0px 0px 8px;
		padding: 0px;
		}
	#menuProduits li {
		margin: 0px 0px 6px 8px;
		color: #DC6C08;
		list-style-position: outside;
		list-style-type: square;
		}
	#menuProduits li a{
		color: #FFFFFF;
		text-decoration: none;
		}
	#menuProduits li a:hover {
		text-decoration: underline;
		}

/* SOUS MENUS */
	.sousMenu{
		position: relative;
		height: 100%;
		width: 100%;
		margin-left: 7px;
		font-weight: bold;
		font-size: 10px;
		}
		.sousMenu ul {
			margin: 19px 0px 0px 8px;
			padding: 0px;
			}
		.sousMenu li {
			margin: 0px 4px 6px 8px;
			color: #525355;
			list-style-position: outside;
			list-style-type: square;
			}
		.sousMenu li a{
			color: #525355;			
			}
		.sousMenu li a:hover {
			color: #DC6C08;
			text-decoration: none;
			}

	/* SOUS MENU GROUPE */
		#sousMenu0 {
			left: 180px;
			width: 185px;
			float: left;
			position: relative;
			margin: 0px;
			padding: 0px 0px 24px 0px;
			border-right: solid 1px #646464;
			border-bottom: solid 1px #646464;
			border-left: solid 1px #646464;
			background-color: #FFFFFF;
			filter:alpha(opacity=70);
			-moz-opacity:0.7;
			opacity: 0.7;
			display: none;
			background-image: url(../images/fond_sous-rubrique.gif);
			background-repeat: no-repeat;
			background-position: right bottom;
			}

	/* SOUS MENU ACTIVITÉS */
		#sousMenu1 {
			left: 275px;
			width: 182px;
			float: left;
			position: relative;
			margin: 0px;
			padding: 0px 0px 24px 0px;
			border-right: solid 1px #646464;
			border-bottom: solid 1px #646464;
			border-left: solid 1px #646464;
			background-color: #FFFFFF;
			filter:alpha(opacity=70);
			-moz-opacity:0.7;
			opacity: 0.7;
			display: none;
			background-image: url(../images/fond_sous-rubrique.gif);
			background-repeat: no-repeat;
			background-position: right bottom;
			}

	/* SOUS MENU PRESSE */
		#sousMenu2 {
			left: 375px;
			width: 182px;
			float: left;
			position: relative;
			margin: 0px;
			padding: 0px 0px 24px 0px;
			border-right: solid 1px #646464;
			border-bottom: solid 1px #646464;
			border-left: solid 1px #646464;
			background-color: #FFFFFF;
			filter:alpha(opacity=70);
			-moz-opacity:0.7;
			opacity: 0.7;
			display: none;
			background-image: url(../images/fond_sous-rubrique.gif);
			background-repeat: no-repeat;
			background-position: right bottom;
			}

	/* SOUS MENU RESSOURCES */
		#sousMenu3 {
			left: 460px;
			width: 169px;
			float: left;
			position: relative;
			margin: 0px;
			padding: 0px 0px 24px 0px;
			border-right: solid 1px #646464;
			border-bottom: solid 1px #646464;
			border-left: solid 1px #646464;
			background-color: #FFFFFF;
			filter:alpha(opacity=70);
			-moz-opacity:0.7;
			opacity: 0.7;
			display: none;
			background-image: url(../images/fond_sous-rubrique.gif);
			background-repeat: no-repeat;
			background-position: right bottom;
			}

	/* SOUS MENU RESSOURCES */
		#sousMenu4 {
			left: 540px;
			width: 169px;
			float: left;
			position: relative;
			margin: 0px;
			padding: 0px 0px 24px 0px;
			border-right: solid 1px #646464;
			border-bottom: solid 1px #646464;
			border-left: solid 1px #646464;
			background-color: #FFFFFF;
			filter:alpha(opacity=70);
			-moz-opacity:0.7;
			opacity: 0.7;
			display: none;
			background-image: url(../images/fond_sous-rubrique.gif);
			background-repeat: no-repeat;
			background-position: right bottom;
			}		


/* PAGE CONTACT ***********************/
#contactleft
{	width: 48%;
	float: left;
	/*clear: both;*/
	padding: 5px;
}

#contactright
{	width: 48%;
	float: right;
	padding: 5px;
}

#contact
{	margin-top: 20px;
}

#contact div
{	/*border: 1px solid black;*/
}

#contact #contactPhoto
{	float: left;
}

.photobordure
{	margin-right: 10px;
	/*padding:0px;*/
	width: 60px;
	height: 80px;
	border-top: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;
	border-bottom: 0px;
	border-right: 0px;
}


.photosansbordure
{	margin-right: 10px;
	/*padding:0px;*/
	width: 60px;
	height: 80px;
	border-bottom: 0px;
	border-right: 0px;
}


#contact .nom
{	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color:#DC6C08;
}

#contact .service
{	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #DC6C08;
}

#contact .email a
{	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
}

#contact .telephone
{	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
}

#contact .langue
{	display: table;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	height: 20px;
	vertical-align: bottom;
	margin-top: 5px;
}

#contact .langue .swf
{	float: left;
	padding-right: 5px;
}

#contact .langue .texte
{	margin-top: 5px;
}

.contactCache {
	display: block;
	position: absolute;
	width: 67px;
	height: 87px;
	z-index: 4;
	/*margin-top: 0px;
	margin-left: 1px;*/
	background-image: url(../images/cache_photo.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}



.mceToolbarTop * {
float:left;
}


.mceToolbarTop option {
float:none;
}



.tradeMark {text-align:right;font-family:arial;padding-right:15px;}

.tradeMark a{text-decoration:none;color:#333; }

.tradeMark a:Hover{text-decoration:none;color:#FFF; }
