/* General
**************************/
body {
	margin: 0;
	padding: 0 10px;
	text-align: center;
	background: #EDEDED url("img/back.jpg") repeat-x top left;
	font-family: 'Lucida Grande',Verdana, Arial, sans-serif;
	font-size: 12px;
}

/* Header
**************************/
#header {
	margin: 0 auto;
	width: 787px;
	height: 175px;
	background: url("img/top.jpg") no-repeat top left;
} 
#header #menu {
	float: left;
	padding: 35px 0 0 90px;
	font-size: 0.8em;
	width: 100px;
	text-align: center;
}
#header #menu a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #DCC;
}
#header #menu a:hover {
	color: #FFF;
}
#header #flag {
	float: right;
	padding-right: 9px;
	margin-top: 137px;
}
#header #flag img {
	border: 0;
	margin:0px;
	padding:0px;
}


/* Body content
**************************/
#bodycontent {
	margin: 0 auto;
	width: 747px;
	padding: 5px 20px;
	background: url("img/back_page.png") repeat-y 0px 0px;
  border-bottom: 2px solid #DDD;
	text-align: left;
} 
#bodycontent hr{
  color: silver;
  background-color: silver;
  height: 1px;
  border: 0;
  margin-bottom:15px;
}
#bodycontent h1, #bodycontent h2, #bodycontent h3,#bodycontent h4{
	background: #EDEDED url("img/back_h.png") repeat-x top left;
	color: #B53A3A;
}
#bodycontent h1 a, #bodycontent h2 a, #bodycontent h3 a {
	text-decoration: none;
	color: #B53A3A;
}
#bodycontent h1 a:hover, #bodycontent h2 a:hover, #bodycontent h3 a:hover {
	text-decoration: none;
}
#bodycontent p, #bodycontent ul {
	margin-right: 25px;
	margin-left: 25px;
}
#bodycontent h1 {
	margin-top: 0;
	padding-left: 30px;
	font-size: 18px;
}
#bodycontent h2 {
  margin-right: 12px;
	margin-left: 12px;
	padding: 4px 20px;
	font-size: 14px;
	border: solid 1px silver;
}
#bodycontent h3 {
	margin:0;
	padding: 4px 25px;
	font-size: 12px;
}
#bodycontent h4 {
 margin:0;
	padding: 4px 25px;
	font-size: 12px;
	color:gray;
}
#bodycontent .img_h{
  float:left;
  margin-left:2px;
}
#bodycontent p {
	font-size: 12px;
	text-indent: 20px;
}
#bodycontent .bloc p {
	margin:5px;
}
#bodycontent p.errors {
	color: #C00;
}
#bodycontent a {
	color: green;
	text-decoration: none;
	font-weight: bold;
} 
#bodycontent a:hover {
	text-decoration: underline;
} 
#bodycontent img {
	border: 0;
}
#bodycontent form {
	margin: 0;
}
#bodycontent form.contactform p {
	overflow: hidden;
}
#bodycontent form.contactform p label {
	display: block;
	float: left;
	width: 100px;
}
#bodycontent ul {
	list-style-image: url("img/folder.png");
	margin:5px;
}
#bodycontent .bloc{
  border: solid 1px silver;
  margin-bottom:10px;
}
#bodycontent .bloc .bloccontent{
  margin:5px;
}
#bodycontent .bloc .bloccontent img{
  margin:2px;
}
#bodycontent #menuleft{
  float:left;
  width:170px;
}
#bodycontent #principal, #bodycontent #principal_gal{
  padding-left:180px;
  
}

#bodycontent #principal_gal .bloc{
  text-align:center;
  margin:5px 5px;
}
/* Footer
**************************/
#footer {
	margin: 0 auto 10px auto;
	padding-top: 10px;
	width: 787px;
	text-align: center;
	color: #999;
}
#footer a {
	color: #A52A2A;
	text-decoration: none;
	font-weight: bold;
} 
#footer a:hover {
	text-decoration: underline;
} 
