/* CSS Document */
body {
	margin:0;
	padding:0;
	background: #e53561;
}

body, p, table, td, select{font-family: Tahoma, Arial,Verdana,Geneva,Helvetica,sans-serif; font-size: 11px; color: #000000;}


.champ_site {
	width: 200px;
	background: #FEF6EB;
	border: 1px solid #F6BEC9;
	font-size:11px;
	padding-left: 5px;
}

.champ_site_stores {
	background: #FEF6EB;
	border: 1px solid #F6BEC9;
	font-size:11px;
	padding-left: 5px;
}

.select_language {
	width: 200px;
	background:#FEF6EB;
	border: 1px solid #F6BEC9;
}

.txt11noir { font-family: Tahoma, Arial,Verdana,Geneva,Helvetica,sans-serif; font-size: 11px; color: #000000; }

.txt11rouge { font-family: Tahoma, Arial,Verdana,Geneva,Helvetica,sans-serif; font-size: 11px; color: #6b2a29; }

.clear {
	clear:both;
}

.padding_top_10px {
	padding: 10px 0 0 0;
}

a.padding_top_10px {
	padding: 10px 0 0 0;
}

#conteneur_fond {
	height: auto !important;
	height: 200px;
	min-height: 200px;
	background : url(images/interface/fond_centre.gif) repeat-y center;
}

#conteneur_tableau {
	width:940px;
	margin:auto;
}

#language_container	
{
	width:670px;
	height:400px;
	overflow:hidden;
}

.cellule_gauche {
	width:8px;
	background:url(images/interface/fd_gauche.gif) repeat-y top right;
}

.cellule_droite {
	width:7px;
	background:url(images/interface/fd_droite.gif) repeat-y top left;
}

.cellule_centrale {
	width:925px;
	background:#FFFFFF url(images/interface/fond_bottom4.jpg) no-repeat bottom left;
	height: 221px;
	min-height:221px;
}

.footer_tableau {
	width: 940px;
	background:url(images/interface/footer_tableau.jpg) no-repeat top left;
	height:17px;
	min-height:17px;
}

#conteneur_header {
	height:351px;
	background : url(images/interface/fond_top4.jpg) no-repeat center top;
}

#header {
	width:925px;
	margin:auto;
	padding:37px 0 0 0;
}

#mappemonde {
	float:right;
	padding: 0 20px 0 0;
}

#bloc_fournisseur {
	float:left; 
	width:110px; 
	text-align:center; 
	padding:0 0 0 15px;
}

#bloc_fournisseur a {
	font-family:Arial;
	font-size:11px;
	color:#6c1009;
	text-decoration:none;
}

#bloc_fournisseur a:hover {
	font-family:Arial;
	font-size:11px;
	color:#6c1009;
	text-decoration:underline;
}

a.lienrouge {
	font-family:Arial;
	font-size:11px;
	color:#6c1009;
	text-decoration:none;
}

a.lienrouge:hover {
	font-family:Arial;
	font-size:11px;
	color:#6c1009;
	text-decoration:underline;
}

#conteneur_central {
	height: auto !important;
	height: 50px;
	min-height: 50px;
	background : url(images/interface/fond_centre.gif) repeat-y center;
}

#conteneur_bottom {
	height:404px;
	background : url(images/interface/fond_bottom2.jpg) no-repeat center top;
}

#conteneur_footer {
	height:21px;
	background : url(images/interface/fond_footer.gif) no-repeat center top;
}

#menu_footer {
	width: 910px;
	margin:auto;
	font-family: Arial, Verdana, sans-serif;
	font-size:9px;
	color:#FFFFFF;
}

#menu_footer a {
	font-family: Arial, Verdana, sans-serif; font-size:9px;	color:#FFFFFF; text-decoration:none;
}

#menu_footer a:hover {
	font-family: Arial, Verdana, sans-serif; font-size:9px;	color:#FFFFFF; text-decoration:underline;
}
/*-- MENU VERTICAL ABSOLUTE --*/
#menu_vertical {
	width:140px;
	position:absolute;
	left:50%;
	margin-left:-452px;
	text-align:right;
	top:230px;
}

#menu_vertical ul{
	padding:0;
	margin:0;
	list-style-type:none;
}

#menu_vertical a{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#6c1009;
	text-decoration:none;
}

#menu_vertical a:hover{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#e7426a;
	text-decoration:none;
}

#menu_vertical li{
	margin:0;
	padding:0 30px 10px 0;
	line-height:0.7em;
}
/*-- MENU HORIZONTAL --*/
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Verdana, sans-serif; 
	font-size:11px; 
	color:#FFFFFF;
}

#conteneur_menu_horizontal{
	width:578px;
	text-align:center;
	margin:auto;
	padding:0px 0 0 40px;
	margin-top: 15px;
}

#menu {
	float:left;
	position: relative;
	text-align:center;
	z-index:100;
	width: 513px;
	background:url(images/interface/fond_menu_test.png) repeat-x top left;
	height:29px;
}
#menu dl {
	float: left;
	width: 110px;
	margin: 0;
}
#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	padding:7px 0 0 0;
}
#menu dd {

}
#menu li {
	width:100%;
	text-align: center;
	background: #9e4273;
}
#menu li a, #menu dt a {
	color: #FFF;
	font-weight:bold;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}
#menu li a:hover, #menu dt a:hover {
	background: #e15e97;
	font-weight:bold;
	color:#FFFFFF;
}

#menu a.liens_menu_basic:hover {
	background:#9E4273;
}

a {
	text-decoration: none;
	color: blue;
	text-decoration: none;
	/*color: black;
	color: #222;*/
}

a:hover {
	text-decoration: none;
	color: blue;
	text-decoration: underline;
	/*color: black;
	color: #222;*/
}

/*-- TITRE DE PAGE --*/
#fond_titre_page {
	float:left;
	width:23px;
	height: 68px;
	background:url(images/interface/fd_titre_page.gif) no-repeat top left;
}

#conteneur_titre_page {
	width:925px;
	margin:auto;	
}

#conteneur_titre_page_int {
	padding: 70px 0 0 200px;
}

#titre_page {
	float: left;
	padding: 37px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:23px;
	font-weight: bold;
	color: #6c1009;
}

/*-- FOND SLIDESHOW --*/
.fond_slideshow {
	width:940px;
	height:160px;
	background:url(images/interface/fond_slideshow.jpg) no-repeat top left;
	padding: 0 0 0 10px;
}

/*-- CONTENU DE LA PAGE --*/
#contenu_page {
	padding: 0 35px 0 20px;
	text-align:justify;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#contenu_page_bloc {
	padding: 0 35px 0 20px;
	text-align:justify;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.centrage_bloc_video {
	text-align:center;
	height:240px;
	padding: 0 0 20px 205px;
}

#equipe_magicflyer {
	width: 500px;
	padding: 20px 0 0 0;
	border-top:1px solid #F6BEC9;
}

.zone_text_cont {
	padding: 0 0 220px 0;
	/*color:#6c1009;*/
	font-size: 11px;
}

#text_zone_cont_page p, div, font {
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*color:#6c1009;*/
}

#text_zone_cont_page img{
	border:0;
}

/*-- FORMULAIRE --*/
form {
	padding: 0;
	margin: 0;
}

#div_video {
	text-align: center;
}