/* ________________________________________________________________________________________________________________________________ */
/* Information général  : --------------------------------------------------------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.jpg) repeat-x left top;
	font-size: 10px;
	font-family: "trebuchet ms", helvetica, sans-serif; 
	text-align: justify;
	color: #323232;
}

.pied{
	clear:both;
}


h1, h2, h3 {
	margin: 0;
	padding: 0;
}

* {
	margin: 0;
	padding: 0;
}


h1 {
}

h2 {
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
	list-style: none;
}

a {
	color: #29A0C8;
}

a:hover, a:active {
	text-decoration: none;
	color: #29A0C8;
}

a:visited {
	color: #29A0C8;
}

img {
	border: none;
}

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

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

/* ________________________________________________________________________________________________________________________________ */
/* Information Form  : ------------------------------------------------------------------------------------------------------------ */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border:none;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-size: 12px;
	color: #333;
}

.btm_tpl_1{
	background:url(images/fond_bouton.jpg) no-repeat center;
	width:108px;
	height:25px;
	color:#333;
	padding-bottom:3px;
	text-align:center;
	border:none;
	cursor:pointer;
}

.btm_tpl_1:hover{
	color:#819e42;
}


input[type=text], input[type=select], input[type=password], textarea{
	border:1px #c7e1b1 solid;
	font-size:10px;
	margin:2px 0;
}

select{
	font-size:10px;
}

#wrapper {
}

/* ________________________________________________________________________________________________________________________________ */
/* Information header  : ---------------------------------------------------------------------------------------------------------- */

#header {
	width: 940px;
	margin: 0 auto;
	height: 145px;
}

/* ________________________________________________________________________________________________________________________________ */
/* Information menu  : ---------------------------------------------------------------------------------------------------------- */

#menu {
	width: 940px;
	height: 40px;
	margin: 0 auto;
	
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	float: left;
	height: 50px;
}

#menu a {
	display: block;
	padding: 10px 20px 0px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	color: #333;
}

#menu a:hover { 
	color: #086c87;
}

#menu .current_page_item a {
	color: #086c87;
}

/* ________________________________________________________________________________________________________________________________ */
/* Information logo  : ---------------------------------------------------------------------------------------------------------- */

#logo {
	width: 940px;
	height: 105px;
	margin: 0 auto;
	background: url(images/img06.jpg) no-repeat center top;
}

#logo h1, #logo h2 {
	float: left;
	margin: 0;
	text-transform: uppercase;
	line-height: normal;
}

#logo h1 {
	padding: 40px 0 10px 60px;
	font-size: 24px;
}

#logo h1 a {
	text-decoration: none;
	color: #29A0C8; 
}

#logo h1 a:hover { text-decoration: none; }

#logo h2 {
	padding: 50px 0 0 5px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #8E8C8D;
}

#logo p a {
	text-decoration: none;
	color: #8E8C8D;
}

#logo p a:hover { text-decoration: none; }



/* ________________________________________________________________________________________________________________________________ */
/* Information page  : ------------------------------------------------------------------------------------------------------------ */

#page {
	width: 940px;
	margin: 0 auto;
	padding: 0px 0px;
}

/* ________________________________________________________________________________________________________________________________ */
/* Information content  : ------------------------------------------------------------------------------------------------------------ */

#content {
	float: left;
	width: 680px;
	padding: 30px 0px;
	background:none;
}

/* ________________________________________________________________________________________________________________________________ */
/* Information post  : ------------------------------------------------------------------------------------------------------------ */

.post {
	padding: 0px 5px;
	margin-bottom: 20px;
	font-size:12px;
}

.log{
	width:100%;
	margin:auto;
}

.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 3px solid #8E8C8D;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: bold;
	
	font-style:italic;
	color:#4B3830; 
}

.post .entry {
	padding-top: 10px;
	
}

.post .meta {
	margin: -10px 0 0 0;
	font-size: 10px;
}

.post .meta p {
	padding-top: 15px;
	line-height: normal;
	color: #28313A; 
}

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

.post .links {
	background: url(images/img05.jpg) no-repeat left 8px;
	padding-left: 20px;
}

.post .meta .more {
	padding: 0 20px 0 18px;
}

.post .meta .comments {
	padding-left: 22px;
}

.post .meta b {
	display: none;
}

/* _____________________________________________ */
/* Information tableau log  : ------------------ */
.log .tab{
	text-align:center;
	font-size:10px;
	border:1px #c7e1b1 solid;
}



