body{
	background:url(../images/fond.jpg) repeat-x #f0f0f0;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
}

.clear{
	clear: both;
	display: block;
}

/* BANDEAU ENTETE */

#fullHeader{
	background:url(../images/fd_repeat.jpg) repeat-x;
	width:100%;	
}

#header{
	background:url(../images/header.jpg) no-repeat;
	margin:auto;
	padding:0;
	width:980px;
	height:135px;
	position: relative;
}

#header .logo{
	padding:20px 0 0 1px;
	width:100px;
	float:left;
}

#header .url{
	margin:93px 0 0 4px;
	float:left;
}

#header .url a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#e9640b;
}

#header .url a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
	color:#e9640b;
}

#deconnexionTop{
	position:absolute; 
	top:0; 
	background:url(../images/deconnexion_top.png) no-repeat; 
	width:258px;
	height:32px; 
	right:0;
	z-index:1;
}

#deconnexionTop #decoTopUser {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	margin:8px 0 0 5px;
	float:left;
	width:165px
}

#deconnexionTop #decoTop {
	margin:8px 10px 0 5px;
	float:left;
}

#deconnexionTop #decoTop a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
}

 /* MENU PRINCIPAL */
/*#header ul{
	margin:68px 0 0 182px;
	padding:0;
	list-style:none;
	float:left;
	height:67px;
}

#header li{
	margin:0 auto;
	padding:0;
	display: inline ;
}

#header li a{
	margin:0;
	padding:0 3px 0 0;
}

.case, .case:hover, .case:active{  
	cursor:pointer; 
	overflow:hidden; 
	display:block; 
	float:left; 
	position:relative;
	border:none;
}


.img_hover{ 
	position:absolute; 
	left:0; 
	top:0; 
	height:100px; 
	width:200px; 
	opacity:0;
	display:block;
}
*/

#header ul {
    float: right;
    height: 67px;
    list-style: none outside none;
    margin: 66px 0 0 210px;
    padding: 0;
    position: absolute;
    width: 750px;
}

#header ul li {
	display: block;
	float: right;
	margin: 0;
	padding:0;
}

#header ul li a {
	padding:0 3px 0 0;
}

#header ul li ul {
	background: #F4F4F4;
	border: 1px solid #ccc;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
	margin: 10px 0 0 -35px;
	padding: 0 10px 0;
	position: relative;
	width: 126px;
}

#header ul li ul li {
	border-bottom: 1px solid #CCC;
	display: block;
	float: none;
	height: 14px;
	padding: 8px 0;
	text-align: center;
	width: 126px;
	margin: 0;
}

#header ul li ul li a {
	color: #620d20;
	text-shadow: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
}

#header ul li ul li a:hover {
	color: #000;
}

#header ul li ul li:last-child:not(li.arrow) {
	border: 0;
}

.arrow {
	background: url(../images/arrow_menu.png) no-repeat;
	border: 0;
	display: none;
	position: absolute;
		top: -10px;
		left: 63px;
	height: 11px;
	width: 20px;
	text-indent: -9999px;
}

.case, .case:hover, .case:active{  
	cursor:pointer; 
	overflow:hidden; 
	display:block; 
	position:relative;
	border:none;
}

.img_hover{ 
	position:absolute; 
	left:0; 
	top:0; 
	height:100px; 
	width:200px; 
	opacity:0;
	display:block;
}

/* FOOTER */
#footer{
	width:980px;
	height:35px;
	margin: 20px auto;
	border-top: 1px solid #ccc;
}

#footer a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #878787;
}

#footer a:hover{
	color:#e9640b;
	text-decoration:underline;
}

#footer .marque a{
	padding:0;
	line-height:35px;
	float:left;
	text-decoration:none;
}

#footer .hotline a{
	padding:0;
	line-height:35px;
	float:right;
	text-decoration:none;
}

/* CONFIRM ACTION */

.question {
	position: absolute;
	display: inline;
	text-align: center;
	width: 174px;
	height: 78px;
	font-size: 13px;
	line-height: 1.5em;
	background: url('../images/bubble.png') left top no-repeat;
	padding: 10px 0 0 0;
	text-shadow: 0px 1px 0px #fff;
	margin-left: -7em;
	margin-top: -6em;
	opacity: 0;
}

.yes{
	margin-top: .5em;
	margin-right: .5em;
	cursor: pointer;
	display: inline-block;
	width: 63px;
	height: 21px;
	color: #434d17;
	text-shadow: 0px 1px 0px #fff;
	background: url('../images/buttony.png') left top no-repeat;
}
.cancel {
	margin-top: .5em;
	margin-right: .5em;
	cursor: pointer;
	display: inline-block;
	width: 63px;
	height: 21px;
	color: #fff;
	text-shadow: 0px 1px 0px #000;
	background: url('../images/buttonn.png') left top no-repeat;
}


.tip{
	display: block;
	height: 22px;
	width: 22px;
	margin: 7px 5px 0 0;
	float: left;
}


/* INFOS BULLES */


.tipsy {
    background-image: url("../images/tipsy.gif");
    background-repeat: no-repeat;
    font-size: 10px;
    opacity: 0.8;
    padding: 5px;
}
.tipsy-inner {
    background-color: #000;
    color: #FFFFFF;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 10px;
    max-width: 250px;
    padding: 5px 8px 4px;
    text-align: left;
}
.tipsy-inner {
    border-radius: 3px 3px 3px 3px;
}
.tipsy-north {
    background-position: center top;
}
.tipsy-south {
    background-position: center bottom;
}
.tipsy-east {
    background-position: right center;
}
.tipsy-west {
    background-position: left center;
}