/* CSS Document */
* { 
	margin: 0; 
	padding: 0; 
}

html { 
	height: 100%; 
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: inherit;
	background-color: #fff;
	margin: 0;
	padding: 0;
	font-size: 80%;
}
#contenu{
	margin-left: 12%;
	margin-right: 10%;
}
a img {
	border : none;
}
a:link {
	color: #fff;
	background-color: inherit;
	text-decoration: none;
}

a:visited {
	color: #fff;
	background-color : inherit;
	text-decoration: none;
}

a:hover {
	color: #fff;
	background-color : inherit;
	text-decoration: none;
}

a:active {
	color: #fff;
	background-color : inherit;
	text-decoration: none;
}

.header a:link {
	color: #391d09;
  	background-color: inherit;
}

.header a:visited {
	color: #391d09;
	background-color : inherit;
}

.header a:hover {
	color: #eb6c1d;
	background-color : inherit;
}

.header a:active {
	color: #eb6c1d;
	background-color : inherit;
}

#conteneur{
	margin-left: auto;
	margin-right: auto;
	margin-top : 0;
	margin-bottom: 0;
	padding: 0;
}

ul li {
	list-style-type: none;
	list-style-position: outside;
	display: inline;
	margin-left: 0;
    padding-left: 0;
}

#header {
	background-image: url(img/header2.jpg);
	height: 192px;
	width: 668px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	margin-top : 0;
	margin-bottom: 0;
	padding: 0;
}
.header {
	padding-top: 0;
}

#menu{
	height: 39px;
	background-color: #391d09;
	text-align: center;
	font-size: 150%;
	color: #fff;
}
.menuc{
	padding-top: 7px;
}
#footer{
	height: 100px;
	background-color: #391d09;
	text-align: center;
	color: #fff;
	padding-top: 10px;
	margin-top: 5px;
	clear: both;
}
/* Div Accueil */

#bienvenue
{
	width: 400px;
	float: left;
	margin-bottom: 10px;
	margin-right: 20px;
	padding: 10px;
	height: 100%;
}
#bienvenue2
{
	width: 180px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-top: 30px;
	float: left;
	padding: 10px;
	height: 328px;
}
#actu2
{
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 10px;	
}
#actu
{
	margin-bottom: 10px;
	margin-left: 450px;
	padding: 10px;	
}

h1
{
	font-size: 16pt;
	padding: 5px;
	color: #96bf0d;
	background-color: inherit;
}
h2
{
	font-size: 12pt;
	padding: 5px;
	color: #009ee0;
	font-weight: bold;
	background-color: inherit;	
}
p{
	padding: 5px;
	color: #622181;
	background-color: inherit;
}
.retrait
{
	text-indent: 10%;
}
.alinea
{
	text-indent: 5%;
}

#success
{ 
	padding:10px 20px; 
	border:1px dotted #009ee0; 
	color: #009ee0;
	background-color: inherit;
	font-weight:bold; 
}