* {
	margin: 0;
	padding: 0;
}
#social {
    width: 920px;
	height: 30px;
	margin: 0 auto;
	text-align:center;}

/* header */

#header {
	width: 920px;
	height: 130px;
	margin: 0 auto;
	text-align:center;
}
body {/*bandeau haut vert foncé + fond vert*/
	background:#dbe9a7 url(../images/background.gif) repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #006600;/* couleur texte*/
}

h1, h2, h3 {
	margin-bottom: 1.5em;
	letter-spacing: -0.05em;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}

h1 a, h2 a {
	text-decoration: underline;
	color: #006600;

}

h1 a:hover, h2 a:hover {
	text-decoration:underline;
}

h1 {
	font-size: 38px;
	
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 16px;
	font-weight: normal;
	color: #006600;
	
	
}

p, ul, ol {
	margin-top: 1.5em;
	line-height: 190%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #006600;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin-right: 20px;
}

img.right {
	float: right;
	margin-right: 20px;
}

hr {
	display: none;
}
#global {
	margin-left : auto;
	margin-right : auto;
	width : 960px;
	background-color:#dbe9a7;
	border : thin;
	border : 1px solid #006600;


}


#header h1, #header h2 {
	margin: 0;
}

#header h1 {
	float:none;
	padding-top: 15px;
	color:#006600;
}

#header h2 {
	float: right;
	padding-top: 95px;
	font-size: 16px;
	font-weight: normal;
}

#header h2, #header h2 a {
	color: #939292;
}

#header a {
	text-decoration:underline;
}

/* Menu haut1*/

#menu1 {
	width: 960px;
	height: 50px;
	margin: 0 auto;
	background: #dbe9a7 url(../images/img-menu-haut.jpg) no-repeat;
	
	
}

#menu1 ul {
	margin: 0;
	padding: 15px 0 0 30px; /*centre texte en hauteur*/
		list-style:none;
	line-height: normal;
	
}

#menu1 li {

	float: right;
	
		/*padding: 0 20px 0 22px;*/
		padding: 0 95px 0 22px;
		
		  
	background: url(../images/img-tiret.gif) no-repeat left center;
	
}

#menu li.first {
	background: none;
}

#menu1 a {
	text-decoration: underline;
	font-size: 17px;
	font-weight: bold;
	color: #dbe9a7;
}
#menu1 a:hover {
	text-decoration: none;
}

/* Banner */

#banner {
	width: 960px;
	margin: 0 auto;
	padding: 8px 0;
	}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding: 45px 35px 45px 25px;
	background: url(../images/img-page.gif) no-repeat;
	
	}

/* Content */

#content {
	float: left;
	width: 603px;
}

.post {
}

.post .title {
	margin: 0;
	padding: 0 20px;
}

.post .entry {
	padding: 0 20px;
}

.post .separation {
	height: 47px;
	margin: 20px 0 40px 0;
	padding: 15px 0 0 20px;
	background: url(../images/img-separation.gif) no-repeat;
	line-height: normal;
}
.liens {
	height: 120px;
	margin: 20px 0 40px 0;
	padding: 15px 0 0 20px;
	background: url(../images/img-separation.gif) no-repeat;
	line-height: normal;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 253px;
	overflow:auto;
	
	
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 40px;
	padding: 0 15px 0 20px;
	
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #E5E5E5;
}

#sidebar li h2 {
	margin-bottom: 15px;
	font-size: 18px;
	
}

/*bloc1*/

#bloc1 {
	padding: 0;
	background: url(../images/fond-bloc1.jpg) no-repeat;
	text-align: justify;
	font-size:16px;

}

#bloc1 { width: 253px;
	height: 235px;
	margin: 0 auto;
}
/*bloc2*/
#bloc2 {
	padding: 0;
	background: url(../images/fond-bloc2.jpg) no-repeat;
	text-align:justify;
	font-size:16px;

	
}

#bloc2 { width: 253px;
	height: 235px;
	margin: 0 auto;
}
/*bloc3*/
#bloc3 {
	padding: 0;
	background: url(../images/fond-bloc3.jpg) no-repeat;
	text-align:justify;
	font-size:16px;
}

#bloc3 { width: 253px;
	height: 235px;
	margin: 0 auto;
}


/* Footer */

#footer {
	clear: both;
	width: 870px;
	height: 50px;
	margin: 0 auto;
	padding: 35px 45px;
	/*padding: 35px 45px;*/
	background: url(../images/img-footer.gif) no-repeat;
}

#footer p {
	margin: 0;
	line-height: normal;
	color: #006600;
}

#footer a {
	color: #666666;
}#footer .validation {
	width: 870px;
	height: 30px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	

	
}

#footer .copy {
	float: left;
}

#footer .contact {
	float: right;
}

