html, body {
background-color: White;
font-size: 12px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#564b47;
padding:0px;
margin:0px;
scrollbar-face-color: #FEFAC6;
scrollbar-highlight-color: #45A32B;
scrollbar-3dlight-color: #FEFAC6;
scrollbar-darkshadow-color: #FEFAC6;
scrollbar-shadow-color: #45A32B;
scrollbar-arrow-color: #45A32B;
scrollbar-track-color: #FEFAC6;
}
a {color: #000099;}
a:hover {text-decoration: none;  color: #DD0000;  }
a:active { color: #DD0000;}

h1 {
font-size: 14px;
text-align: center;
}
h2 {
font-size: 12px;
text-align: center;
 margin: 35px 0 5px 0;
}

/* ----------container zentriert das layout-------------- */
#container {
width: 762px;
padding:0px;
margin: 0px;
margin-left: auto;
margin-right: auto;
background-color: #FEFAC6;
} 

/* ----------banner for logo-------------- */
#banner {
padding: 0 0 3px 0;
margin: 0px;
background-image: url(../images/banniere.jpg);
background-repeat: no-repeat;
height: 169px;
}

/* ----------outer und inner----------------- */

#outer{ 
border-left: 180px solid #FEFAC6; /* linke Menue Spalten Farbe  */ 
border-right: 180px solid #FEFAC6; /* rechte Menue Spalten Farbe  */ 
background-color: #ffffff; /* Farbe fuer Inhalt Spalten  */
} 

#inner{margin:0; width:100%;  background-color: #FEFAC6;  }

/* --------------left und right navigavtion------------- */
#left {
 width:180px; 
 float:left; 
 position:relative; 
 margin-left:-180px; 
 margin-right:1px;
 padding-top: 10px;
 }
 #right {
 width:180px; 
 float:right; 
 position:relative; 
 margin-right:-182px; 
 margin-left:1px;
 padding-top: 10px;
}

/* -----------------Inhalt--------------------- */ 
#content{ 
background-color: #FEFAC6;
position: relative; 
margin: 0px; 
min-height: 710px;
}
p {
padding: 5px 5px;
margin:0px;
text-align: justify;
 line-height: 16px;
}

/* Alignement */
.center {
	text-align: center;
}
pre{
font-size: 12px;
padding: 5px 10px;
margin:0px;}

.rouge {
	color:#F00;
}

/*  ----------------footer---------------------- */ 
#footer {
padding: 0 0 10px 0;
margin:0;
text-align: center;
 height: 25px;
 background-color: #FEFAC6;
} 

/*  -------Menu col gauche et droite----------- */

#left ul, #right ul{
	margin-left: 8px;
	padding-left: 8px;
}

#left li, #right li {
	margin-top: 5px;
	list-style-type:square;
	list-style-image: url(../images/pucerouge.gif);
}

#left a, #right a {
	color: #000099;
}

#left a:hover,#left a:active, #right a:hover,#right a:active {
	color: #DD0000;
}

#left p, #right p {
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom:10px;
}

#left p a, #right p a{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;

}

#left p a:hover,#left p a:active, #right p a:hover,#right p a:active{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:underline;
}

#left p {
	background: #28A029;
	width: 160px;
	padding-bottom:4px;
}

#right p {
	background: #28A029;
	width: 160px;
	padding-bottom:4px;
}

#bandeau {
	margin: 125px 0 0 0;
	float: right;
}

img {
	border: none;
}

form {
	margin: 0 0 0 35px;
}

label {
	display: -moz-inline-box;
	display: inline-block;	
	margin: 0.6em 4px 0 0;
	padding: 0 2px 0 0;
	min-width: 7em;
}

input {
	margin: 0 2px 0 0;
	padding: 2px 0;
}
.bouton {
 background-color: #28A029;
 color: White;
 font-weight: bold;
}
.align_bouton {
	margin: 0 0 5px 0px;
	text-align: center;
}

.validation {
	color:#FF0000;	
	text-align: left;
	margin-left: 6px;
}
