@charset "UTF-8";
/* CSS Document */

body{
	background-color:#E6E8E7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

p

{
	font-size:0.9em;
 
}
strong
{
	font-size:13px;
	color:#901345;
	 
}
.fd0 		{	background-color: #000000}
.fd1		{ 	background-color: 9CA4AD}
.fd2		{ 	background-color: #E6E6E6}
.fd3		{	background-color: #6F0045}
.fd4		{ 	background-color: #A93369}
.fd5 		{	background-color: #F6F6F7}
.fd6 		{	background-color: #93005C}
.fd7 		{	background-color: #E7E9EB}
.fd8 		{	background-color: #DED7DB}
.fd9 		{	background-color: #DED7DB}
.fd10 		{	background-color: #D9D9CF}
.fd11		{	background-color: #B3B3AA}
.fd12		{	background-color: #D6D9DD}
.fd13		{	background-color: #FFFFFF}

.lien-top{
	font-size:11.5px;
	color:#FFF;
	font-weight:normal;
	text-decoration:none;
}

.lien-top:hover{
	text-decoration:underline;
}

.titre{
	font-size:18px;
	color:#901345;
	font-weight:normal;
	text-transform:uppercase;
	margin-top:0;
}

.titre1 {
    color: #93005C;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 24px;
    font-weight: bold;
}
h2{
	font-size:18px;
	color:#282828;
	font-weight:normal;
	text-transform:uppercase;
	margin-top:0;
}

h3{
	font-size:16px;
	color:#901345;
	font-weight:normal;
	text-transform:uppercase;
}


.h3{
	font-size:14px;
	color:#901345;
	font-weight:normal;
	text-decoration:none;
}

.h3	a {
	font-size:16px;
	color:#901345;
	font-weight:normal;
	text-decoration:none;
}

.h3:hover{
	text-decoration:underline;
}

p{
	font-weight:normal;
	margin:0;
}

.texte1{
	font-size:12px;
	font-weight:normal;
	color:#666666;
}

.texte2{
	font-size:14px;
	font-weight:bold;

}

.texte3{
	font-size:13px;
	font-weight:normal;
	color:#2b2b2b;

}

.texte4{
	font-size:12px;
	font-weight:normal;
	color:#2b2b2b;
	text-transform:uppercase;
	text-decoration:underline;

}

.texte5{
	font-size:12px;
	color:#901345;
	font-weight:normal;
	text-decoration:underline;
	padding:10px;
}

.texte6{
	font-size:14px;
	color:#901345;
	font-weight:normal;
	text-decoration:none;
}

.texte7{
	font-size:11px;
	color:#901345;
	font-weight:normal;
	text-decoration:none;
}

.details{
	font-size:12px;
	font-weight:normal;
	color:#2b2b2b;
	text-decoration:underline;
}

.newsletter{
	width:286px;
	height:70px;
	background-image:url(../images/newslatter.jpg);
	background-repeat:no-repeat;
	  
}

.input{
	width:260px;
	height:20px;
	font-size:11px;
	font-weight:normal;
	color:#666666;
	margin-left:10px;
}

.input2{
	font-size:11px;
	font-weight:normal;
	color:#666666;
}

.a{
	font-size:13px;
	font-weight:normal;
	color:#2b2b2b;
	
	text-decoration:none;

}
.corps a{ color:#303030}
*a:link 
{ 
 text-decoration:none;color:#000 
} 

.a:hover{
	color:#901345;
	text-decoration:underline;

}


/*  -------- Menu ---------   */

.container {
	width: 1000px;
	margin: 0 auto;
	
}

#nav_wrapper {
	clear: left;
}
.right_nav a{	color:#fff;}
span#menu_end {
	display:block;
	float:left;
	height:35px;
	width:5px;
}

span#menu_start {
	display:block;
	float:left;
	height:35px;
	width:52px;
}
ul#topnav {
	margin: 0; padding: 0;
	float:left;
	list-style: none;
	font-size: 13px; 
}
ul#topnav li {
	font-size: 12px;
	float: left;
	margin: 0; padding: 0;
	position: relative;
	border-right:1px #FFF solid;	
}
ul#topnav li#last-li {
	background: none;
}
ul#topnav li#last-li a span.single_wrapper {
	float:left;
	margin:6px 6px 6px 10px;
	padding:0 10px;
}

ul#topnav li.liSub a, ul#topnav li a {
	color: white;
	float: left;
	height: 40px;
	line-height: 27px;
	padding: 0;
	text-decoration: none;
	/*text-shadow: 0 0 2px black;*/
	text-transform: uppercase;
	z-index:200;
}

ul#topnav li .sub {
	position: absolute;	
	top: 42px; left: 0px;
	background: #FFFFFF;
	background-color: #f8f8f8\9; /* le  \9  est un hack pour cibler IE8, IE7 et IE6 */ 
	border-bottom: 1px solid #cbcbcb\9;
	border-left: 1px solid #cbcbcb\9;
	border-right: 1px solid #cbcbcb\9;
	padding: 10px 10px 10px;
	float: left;
	
	border-bottom-right-radius:		    10px;
	-moz-border-radius-bottomright:     10px;
	-khtml-border-radius-bottomright:   10px;
	-webkit-border-bottom-right-radius: 10px;
	
	border-bottom-left-radius:		    10px;
	-moz-border-radius-bottomleft:      10px;
	-khtml-border-radius-bottomleft: 	10px;
	-webkit-border-bottom-left-radius:  10px;
	
	box-shadow:0px 0px 5px #5a5a5a;
	-moz-box-shadow:0px 0px 5px #5a5a5a;
	-webkit-box-shadow:0px 0px 5px #5a5a5a;
	display: none;
	z-index: -10;
}
ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 150px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%;
	color: #fff;
	background: none;
}
ul#topnav .sub ul li h2 {
	padding: 0;  margin: 0;
	font-size: 13px;
	font-weight: normal;
}
ul#topnav .sub ul li h2 a, ul#topnav .sub ul li h2 a:hover {
	padding: 5px 0;
	background-image: none;
	color: #901345;
}
ul#topnav .sub ul li h2 a:hover {
	background-image: none;
	text-decoration: underline;
}
ul#topnav .sub ul li a {
	float: none; 
	text-indent: 0;
	height: auto;
	background: url(../images/navlist_arrow.png) no-repeat 0px 10px;
	padding: 0 0 0 18px;
	margin: 0 10px;
	display: block;
	text-decoration: none;
	color: #757575;
	font-size:1.1em;
	text-shadow: none;
	border-bottom: 1px solid #e6e6d8;
	text-transform: none;
	line-height:27px;
}
ul#topnav .sub ul li a:hover {
	color: #901345;
	background: url(../images/navlist_arrow_hover.png) no-repeat 0px 10px;
	text-decoration: underline;
}

span.dd_action {
	height:6px;
	padding:0 0 0 5px;
	width:9px;
}

span.single_wrapper {
	float:left;
	margin:6px 10px;
	padding:0 15px;
}

span.single_wrapper:hover, li.current a span.single_wrapper {
	background: white;
	color: black;
	
	/* -- CSS3 stuff -- */
	
	text-shadow: none;
	
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#FFFFFFFF, endColorstr=#FFe5e5e5);
	background-image: -moz-linear-gradient(	top, #FFFFFF, #e5e5e5);
	background-image: -webkit-gradient( linear,	left top, left bottom, from(#FFFFFF), to(#e5e5e5));
	
	border-radius: 	       7px; /* Propriété CSS3 générale et pour Opera */
	-moz-border-radius:    7px; /* Propriété CSS3 pour Firefox */
	-khtml-border-radius:  7px; /* Propriété CSS3 pour navigateurs KHTML */
	-webkit-border-radius: 7px; /* Propriété CSS3 pour navigateurs Webkit */
	
	box-shadow:         0px 0px 2px #343333; /* Propriété CSS3 */
	-webkit-box-shadow: 0px 0px 2px #343333; /* Propriété CSS3 pour Firefox */
	-moz-box-shadow:    0px 0px 2px #343333; /* Propriété CSS3 pour navigateurs Webkit */
}

span.single_wrapper:active {
	background: white;	
	color: black;
	
	/* -- CSS3 stuff -- */
	
	text-shadow: none;
	
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#FFe5e5e5, endColorstr=#FFFFFFFF);
	background-image: -moz-linear-gradient(	top, #e5e5e5, #FFFFFF);
	background-image: -webkit-gradient( linear, left top, left bottom, from(#e5e5e5), to(#FFFFFF));
	
	border-radius:         7px;
	-moz-border-radius:    7px;
	-khtml-border-radius:  7px;
	-webkit-border-radius: 7px;
	box-shadow:         0px 0px 2px #343333;
	-webkit-box-shadow: 0px 0px 2px #343333;
	-moz-box-shadow:    0px 0px 2px #343333;
}

span.dd_wrapper {
	float:left;margin: 0;padding: 0 26px 0px 26px !important;
}

.all{
 
	  
	padding:10px 0px auto auto ;
	 
	
}
li.liSub a:hover span.dd_wrapper, li.liSub:hover a span.dd_wrapper {
	z-index:      100;
	background:   white;
	color: 		  black;
	border-top:   1px solid #e5e5e5;	
	border-right: 1px solid #989898;
	padding:	  0 8px 0px 2px;	 
	
	/* -- CSS3 stuff -- */
	
	text-shadow: none;
	
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#dfdfdf, endColorstr=#f8f8f8); /* Pour IE */
	background-image: -moz-linear-gradient(	top, #e5e5e5, #FFFFFF); /* Pour Firefox */
	background-image: -webkit-gradient( linear,	left top, left bottom, from(#e5e5e5), to(#FFFFFF)); /* Pour Webkit */

	border-top-right-radius:		 7px;
	-moz-border-radius-topleft: 	 7px;
	-webkit-border-top-left-radius:  7px;
	-khtml-border-radius-topleft: 	 7px;
	
	border-top-left-radius:		     7px;
	-moz-border-radius-topright: 	 7px;
	-webkit-border-top-right-radius: 7px;
	-khtml-border-radius-topright: 	 7px;
}
.liSub{
	z-index:200;
}

/* ------- Menu fin ---------  */


.f_newslettre
{
	position:relative;
}
.submit_newslettre
{
	background:none;
	border:none;
	float:right;
	background:url(../images/icone-newslatter.jpg) no-repeat;
	position:absolute;
	width:30px;
	height:23px;
	display:inline-block;
	right:17px;
	top:2px;
	cursor:pointer;
	
}
.table_tr select
{ width:100px}

.diction div 
{
	padding:5px;
	float:left;
	display:inline-block;
	 
	width:100px;
	margin-right:10px;
	color:#6F0045;
	font-weight:bold;
}
.diction .float2
{
	width:3900px;
	colro
} 
	
.tit4 {
    color: #93005C;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bolder;
}

.tit3 {
    color: #93005C;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-weight: bolder;
}

.tit3 {
    color: #93005C;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bolder;
}

.box_facebook
{
	position:fixed;
	top:10%
	border:1px solid #ccc;
	 -moz-border-radius:10px;
	 -webkit-border-radius:10px;
	 -khtml-border-radius:10px;
	height:300px;
	width:300px;
	text-align:center;
	right:0
}
.clear
{
	clear:both;
	margin:2px;
}

h2
{
	 padding-bottom : 10px;
	  
	 color:#901345;
	 font-weight:bold; 
}


.lien-top
{
transition-duration:0.3;-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
}

.lien-top:hover
{
	background:#5c0829;
	color:#fff;
	
}
 