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

html {
	margin:0;
	padding:0;
}
body {
	text-align: left;
	font-size: 76%;
	font-family: Arial, sans-serif, Verdana, Helvetica;
	line-height: 1.3;
	padding:0;
	margin:0;
	background-color: #ebd7be;	
}
img a{
	border: 0;
}
a img{
	border: 0;
}
a 		{
	color: #C00;
	text-decoration: none;
}
a:link 	{
	color: #C00;
	text-decoration: none;
}

a:hover	{
	color: #F00;
}

.button {
	border: 1px solid #CCC;
	background-color: #F7F7F7;
	font-size: 12px;
}

h1,h2,h3,h4,h5,h6 {
	display: inline;
}

h1 {
	font-size: 18px;
	font-weight: bolder;
	color: #909;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #939;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #969;
}

#corps {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/fond.jpg);
	background-repeat: repeat-y;
}

#tete {
	background-image: url(../images/tete.jpg);
	height: 233px;
	width: 960px;
}
#message {
	font-weight: bold;
	color: #FFF;
	text-align: center;
	position: relative;
	top: 184px;
}
#contenu {
	margin-right: 100px;
	margin-left: 100px;
	text-align: center;
}
#contenu #handisol {
	float: left;
	height: 350px;
	width: 350px;
	margin-left: 25px;
	text-align: center;
	border: 1px solid #F8F3F8;
}
#contenu #handisol a {
	color: #000;
}

#contenu #handisol a:hover {
	background-color: #EEE;
	color: #C00;
}
#contenu #guide {
	float: right;
	height: 350px;
	width: 350px;
	margin-right: 25px;
	text-align: center;
	border: 1px solid #F8F3F8;
}

#contenu #guide a {
	color: #000;
}

#contenu #guide a:hover {
	background-color: #EEE;
	color: #C00;
}

#pied {
	background-image: url(../images/pied.jpg);
	height: 78px;
	width: 960px;
	clear: both;
}

#liens_pied {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	width: 460px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 36px;
}

#liens_pied ul {
	padding:0;
	list-style-type:none;
	margin: 0;
}

#liens_pied li {
	margin-left:10px;
	float:left;
}

#liens_pied ul li a {
	display:block;
	text-align:center;
	padding:3px;
	color: #FFF;
}

#liens_pied ul li a:hover {
	background-color:#8600A8;
} 
