*{
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	color: #000;
	background: #fff url('../images/fond/index/bg-body.png') repeat-x;
}

.clearer{
	clear: both;
}

#header{
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #d3d4d4;
}

header-nav{
	width: 940px;
	margin: 0 auto;
}

#header ul{
	width: 300px;
	float: right;
	margin: 0 170px 0 0;
}

#header ul li{
	float: left;
	display: inline;
	color: #000;
	margin: 0 0 0 20px;
}

#header ul li a{
	color:#000;
	line-height: 30px;
}

#main{
	margin: 0 auto;
	width: 940px;
	background: url('../images/fond/index/bg-main.png') no-repeat;
}

#content{
	border: none;
}

#content-haut{
	padding: 68px 0 0 0;
}

#logo{
	float: left;
	display: inline;
	text-indent: -9999px;
	width: 377px;
	height: 196px;
	margin: 0 0 50px 55px;
	background: url('../images/logo/logo.png') no-repeat;
}

.denied{
	width: 250px;
	padding: 7px 0 7px 10px;
	border: 1px solid #d80000;
	background: #f9cbcc;
	color: #000;
	position: absolute;
	top: -40px;
	left: 70px;
	text-align: center;
}

/*--- form ---*/

fieldset{
	border: none;
} 

#content-login{
	width: 350px;
	float: left;
	margin-top: 110px;
	position: relative;
}

#content-login a{
	color: #888888;
	font-family: Tahoma;
	font-size: 9px;
	display: block;
	float: right;
	margin: 5px 47px 0 0 ;
}

#content-login form p{
	margin: 5px 0 0 0;
	height: 23px;
}

label{
	display: block;
	width: 140px;
	text-align: right;
	float: left;
	margin: 0 10px 0 0;
	line-height: 22px;
}

input{
	width: 154px;
	height: 23px;
	background: url('../images/fond/bg-input.png') no-repeat;
	border: none;
	float: left;
	padding: 3px 0 0 5px;
}

.btn-ok{
	border: none;
	width: 25px;
	height: 21px;
	text-indent: -9999px;
	background: url('../images/bt/btn-ok.png') no-repeat;
}

.btn-ok:hover{
	cursor: pointer;
}

/*--- content-left ---*/

#content-left{
	color: #71b63f;
	float: left;
	width: 480px;
	padding: 0 0 0 50px;
}

#content-left ul{
	margin: 20px 0 20px 40px;
}

#content-left ul li{
	margin: 10px 0 0 0;
}

/*--- content-right ---*/

#content-right{
	width: 250px;
	float: left;
	margin: 0 0 0 80px;
}

#content-right ul{
	padding: 0 0 0 15px;
}

#content-right ul li{
	list-style-image: url('../images/puce/puce-fleche.png');
}

#content-right ul li a{
	color: #c81d85;
	font-weight: bold;
	text-decoration: none;
}

#content-right a#link-inscrip{
	text-indent: -9999px;
	display: block;
	width: 84px;
	height: 20px;
	background: url('../images/bt/btn-minscrire.png');
	margin: 5px 0 0 0
}

/*--- footer ---*/

#footer{
	color: #b9c8d0;
	font-size: 0.85em;
	text-align: center;
	margin: 30px 0 0 0;
}

#footer a{
	color: #b9c8d0;
}

