/* General ==================================================================*/

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	background: url(/images/bg_body.jpg) repeat-x 0 -25px #ADABAB;
	font-family: "Trebuchet ms", Helvetica, Verdana, Arial;
	color: #000;
	font-size: 11px;
	padding-top: 50px;
}

img {
	border: none;
}

p {
	margin: 0 0 10px;
}

h1 {
	font-size: 16px;
	margin-bottom: 10px;
}

h2 {
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

a:link, a:visited{
	text-decoration: none;
	color: #336699;
}

a:hover, #nav_lang a:hover {
	color: #86A4C3 !important;
}

.clear {
	clear: both;
}

.erreur {
	color: white;
}

ul li{
	list-style: square;
	margin: 2px 0 2px 15px;
}

/* Structure =================================================================*/

#entete {
padding: 20px 15px;
background: white;
border-right: 1px solid #666;
border-left: 1px solid #666;
}

#nav_lang{
text-align: right;
color: #86A4C3;
background: #336699;
padding: 3px 28px;
}

#nav_lang a:link, #nav_lang a:visited {
color: white;
text-decoration: none;
}

#page {
width: 800px; 
margin: auto;
text-align: left;
}

#corps {
background: white;
border-right: 1px solid #666;
border-left: 1px solid #666;
border-bottom: 1px solid #666;
}

#texte {
padding: 10px 20px !important;
}

.left {
float: left;
width: 350px;
}

.right {
margin-left: 365px;
}

#aplat{
background: url(/images/bg_illus.jpg) repeat-x top left #EEF2F7;
padding: 20px;
color: white;
}

#pied  {
color: white;
font-size: 11px;
padding: 6px 20px;
}

/* Entete =================================================================*/

#menu {
list-style: none;
padding-bottom: 40px;
}

#menu li {
list-style: none;
float: left;
margin: 0 0 0 18px;
}

#menu li a {
text-transform: uppercase;
font-weight: bold;
font-size: 16px;
padding: 0 4px;
border: 1px solid white;
}

#menu .logo {
margin: 0 160px 0 0;
}

#menu .logo a:hover{
border: 1px solid white;
}

#menu li a:hover, #menu a.sel {
border-right: 1px solid #86A4C3;
border-left: 1px solid #86A4C3;
color: #86A4C3;
}


/* Corps =================================================================*/

#projets, #album {
list-style: none;
}

#projets li{
list-style: none;
margin: 10px;
padding: 5px 10px;
background: white;
float: left;
}

#projets li a:hover img{
filter: alpha(opacity=90);
}

#album li {
	float: left;
	margin: 10px 6px 0 0;
	list-style: none;
}

#album li a:link, #album li a:visited {
	filter: gray;
	display: block;
	width: 80px;
	height: 40px;
	border: 4px solid white;

}

#album li a:hover {
	filter: alpha(opacity=90);
	border: 4px solid #86A4C3;
}

#imgLarge {
	border: 5px solid white;
}

.illus {
	margin: 0 0 40px 10px;
	float: right;
}

.retour{
	background: url(/images/retour.gif) no-repeat;
	font-weight: bold;
	float: right;
	padding: 0 0 0 22px;
	line-height: 18px;
	margin: 0 0 60px 15px;
}


/* Pied =================================================================*/
#pied  a {
color: white;
}

/* Formulaires =================================================================*/

.formpied, .formcorps  {
text-align: right;
width: 400px;
color: #336699;
}

.formcorps fieldset {
padding: 10px 30px 10px 0;
border: 0;
background: #EEF2F7;
margin: 10px 0;
}



.formcorps fieldset legend{
color: #336699;
font-weight: bold;
padding: 5px 10px;
background: #EEF2F7;
}
