﻿body{
	background: url(../image/bg.jpg) repeat-x;
	height:100%;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#500954;
}

.clearboth { clear:both; height:1%; font-size:1%; line-height:1%;}

.global{
	width:803px;
	margin-left:auto;
	margin-right:auto;
    position: relative;
}

a{
	color:#500954;
	text-decoration:none;
}
a:hover{
	color:#500954;
	text-decoration:underline;
}

.logo{
	float:left;
	width:243px;
}

.logo a{
	display:block;
	margin-top:57px;
	height:36px;
	background: url(../image/logo.jpg) no-repeat;
}

.image_header{
	float:right;
	background: url(../image/image_header.jpg) no-repeat;
	width:448px;
	height:150px;

}

/*	conteneur du menu	*/
.menu{
	position:relative;
	z-index:50;
	width:806px;
	height:29px;
	margin-top:9px;
	margin-left:28px;
}
* html .menu{
	margin-top:2px;
}
*+html .menu{
	margin-top:2px;
}
.menu h2{display:none;}

/*	Initialisation général du menu	*/
ul.main_menu,
ul.main_menu li,
ul.main_menu li ul,
ul.main_menu li ul li {
	padding:0px;
	margin:0px;
}
ul.main_menu{ float:left; margin-top:0px}


/*	images des items de premier niveau*/
ul.main_menu li a.rub_1{
	width:86px;
	background:url(../image/menu/bouton_remerciement.jpg) no-repeat 0px 0px;
}
ul.main_menu li a.rub_2{
	width:86px;
	background:url(../image/menu/bouton_felicitation.jpg) no-repeat 0px 0px;
}
ul.main_menu li a.rub_3{
	width:86px;
	background:url(../image/menu/bouton_stimulation.jpg) no-repeat 0px 0px;
}
ul.main_menu li a.rub_4{
	width:86px;
	background:url(../image/menu/bouton_evenement.jpg) no-repeat 0px 0px;
}
ul.main_menu li a.rub_5{
	width:86px;
	background:url(../image/menu/bouton_commander.jpg) no-repeat 0px 0px;
}
ul.main_menu li a.rub_6{
	width:161px;
	background:url(../image/menu/bouton_services.jpg) no-repeat 0px 0px;
}


/*	Menu de premier niveau	*/
ul.main_menu li{position:relative;display:block;float:left;}
ul.main_menu li a{display:block;height:29px;margin-right:5px;}



/*-------------- CONTENU ---------*/

.contenu{
 	border-right: 1px solid #cbcbcb;
	border-left: 1px solid #cbcbcb;
	padding-bottom:35px;
	height:auto!important;
	height:350px;
	width:804px;
}

.col_gauche{
	float:left;
	width:529px;
	min-height:279px;

}
.col_gauche .texte{
	margin-top:10px;
	margin-left:25px;
	margin-right:20px;
	line-height: 20px;
	text-align: justify;
}
.col_gauche .texte img{
	float:left;
	padding-right:20px;
	padding-bottom:20px;
}


.col_droite{
	float:right;
	width:274px;
}
.col_droite .texte{
	min-height:530px;
	background:url(../image/fond_menu_droite.jpg) no-repeat left top;
}
.col_droite .bas_droite{
	background: url(../image/bas_menu_droite.jpg) no-repeat top center;
	height:6px;
}
.col_droite .texte .image_droite{
	margin-left:62px;
	margin-top:8px;
}
.col_droite .texte h1, .col_droite .texte p{
	margin-left:25px;
	width:250px;
}
.col_droite .texte h1{
	margin-top:22px;
	margin-bottom:12px;
	font-size:14px;
	font-weight:bold;
}
.col_droite .texte .formulaire{
	margin-left:10px;
	margin-top:30px;
}
.col_droite .texte .formulaire input{
	float:left;	
}
.imgNewsLetter{
	float:left;
	margin-left:5px;
}

.col_droite .texte .formulaire img{
	float:left;
	margin-left:22px;
}
.col_droite .texte .tel{
	height:auto!important;
	height:145px;
	width:250px;
}
.col_droite .texte .tel .num_tel{
	margin-top:10px;
	margin-bottom:5px;
	padding-left:85px;
}
.col_droite .texte .tel .num_fax{
	margin-top:10px;
	margin-bottom:5px;
	padding-left:100px;
	width:150px;
}
.col_droite .texte .tel .email{
	margin-top:10px;
	margin-bottom:5px;
	padding-left:100px;
	width:80px;
}
.col_droite .texte .tel .mail{
	margin-top:5px;
	margin-bottom:0px;
	padding-left:120px;
	font-size:10px;
	width:80px;
}

/*--------------- FOOTER -----------*/
.footer{
	position:absolute;
	border-right: 1px solid #cbcbcb;
	border-left: 1px solid #cbcbcb;
	background: url(../image/bas_page.jpg) no-repeat bottom center;
	height:33px;
	width:804px;
	text-align:center;
}