div#accordion{
	border: 0px solid #fff;
	background-color: #E9ECF1;
	padding: 0px;
	margin-top: 15px;
	background-color: #DBDBDB;
}
.titreRubrique{
	width: 100%;
	height: 25px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #FF0096;
	background: #fff url(../images/fond_menu_titre.jpg) repeat-y;
	background-position: bottom;
	border-bottom: 1px solid #fff;
}
.titreRubrique p{
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	margin: 0;
	margin-left: 8px;
	margin-top: 5px;
}
.titreRubrique p a, .titreRubrique p a:link, .titreRubrique p a:active, .titreRubrique p a:visited{
	color: #fff;
	margin: 0;
	text-decoration: none;
}
.titreRubrique p a:hover{
	color: #fff;
	margin: 0;
	text-decoration: none;
	letter-spacing: 3px;
}
div#accordion {
	position: relative; /* required for bounding */
	width: 95%;
	height: auto;
}
div#accordion h3{
	position: relative; /* required for effect */
	z-index: 10;		/* required for effect */
	background: #fff url(../images/fond_menu.jpg) repeat-y;
	background-position: bottom;
	color: #ff0096;
	color: #1E4164;   
	cursor: pointer;
	margin-bottom: 1px;
	padding: 5px 14px 2px 10px;
	height: 32px;
	line-height: 16px;
	
	font-size: 11px;
	font-weight: normal;
	margin: 0;
}
div#accordion h3:hover, div#accordion h3-active{
	/*background: #fff url(../images/barre_services.gif) repeat-x;*/
	background: #fff url(../images/fond_menu.jpg) repeat-y;
	background-color: #E9ECF1;
	font-weight: bold;
	color: #1E4164;
}

div.element{
	overflow: hidden;	/* required for effect */
	background: #fff;
	padding: 0;
	color: #c4bab1;
}

div.element p{
	margin: 9px 24px 6px 24px;
}

.toggler{
	
	border-bottom: 1px solid #DBDBDB;
}



/********************************************/

#marquePresentation{
	border: 0px solid red;
}
#marquePresentationImg{
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
	padding: 10px;
	height: 100px;
	width: 100px;
	border: 1px solid #CCCCCC;
	background-color: #fff;
}
#marquePresentationImg img{
	max-width: 100px;
	width: auto;
	max-height: 100px;
	height: auto;
	margin-top: auto;
	margin-bottom: auto;
	margin: auto;
	float: left;
}
#marquePresentation p{
	width: auto;
	min-width: 75%;
	max-width: 95%;
	margin-top: 0px;
	text-align: justify;
}
#titreVente{
	font-size: 14px;
	font-weight: normal;
	line-height: 28px;
	color: #1E4164;
	background-image: url(../images/fond_menu.jpg);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 5px;
}
#titreVente strong{
	color: #ff0096;
}

#liste_alpha{
	background-color: #fff;
	color: #333;
	font-size:11px; 
	width:925px; 
	height: 40px;
	margin:auto;
	margin-top: 0px;
	margin-left: 4px;
	text-align: center;
	float:left;
}
#liste_alpha a, #liste_alpha a:link, #liste_alpha a:active, #liste_alpha a:visited{
	padding: 3px;
	border: 1px solid #fff;
	color: #CCCCCC;
	text-decoration: none;
	float:left;
	margin-right: 2px;
}
#liste_alpha a:hover{
	padding: 3px;
	border: 1px solid #ff0096;
	color: #ff0096;
	text-decoration: none;
}

#moitie{
	font-size:60%;
}
