/* Styles généraux */

html, body {
	background-color: #FFF7C6;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #8C7173;
}
a {
	color: #947173;
	border: none;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #D6AE94;
}
a:visited {
	text-decoration: none;
	color: #947173;
}
a:active {
	text-decoration: none;
	color: #947173;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
img {
	border : none;
}
table {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
form {
	letter-spacing: 0em;
	text-align: center;
	vertical-align: 0%;
	word-spacing: 0em;
	border: 0px;
}

/* Styles définis pour les blocs */

#conteneur {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-style:solid;
	border-width:10px;
	border-color:#8C7173;
}
#logo {
	float:left;
	width:100%;
	height: 120px;
	background-image:url(../images/static/topbanner.jpg);
	background-repeat:repeat-x;
}
#menu {
	float:left;
	width:150px;
}
#menu ul {
	list-style: none;
	padding: 10px 0px;
	margin: 0;
}
#menu li {
	float: left;
	margin: 0;
	padding: 0;
}
#contenu {
	float:left;
	width:830px;
	padding-left:10px;
	padding-right:10px;
}
#blocnews {
	float:right;
	text-align: center;
	background-color: #FFF7C6;
	border-style:solid;
	border-width:5px;
	border-color:#8C7173;
	padding: 3px;
}
#blocnews ul {
	list-style: none;
}
#blocnews a:hover {
	text-decoration: underline;
	color: #D6AE94;
}
#pied_page {
	clear:both;
	width:100%;
}
#copyright {
	float:right;
	font-size: 10px;
	text-align: right;
	border-width:5px;
	padding: 3px;
}

/* Styles pour les class */ 
.clearboth {
	clear: both;
}
.button {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #947173;
}
.select {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #947173;
}
.yellowframe {
	text-align: center;
	background-color: #FFF7C6;
	border-style:solid;
	border-width:1px;
	border-color:#8C7173;
	padding: 2px;
}
.thickframe {
	text-align: center;
	border-style:solid;
	border-width:thick;
	border-color:#8C7173;
	padding: 2px;
}
.list-wrapper {
	float: left;
	width: 33%;
}
.list-wrapper ul li a {
	display: block;
	width: 10em;
	text-decoration: none;
}
.list-wrapper ul li a:hover {
	color: #8C7173; /* brown */
	background-color: #FFF7C6; /* yellow */
}