/* _________________________________________ */
/* Information tableau  : ------------------ */

.post .tab{
	background-color:#c7e1b1;
	text-align:center;
	font-size:10px;
}


.tab th{
	background:url(images/th_tab.jpg) repeat-x center;
	height:29px;
	border:1px #FFF solid;
	color:#448500;
	font-size:12px;
}

.tab .td_c{
	background-color:#f6ffed;
}

.tab td{
	height:18px;
	background-color:#FFF;
	color:#666;
}

.tab .btm_detail{
	border:0px;
	text-decoration:none;
	background:url(images/symbol_addition.gif) no-repeat center;
	width:18px;
	height:18px;
	cursor:pointer;
}

.tab label{
	font-size:12px;
	margin:2px;
}



/* ________________________________________________________________________________________________________________________________ */
/* Information article  : --------------------------------------------------------------------------------------------------------- */

.post .article{
	float:left;
	width:314px;
	height:240px;
	background:#f8fff2;
	border:1px #bfbfbf solid;
}

.post .article caption{
	height:30px;
	padding-top:10px;
}
.post .article .title{
	margin:0px 0px;
	padding:0px 0px;
	border:none;
	color:#5ca408;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	font-style:normal;
}

.post .article p{
	color:#727272;
	font-size:10px;
	font-weight:bold;
	text-align:justify;
	font-family: Arial, Helvetica, sans-serif;
	margin:0px 0px;
	padding:0px 5px;
	line-height:normal;
}

.post .article .tabimg{
	border-right:1px #bfbfbf solid;
	border-top:1px #bfbfbf solid;;
	border-bottom:1px #bfbfbf solid;
	background-color:#FFF;
}

.post .article .tabtxt{
	border-top:1px #bfbfbf solid;;
	border-bottom:1px #bfbfbf solid;
}




/* ________________________________________________________________________________________________________________________________ */
/* Information Sidebar  : --------------------------------------------------------------------------------------------------------- */


#sidebar {
	float: left;
	width: 260px;
	margin: 0;
	margin-top:30px;
	padding: 0;
}

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

#sidebar li {
	margin-bottom: 10px;
	background-color:#edecec;
}

#sidebar li ul {
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom:1px solid #d4d4d4;
}

#sidebar li li {
	margin: 0;
	list-style: none;
	border-left:1px solid #d4d4d4;
	border-right:1px solid #d4d4d4;

}

#sidebar h2 {
	width: 238px;
	height: 39px;
	padding-left:20px;
	padding-top:15px;
	background:url(images/heade_sidebar.jpg) no-repeat center;
	
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	border-left:1px solid #d4d4d4;
	border-right:1px solid #d4d4d4;
	border-top:1px solid #d4d4d4;
}

#sidebar a {
	display:block;
	width: 208px;
	height: 30px;
	padding-left:50px;
	padding-top:2px;
	background:url(images/nav.jpg) no-repeat center;
	color:#323232;
	font-style:italic;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	cursor:pointer;
}

#sidebar a:hover {
	background:url(images/nav_hover.jpg) no-repeat center;
}

/* ________________________________________________________________________________________________________________________________ */
/* Information Search  : --------------------------------------------------------------------------------------------------------- */

#search {
	background: #95C72A;
	padding-bottom: 20px;

}

#search h2 {
	margin-bottom: 20px;
}

#s {
	width: 130px;
	margin-right: 5px;
	border: 1px solid #DFE1E0;
	margin-left: 20px;
}

#x {
	padding: 3px;
	border: none;
	background: #678B1D;
	text-transform: uppercase;
	
	font-size: 10px;
	color: #FFFFFF;
}

/* ________________________________________________________________________________________________________________________________ */
/* Information Boxes  : --------------------------------------------------------------------------------------------------------- */

.box1 {
	padding: 20px;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* ________________________________________________________________________________________________________________________________ */
/* Information footer  : --------------------------------------------------------------------------------------------------------- */

#footer-wrap {
	width: 100%;
	height:76px;
	margin: 0 auto;
	padding: 0;
	padding-top:20px;
	background:url(images/footer.jpg) repeat-x center;
	
}

#footer {
	width: 940px;
	height:96px;
	margin: 0 auto;
	padding: 0;
}


body #footer {
	height: auto;
}

#footer p {
	margin: 0;
	padding: 0;
	font-size: 10px;
	line-height:normal;
}

#legal {
	clear: both;
	text-align: center;
	color: #595959;
}

#legal a {
	font-weight: normal;
	color: #3E3C3D;
}




