@charset "utf-8";
html {
	font-family:Verdana;
	font-size:12px;
	padding:0; margin:0;
}

body {
	padding:0; margin:0px 0px 0px 0px;
	background:#eaeaea url('top.gif') no-repeat top center
}

a {
	color:#333333;
	text-decoration:none;
}

a:hover, a.active, a.current {
	color:#666666;
	text-decoration:none;
}

.left {
	float:left;
}

.right {
	float:right;
}

.spacer {
	clear:both;
}

.linker a {
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}

.linker a:hover, .linker a.active, .linker a.current {
	color:#333333;
	text-decoration:none;
}

.linkergris a , .submit {
	color:#333333;
	text-decoration:none;
	font-weight:bold;
}

.linkergris a:hover, .linkergris a.active, .linkergris a.current, .submit:hover {
	color: #FF6600;
	text-decoration:none;
}

h1 {
	font-size:14px;
}

img {
	border:0;
}

.error {
	color:#cc0000;
}
#main {
	width:980px;
	margin:auto;
}
#top {
	width:100%; height:279px;
	position:relative;
	float:left; clear:both;
}
#content {
	width:100%;
	min-height:300px;_height:300px;
	background:#ffffff url('bottom.gif') no-repeat bottom center;
	position:relative;
	float:left; clear:both;
	padding-bottom:20px;
}

/*pied de page*/

#bottom {
	width:100%;
	position:relative;
	float:left; clear:both; margin-top:10px;
}

#bottom div.copyright {
	width:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;
	float:left;
	color:#333333;
	text-align:center;
}

#bottom div.copyright a {
	color: #333333;
	text-decoration:underline;
}

#bottom div.copyright a:hover, #bottom div.copyright a.active {
	color:#666666;
	text-decoration:underline;
}

/***********SITE******************/

#sideleft {
	width:240px; float:left;
	margin:0px 20px 0px 20px;
}

#contenu {
	width:920px; float:left;
	padding:0px 30px 0px 30px;
}