body {
	background-color:#fff;
	font-size: 68.75%;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
}

a{
	text-decoration:none;
}

a:hover, a:focus{
	text-decoration:underline;
}

/* clearfix */
.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* Fin clearfix */

#page{
	width: 965px;
	margin : 0 auto;
}

.iframe #page{
	width: 965px;
	margin : 0;
}

/* Header */
#header{
	margin: 18px 0;
}

#header ul{
	text-align: right;
	margin: 5px 0;
}

#header ul li{
	display:inline;
	margin-left: 25px;
}

#header ul li a{
	color:#53595c;
	text-transform: uppercase;
	font-size: 0.9em;
	letter-spacing: 0.001em;
	font-weight: bold;
}

.logo{
	float: left;
	margin-right: 18px;
}
/* Fin Header */

/* Content */
#dispatch #content{
	width: 965px;
	height: 425px;
	margin-bottom: 6px;
	background: url(../imgs/bg_container.jpg) no-repeat #1e9db2;
}

.innerContent{
	padding: 190px 0 0 358px; 
	overflow:hidden;
	height:230px;
}

.innerContent li{
	font-size: 1.1em;
	margin-bottom: 5px;
}

.innerContent h2{
	background: url(../imgs/titre_select.gif) no-repeat;
	width: 255px;
	height: 22px;
	margin-bottom: 18px; 
}

.innerContent h2 span{
	position: absolute;
	left: -1000px;
}

.innerContent a{
	color:#fff;
}

.innerContent ul{
	float:left;
	width:120px;
}

/* Content */

#footer{
	text-transform: uppercase;
	font-weight: bold;
}

body.iframe {
position:absolute;
left:0px;
top:-108px
}

li a.index {
color:#dddddd!important
}