body {
	margin: 0;
	padding: 0;
	background: #E7E7DC url(images/img01.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #808080;
}

h1, h2 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #3E3530;
}
h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #339CCB;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.8em;
}

h3 {
	font-size: 1.6em;
}


p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #339CCB;
}

a:hover {
}

#wrapper {
	margin: 0 auto;
	padding: 0;
}

/* entete-haut */

#entete-haut-wrapper {
}

#entete-haut {
	width: 980px;
	height: 174px;
	margin: 0 auto;
	background: url(images/img04.jpg) no-repeat left top;
}

/* Logo */

#logo {
	width: 920px;
	height: 84px;
	margin: 0;
	padding: 40px 40px 0px 40px;
	color: #000000;
}

#logo h1, #logo p {
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}

#logo h1 {
	font-family: Impact, Arial, Helvetica, sans-serif;
	font-size: 40px;
}

#logo p {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}



#menu_navigation {
	width: 950px;
	height: 50px;
	margin: 0 auto;
	padding: 0px 0px;
	background: #e2dcdc; 
}

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

#menu_navigation li {
	float: left;
	background: url(images/img05.jpg) no-repeat right top; 
}

#menu_navigation a {
	height: 35px;
	display: block;
	float: left;
	margin: 0px 20px 0px 10px;
	padding: 15px 25px 0px 10px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #4B4B4B;
	border: none;
}

#menu_navigation a:hover, #menu_navigation .onglet_selectionne a {
	text-decoration: none;
}

#menu_navigation .onglet_selectionne a {
	font-weight: bold;
}

#menu_navigation .PremierPlan a {
	padding-left: 0px;
}
#entete-photo {
	position: relative;		
	height:274px; 
	width: 890px;
	clear: both;
	/* border: 1px solid #F0F0F0; */
}
#entete-photo img {
	border: none;
	margin: 0; padding: 0;
} 

#entete-photo a {
	text-decoration: none;
	color: #FFFFFF; 	
}

#entete-photo a:hover {
	background: #FFFFFF; 
	color: #FFFFFF;
	border-bottom: 0px;
}

/* Page */

#page {
	width: 958px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	background: url(images/img02.jpg) repeat-y left bottom;
}

#page-bgbtm {
	background: url(images/img03.jpg) no-repeat left bottom;
	padding: 40px 30px 0px 30px;
}

/* Content */

#content {
	float: left;
	width: 890px;
	padding: 0px 0px 0px 0px;
}

.post {
	margin-bottom: 40px;
}

.post .title {
	text-transform: uppercase;
	font-family: Impact, Arial, Helvetica, sans-serif;
	font-size: 28px; 
	font-weight: normal;
	color: #606060;
}

.post .title a {
	border: none;
	color: #606060;
}

.post .meta {
	padding-left: 2px;
	text-align: left;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.post .meta .date {
	float: left;
}

.post .meta .posted {
	float: right;
}

.post .meta a {
}

.post .entry {
	padding: 20px 25px;
	border: 1px solid #E4E4E4;
	text-align: justify;
}

.links {
	padding-top: 20px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}

#contact p a, #border p a {
	text-decoration: none;
	color: #339CCB;
	border-bottom: 1px dotted #339CCB;
	padding: 2px 2px 2px 2px;
}

#contact p a:hover, #border p a:hover  {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #339CCB;
	padding: 2px 2px 2px 2px;
}

/* Images */
img {
	background: #fafafa;
    border: 1px solid #dcdcdc;
	padding: 8px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

/* form elements */
form {
	margin: 15px 10px; padding: 5px 10px 20px 10px;
	border: 1px solid #f1f1f1; 
	background: #f7f6f6; 	
}
label {
	display: block;
	font-weight: bold;
	margin: 8px 0 5px 0;
	color: #339CCB;
}
input, select {
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	color: #666666;
	background: #fff;  	
}
textarea {
	width: 350px;
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	height: 100px;
	display: block;
	color: #666666;
}
input, textarea, select {
	background: #fff;
  	border-width: 1px;
  	border-style: solid;
  	border-color: #D4D4D4 #ebebeb #ebebeb #d4d4d4; 
}

input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #555;
	background: #E6E6E6;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;
}

/* pied_page */

#pied_page {
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
}

#pied_page p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	color: #A19D9A;
}

#pied_page a {
	text-decoration: none;
	color: #339CCB;
	border-bottom: 1px dotted #339CCB;
	padding: 2px 2px 2px 2px;
}
#pied_page a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #339CCB;
	padding: 2px 2px 2px 2px;
}
/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* clearing */
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}