/*###############################################################################################*/
/*STYLES GENERAUX*/
/*###############################################################################################*/
*{
	margin:0px;
	padding:0px;
}

html {
     overflow: -moz-scrollbars-vertical;
}

.clear{
	clear:both;
}

#body {
	width:100%;
	height:100%;
	background-image:url(../images/bg_body.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-position:top left;
	background-color:#2E1704;
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#centrer_msg_error{
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
}

#msg_error{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:150px;
	text-align:left;
	font-size:90%;
	line-height:20px;
	background-color:#312112;
	border:1px solid #fff;
	color:#fff;
	width:607px;
	height:auto;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:10px;
}

#msg_error p{
	margin-bottom:10px;
}

#msg_error .rouge{
	color:#D9C84C;
}

#msg_error .grossi{
	font-size:120%;
	font-weight:bold;
}

#msg_error a{
	color:#65B510;
	text-decoration:none;
	font-size:120%;
	font-weight:bold;
}

#msg_error a:hover, #msg_error a:focus{
	color:#7ACD22;
	text-decoration:underline;
}

#general{
	position:relative;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width:637px;
	height:auto;
}

#global{
	position:relative;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	width:637px;
	height:auto;
}


/*###############################################################################################*/
/*HEADER*/
/*###############################################################################################*/
#header{
	position:relative;
	text-align:left;
	width:100%;
	height:237px;
	background-image:url(../images/bg_header.png);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#header #bas_page{
	/*
	position:absolute;
	left:622px;
	*/
	position:fixed;
	top:12px;
	right:0px;
	width:130px;
	height:62px;
	/display:none;
	/visibility:hidden;
	/height:0px;
}

#header #bas_page a{
	width:130px;
	height:62px;
	display:block;
	background-image:url(../images/bas_page.png);
	background-position:top left;
	background-repeat:no-repeat;
	border:0px;
}

#header #bas_page a img{
	border:0px;
}

#header #lien_accueil{
	position:relative;
	top:20px;
	left:16px;
	width:480px;
	height:217px;
}

#header #lien_accueil a{
	display:block;
	width:480px;
	height:217px;
}

#header #lien_accueil h1{
	display:none;
	visibility:hidden;
	height:0px;
}

#header #lien_accueil h2{
	display:none;
	visibility:hidden;
	height:0px;
}

/*###############################################################################################*/
/*CONTENU*/
/*###############################################################################################*/
#contenu{
	padding-left:15px;
	background-image:url(../images/fond_blanc_general.png);
	background-position:top left;
	background-repeat:repeat-y;
}

#content{
	position:relative;
	width:100%;
	height:auto;
	background-image:url(../images/bg_content.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}


/*COLONNE DE GAUCHE ------------------------------------------------------------------------------*/
#content_menu{
	float:left;
	margin-left:47px;
	margin-top:40px;
	width:181px;
}

#content_menu #menu{
	float:left;
	clear:both;
	width:100%;
	/*
	margin-bottom:160px !important; 
	/margin-bottom:15px;
	avant de mettre des ul li plus profond 
	*/
	margin-bottom:15px;	
}

#content_menu #menu ul li{
	list-style-type:none;
	width:100%;
	height:auto;
	line-height:22px;
	/line-height:25px;
	color:#2E1A09;
	padding:0px;
}

#content_menu #menu ul.niv1 li a{
	color:#2E1A09;
	height:25px;
	display:block;
	font-size:95%;
	text-decoration:none;
	background-image:url(../images/bg_menu.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:12px;
	font-variant:small-caps;
	font-weight:bold;
}

#content_menu #menu ul.niv1 li a:hover, #content_menu #menu ul.niv1 li a:focus{
	color:#6D9A30;
	height:25px;
	text-decoration:none;
	background-image:url(../images/bg_menu.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding-left:12px;
}

#content_menu #menu ul.niv1 li ul li ul li{
	list-style-type:none;
	width:100%;
	height:auto;
	line-height:18px;
	/line-height:20px;
	color:#2E1A09;
	padding:0px;
	/margin-top:-3px;
}

#content_menu #menu ul.niv1 li ul li ul li a{
	color:#2E1A09;
	height:20px;
	display:block;
	font-size:75%;
	text-decoration:none;
	background-image:url(../images/bg_menu_bis.gif);
	background-position:top left;
	background-repeat:no-repeat;
	font-variant:normal;
	font-weight:normal;
	padding-left:17px;
}

#content_menu #menu ul.niv1 li ul li ul li a:hover, #content_menu #menu ul.niv1 li ul li ul li a:focus{
	color:#998248;
	height:20px;
	text-decoration:none;
	background-image:none;
	font-weight:normal;
	background-image:url(../images/bg_menu_bis.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding-left:17px;
}

#content_menu #menu ul.niv1 li ul li ul li ul li{
	display:none;
	height:0px;
	visibility:hidden;
}

#content_menu #menu2{
	float:left;
	clear:both;
	width:100%;
}

#content_menu #menu2 #liens_suppl{
	float:left;
	clear:both;
	width:100%;
	height:90px;
}

#content_menu #menu2 #liens_suppl p{
	width:100%;
	font-size:80%;
	font-weight:bold;
	line-height:25px;
	color:#2E1A09;
	margin-top:15px;
	margin-bottom:5px;
}

#content_menu #menu2 #liens_suppl #applis{
	float:left;
	clear:both;
	width:100%;
}

#content_menu #menu2 #liens_suppl #applis #netvibes {
	float:left;
	height:40px;
	width:40px;
	margin-left:-5px;
}

#content_menu #menu2 #liens_suppl #applis #netvibes a{
	display:block;
	height:40px;
	width:40px;
	background-image:url(../images/icon_netvibes.png);
	background-position:top left;
	background-repeat:no-repeat;
}

#content_menu #menu2 #liens_suppl #applis #netvibes a:hover{
	display:block;
	height:40px;
	width:40px;
	background-image:url(../images/icon_netvibes.png);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#content_menu #menu2 #liens_suppl #applis #viadeo {
	float:left;
	height:40px;
	width:40px;
	margin-left:-5px;
}

#content_menu #menu2 #liens_suppl #applis #viadeo a{
	display:block;
	height:40px;
	width:40px;
	background-image:url(../images/icon_viadeo.png);
	background-position:top left;
	background-repeat:no-repeat;
}

#content_menu #menu2 #liens_suppl #applis #viadeo a:hover{
	display:block;
	height:40px;
	width:40px;
	background-image:url(../images/icon_viadeo.png);
	background-position:bottom left;
	background-repeat:no-repeat;
}


#content_menu #menu2 #liens_suppl #applis #facebook {
	float:left;
	height:40px;
	width:40px;
	margin-left:-5px;
}

#content_menu #menu2 #liens_suppl #applis #facebook a{
	display:block;
	height:40px;
	width:40px;
	background-image:url(../images/icon_facebook.png);
	background-position:top left;
	background-repeat:no-repeat;
}

#content_menu #menu2 #liens_suppl #applis #facebook a:hover{
	display:block;
	height:40px;
	width:40px;
	background-image:url(../images/icon_facebook.png);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#content_menu #menu2 #liens_suppl #applis #picasa {
	float:left;
	height:40px;
	width:40px;
	margin-left:-5px;
}

#content_menu #menu2 #liens_suppl #applis #picasa a{
	display:block;
	height:40px;
	width:40px;
	background-image:url(../images/icon_picasa.png);
	background-position:top left;
	background-repeat:no-repeat;
}

#content_menu #menu2 #liens_suppl #applis #picasa a:hover{
	display:block;
	height:40px;
	width:40px;
	background-image:url(../images/icon_picasa.png);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#content_menu #menu2 #liens_suppl #applis #wikio {
	float:left;
	height:40px;
	width:40px;
	margin-left:-5px;
}

#content_menu #menu2 #liens_suppl #applis #wikio a{
	display:block;
	height:40px;
	width:40px;
	background-image:url(../images/icon_wikio.png);
	background-position:top left;
	background-repeat:no-repeat;
}

#content_menu #menu2 #liens_suppl #applis #wikio a:hover{
	display:block;
	height:40px;
	width:40px;
	background-image:url(../images/icon_wikio.png);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#content_menu #menu2 #liens_suppl #applis #linkedin {
	float:left;
	height:40px;
	width:40px;
	margin-left:-5px;
}

#content_menu #menu2 #liens_suppl #applis #linkedin a{
	display:block;
	height:40px;
	width:40px;
	background-image:url(../images/icon_linkedin.png);
	background-position:top left;
	background-repeat:no-repeat;
}

#content_menu #menu2 #liens_suppl #applis #linkedin a:hover{
	display:block;
	height:40px;
	width:40px;
	background-image:url(../images/icon_linkedin.png);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#content_menu #menu2 #icones_nav{
	float:left;
	clear:both;
	margin-top:20px;
	clear:both;
	width:100%;
	height:auto;
	color:#999999;
	text-align:left;
	margin-bottom:120px;
}

#content_menu #menu2 #icones_nav p{
	float:left;
	clear:both;
	width:100%;
	font-size:80%;
	font-weight:bold;
	line-height:25px;
	color:#2E1A09;
	margin-top:15px;
	margin-bottom:10px;
}

#content_menu #menu2 #icones_nav ul li{
	list-style-type:none;
	font-size:60%;
	height:16px;
	padding-left:20px;
	line-height:16px;
	margin-bottom:5px;
}

#content_menu #menu2 #icones_nav ul li a{
	color:#999;
	text-decoration:none;
}

#content_menu #menu2 #icones_nav ul li a:hover, #header #icones_nav ul li a:focus{
	color:#666;
	text-decoration:none;
}

#content_menu #menu2 #icones_nav ul li.imp{
	background-image:url(../images/icone_print.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#content_menu #menu2 #icones_nav ul li.rss{
	background-image:url(../images/icone_rss.gif);
	background-position:top left;
	background-repeat:no-repeat;
}



/*COLONNE DE DROITE ------------------------------------------------------------------------------*/
#content_contenu{
	float:left;
	margin-left:20px;
	width:320px;
	margin-bottom:45px;
}

#content_contenu .article{
	position:relative;
	top:35px;
	left:0px;
	padding-bottom:30px;
	z-index:60;
}

#content_contenu .article .article_entete h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
	color:#65B510;
	font-weight:normal;
	height:49px;
	width:100%;
	background-image:url(../images/fond_h1_content.gif);
	background-position:top left;
	background-repeat:no-repeat;
	font-size:130%;
	margin-top:-7px;
	margin-bottom:-15px;
	z-index:1;
}

#content_contenu .article .article_entete h1 a{
	color:#65B510;
	text-decoration:none;
}

#content_contenu .article .article_entete h1 a:hover{
	color:#4D8A0C;
	text-decoration:none;
}

#content_contenu .article .article_infos{
	font-size:70%;
	color:#999;
	margin-top:5px;
	/margin-top:13px;
	margin-bottom:5px;
	margin-bottom:10px !important;
	line-height:14px;
	padding-left:15px;
	border-left:2px dotted #E3E3E3;
}

#content_contenu .article .article_infos a{
	color:#F9701D;
	text-decoration:none;
}

#content_contenu .article .article_infos a:hover{
	color:#ee3300;
	text-decoration:none;
}

#content_contenu .article_contenu{
	width:100%;
	/margin-top:4px;
}

#content_contenu .article_contenu em{
	font-size:90%;
}

#content_contenu .article_contenu h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#65B510;
	font-weight:normal;
	height:49px;
	width:100%;
	background-image:url(../images/fond_h1_content.gif);
	background-position:top left;
	background-repeat:no-repeat;
	font-size:125%;
	letter-spacing: -1px;
}

#content_contenu .article_contenu h1 a{
	color:#65B510;
	text-decoration:none;
}

#content_contenu .article_contenu h1 a:hover{
	color:#4D8A0C;
	text-decoration:none;
}

#content_contenu .article_contenu h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#998248;
	width:100%;
	border-bottom:2px dotted #e3d7b7;
	font-weight:normal;
	font-size:115%;
	margin-top:20px;
	letter-spacing: -1px;
}


#content_contenu .article_contenu h2 a{
	color:#998248;
	text-decoration:none;
}

#content_contenu .article_contenu h2 a:hover{
	color:#806B37;
	text-decoration:none;
}

#content_contenu .article_contenu h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#544317;
	font-weight:normal;
	width:100%;
	font-size:100%;
	margin-top:18px;
	margin-bottom:7px;
	letter-spacing: -1px;
}

#content_contenu .article_contenu h4{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-weight:normal;
	width:100%;
	font-size:95%;
	margin-top:10px;
	margin-bottom:7px;
	letter-spacing: -1px;
}

#content_contenu .article_contenu hr{
	height:4px;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	border-bottom:2px dotted #e3d7b7;	
	color:#fff;
	background-color:#fff;
	/margin-top:-4px;
}

#content_contenu .article_contenu p{
	font-size:75%;
	margin-top:7px;
	line-height:18px;
	margin-bottom:7px;
}

#content_contenu .article_contenu blockquote{
	background-color:#f5f5f5;
	padding-left:10px;
	padding-right:10px;
	padding-top:4px;
	padding-bottom:4px;
	color:#5c5a5a;
	margin-bottom:7px;
}


#content_contenu .article_contenu a{
	color:#F9701D;
	text-decoration:none;
}

#content_contenu .article_contenu a:hover, #content_contenu .article_contenu a:focus{
	color:#ee3300;
	text-decoration:none;
}

#content_contenu .article_contenu a.more-link{
	color:#55BADB;
	font-weight:bold;
}

#content_contenu .article_contenu a.more-link:hover, #content_contenu .article_contenu a.more-link:focus{
	color:#339BBD;
}

#content_contenu .article_contenu img{
	width:316px;
	height:auto;
	border:2px solid #ccc;
	margin-bottom:5px;
}

#content_contenu .article_contenu img a{
	border:0px;
	text-decoration:none;
}

#content_contenu .article_contenu img a:hover{
	border:0px;
	text-decoration:none;
}

#content_contenu .article_contenu ul, #content_contenu .article_contenu ol{
	margin-top:7px;
	line-height:18px;
	margin-bottom:7px;
	/*color:#CAB787 !important;*/
}

#content_contenu .article_contenu ul li{
	list-style-type:disc;
	font-size:70%;
	margin-bottom:4px;
	margin-left:30px;
}

#content_contenu .article_contenu .addthis_container{
	text-align:right;
	margin-top:5px;
}

#content_contenu .article_contenu .addthis_container img{
	width:125px;
	height:16px;
	border:0px;
}

/*#content_contenu .article_contenu ul li:first-line {
	color:#000 !important;
}*/

#content_contenu .article_contenu ol li{
	font-size:70%;
	margin-left:30px;
}

/*#content_contenu .article_contenu ol li:first-line {
	color:#000 !important;
}*/

#content_contenu .article_commentaires{
	margin-top:10px;
	color:#999;
	padding-top:15px;
	border-top:2px dotted #E3E3E3;
}

#content_contenu .article_commentaires ul li{
	list-style-type:none;
	font-size:70%;
}

#content_contenu .article_commentaires .article_com{
	background-image:url(../images/post_com.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:18px;
	height:14px;
	line-height:14px;
}

#content_contenu .article_commentaires .article_tags{
	margin-top:2px;
}

#content_contenu .article .article_commentaires a{
	color:#F9701D;
	text-decoration:none;
}

#content_contenu .article .article_commentaires a:hover{
	color:#ee3300;
	text-decoration:none;
}

#content_contenu .article .Nav{
	text-align:left;
	font-size:80%;
	margin-top:18px;
	line-height:18px;
	margin-bottom:10px;
	color:#239ED7;
}

#content_contenu .Nav .gris{
	color:#B4B3B3;
}

#content_contenu .Nav a{
	color:#38B6F1;
	text-decoration:none;
}

#content_contenu .Nav a:hover, #content_contenu .Nav a:focus{
	color:#239ED7;
	text-decoration:none;
}

#content_contenu .Note{
	margin-top:15px;
	font-size:70%;
	font-weight:bold;
}

#content_contenu .Note a{
	color:#F9701D;
	text-decoration:none;
}

#content_contenu .Note a:hover, #content_contenu .Notea:focus{
	color:#EE3300;
	text-decoration:none;
}

/* MOOTOOLS Mon Portfolio > 3 blocs coulissants ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#content_contenu .article_contenu #kwicks_container {
	background-color: white;
	width: 320px;
	padding-left:1px;
	height: 90px;
}

#content_contenu .article_contenu #kwicks_container ul li{
	list-style-type:none;
	margin:0px;
}

#content_contenu .article_contenu #kwicks_container ul li h2{
	display:none;
}

#content_contenu .article_contenu #kwicks_container img{
	width:91px;
	border:0px;
	height:90px;
	margin:0px;
	padding:0px;
}

#content_contenu .article_contenu #kwicks {
	position: relative;
}
 
#content_contenu .article_contenu #kwicks .kwick {
	float: left;
	display: block;
	width: 91px;
	height: 90px;
	margin-left:10px;
}

#content_contenu .article_contenu #kwick1 {
	background-color:#fff;
	height: 90px;
}

#content_contenu .article_contenu #kwick2 {
	background-color:#fff;
	height: 90px;
}

#content_contenu .article_contenu #kwick3 {
	background-color:#fff;
	height: 90px;
}

#content_contenu .article_contenu #kwicks_container #kwicks a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 90px;
}

#content_contenu .article_contenu #kwick1 a {
	background-image: url(../images/real_pro.gif);
	background-repeat: no-repeat;
	background-position:top left;
}

#content_contenu .article_contenu #kwick1 a:hover {
	background-image: url(../images/real_pro.gif);
	background-repeat: no-repeat;
	background-position:bottom left;
}

#content_contenu .article_contenu #kwick2 a {
	background-image: url(../images/real_asso.gif);
	background-repeat: no-repeat;
	background-position:top left;
}

#content_contenu .article_contenu #kwick2 a:hover {
	background-image: url(../images/real_asso.gif);
	background-repeat: no-repeat;
	background-position:bottom left;
}

#content_contenu .article_contenu #kwick3 a {
	background-image: url(../images/real_perso.gif);
	background-repeat: no-repeat;
	background-position:top left;
}

#content_contenu .article_contenu #kwick3 a:hover {
	background-image: url(../images/real_perso.gif);
	background-repeat: no-repeat;
	background-position:bottom left;
}


/* Comments ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#content_contenu .article .Comments { margin: 20px 0px 0px 0px; position: relative;}
#content_contenu .article .Comments h3 {font-family:Georgia, "Times New Roman", Times, serif; font-size:105%; letter-spacing: -1px; margin: 0px; padding: 5px 0px; color:#2488A8; border-bottom: dotted 2px #4DA4C0;font-weight:normal;}

/* Comments List  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#content_contenu .article .List ol { padding: 0px; margin: 0px;}
#content_contenu .article .List li { position: relative; padding: 5px 0px; margin: 10px 0px; list-style-type: none; background: url(images/PostDotted.gif) repeat-x bottom; }

/**/ * html #content_contenu .article .List .LGrav { right: 30px;} /* */ 
#content_contenu .article .List .LGrav { position: absolute; right: 0px; top: 10px;}
#content_contenu .article .List .LGrav img { border: solid 1px #ccc; padding: 2px; background: #fff;}
#content_contenu .article .List .LUsr { margin: 0px; padding: 0px; font-size: 12px; line-height: 12px; color:#999;}
#content_contenu .article .List .LUsr a {  color:#B8B8B8; text-decoration: none;}
#content_contenu .article .List .LUsr strong { font: bold 13px "Trebuchet MS", sans-serif; color:#333333;}
#content_contenu .article .List .LUsr strong a{color:#55BADB;text-decoration:none;}
#content_contenu .article .List .LUsr strong a:hover, #content_contenu .article .List .LUsr strong a:focus{color:#339BBD;text-decoration:none;}

#content_contenu .article .List .LCon { margin: 10px 0px 0px 0px; padding: 0px; font-size: 12px; line-height: 16px; border-top: solid 1px #ccc;color:#666;}
#content_contenu .article .List .LCon p { margin: 0px; padding: 5px 0px; font-size: 12px; line-height: 16px;}
#content_contenu .article .List .Author { background:#fff; }

/* Comments Form ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#content_contenu .article .Form .Email { background: url(images/FooterEmail.png) no-repeat left top;}
#content_contenu .article .Form {  padding: 0px 0px 10px 0px; position: relative; margin: 0px; font-family: "Trebuchet MS";line-height:20px;}
#content_contenu .article .Form form { margin: 0px; padding: 0px;font-family: "Trebuchet MS";line-height:20px;}
#content_contenu .article .Form a {color:#55BADB;text-decoration:none;}
#content_contenu .article .Form a:hover, #content_contenu .article .Form a:focus{color:#339BBD;text-decoration:none;}
#content_contenu .article .Form p {  padding: 0px 0px 2px 0px; margin: 0px; color:#666; }
#content_contenu .article .Form p small strong { font-weight: bold; color:#FF3300;}
#content_contenu .article .Form p small { font-size: 12px; display: block; padding: 6px 0px; color:#000;}
#content_contenu .article .Form .TextField { font-family: "Trebuchet MS";line-height:20px;color:#000; background: #e9f8ff; border: solid 1px #d5e7f0; padding: 6px 6px 6px 30px; font-size: 12px; display: block;}
#content_contenu .article .Form .TextArea { font-family: "Trebuchet MS";line-height:20px;color:#000; background: #e9f8ff; border: solid 1px #d5e7f0; padding: 6px;}

/*###############################################################################################*/
/*PAGE DE CONTACT*/
/*###############################################################################################*/
#contactform{position: relative; margin: 0px; font-family: "Trebuchet MS";line-height:20px;}
#contactform fieldset{border:0px;}
#contactform label{clear:both;color:#666666;float:left;width:75px;font-size:75%;margin-right:10px;padding-top:5px;text-align:right;}
#contactform input{float:right;font-family: "Trebuchet MS";font-size:75%;width:222px;padding-top:4px;padding-left:4px;padding-right:4px;padding-bottom:2px;margin-bottom:5px;height:20px;}
#contactform input.hiddenfield {background:transparent;border:none;padding:0px;margin:0px;}
#contactform .contacterror {color:#ff0000;}
#contactform .contacterror2 {color:#000;}
#contactform textarea{float:right;font-family: "Trebuchet MS";font-size:75%;width:222px;padding-top:4px;padding-left:4px;padding-right:4px;padding-bottom:2px;margin-bottom:5px;}
#contactform #contactsubmit{width:120px;float:right;margin-top:5px;height:30px;padding-bottom:4px;}

/*###############################################################################################*/
/*FOOTER1*/
/*###############################################################################################*/

#footer{
	position:relative;
	top:0px;
	left:0px;
	width:607px;
	height:auto;
}

#footer #asticot{
	position:absolute;
	top:-131px;
	left:0px;
	width:100%;
	background-image:url(../images/footer1_asticot.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	z-index:1;
}

#footer1{
	position:relative;
	top:0px;
	left:0px;
	width:607px;
	background-color:#58DD23;
	background-image:url(../images/bg_footer1.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding-bottom:10px;
}

#asticot{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:131px;
	background-image:url(../images/footer1_asticot.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#footer1_content1{
	float:left;
	margin-top:20px;
	margin-left:20px;
	margin-right:40px;
	width:188px;
	padding-top:5px;
}

#footer1_content2{
	float:left;
	margin-top:20px;
	left:0px;
	width:338px;
	padding-top:5px;
	padding-bottom:65px;
	background-image:url(../images/footer2_note.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#footer1 ol li{
	font-size:80%;
	list-style-type:none;
	height:20px;
	line-height:20px;
	margin-bottom:4px;
	padding-left:15px;
	color:#416F10;
	font-weight:normal;
}

#footer1 ul li{
	font-size:80%;
	list-style-type:none;
	height:20px;
	line-height:18px;
	margin-bottom:4px;
	color:#1A2F03;
	font-weight:normal;
}

#footer1 ul li a{
	background-image:url(../images/bg_li_footer1.png);
	background-position:top left;
	background-repeat:no-repeat;
	text-decoration:none;
	padding-left:15px;
	display:block;
	height:20px;
	width:100%;
	color:#FFF;
}

#footer1_content2 ul li a:hover, #footer1 ul li a:focus{
	background-image:url(../images/bg_li_footer1.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	text-decoration:none;
	color:#FFF;
}

#footer1 #categories{
	float:left;
	width:159px;
	margin-right:20px;
}

#footer1 #archives{
	float:left;
	width:159px;
}

#footer1 #statistiques{
	float:left;
	width:100%;
	margin-top:3px;
	padding-bottom:20px;
}

#footer1 #statistiques ol li{
	background-image:url(../images/bg_li_footer1_stats.png);
	background-position:top left;
	background-repeat:no-repeat;
}

#footer1 #moteur_recherche{
	float:left;
	width:100%;
	margin-bottom:7px;
}

#footer1 #moteur_recherche #champ_recherche{
	float:left;
	width:100%;
	height:20px;
	line-height:20px;
	background-image:url(../images/bg_moteur_recherche.png);
	background-repeat:no-repeat;
	background-position:top left;
}

#footer1 #moteur_recherche #champ_recherche input{
	float:left;
	font-size:80%;
	width:168px;
	margin-top:1px;
	padding-left:10px;
	padding-right:10px;
	border:0px;
	background-color:transparent;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	/*les 3 lignes suivantes, c'ets pour éviter les bordures forcées sur Chrome et FF au clic */
    outline-color:-moz-use-text-color;
    outline-style:none;
    outline-width:0;
}

#footer1 #moteur_recherche input.search{
	display:none;
	float:left;
	height:0px;
	visibility:hidden;
	font-size:70%;
}

#footer1 #nuage_tags{
	float:left;
	width:100%;
	margin-top:5px;
}

#footer1 #nuage_tags a{
	text-decoration:none;
	color:#416F10;
	padding:7px;
}

#footer1 #nuage_tags a:hover, #footer1 #nuage_tags a:focus{
	text-decoration:none;
	color:#1E3703;
}

#footer1 #nuage_tags #wpcumuluscontent{
	margin-top:-5px;
}

#footer1 h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	font-weight:normal;
	width:100%;
	font-size:150%;
	margin-bottom:5px;
	margin-top:4px;
	letter-spacing: -1px;
}

#footer1 h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:105%;
	margin-bottom:10px;
	font-weight:normal;
	height:25px;
	line-height:25px;
	color:#62532b;
	margin-top:7px;
	border-bottom:1px dashed #62532b;
	letter-spacing: -1px;
}


/*###############################################################################################*/
/*FOOTER2*/
/*###############################################################################################*/

#footer2{
	position:relative;
	top:0px;
	left:0px;
	height:45px;
	line-height:25px;
	background-image:url(../images/bg_footer.png);
	background-position:top left;
	background-repeat:no-repeat;
	color:#fff;
	font-size:70%;
}

#footer2 #copyright{
	float:left;
	text-align:left;
	margin-left:30px;
	height:25px;
	line-height:25px;
}

#footer2 #non_conforme{
	float:right;
	text-align:right;
	margin-right:30px;
	height:25px;
	line-height:25px;
}

#footer2 #non_conforme a{
	color:#fff;
	font-weight:bold;
	text-decoration:underline;
}

#footer2 #non_conforme a:hover, #footer2 #non_conforme a:focus{
	color:#fff;
	font-weight:bold;
	text-decoration:underline;
}

#footer2 #haut_page{
	/*
	position:absolute;
	top:-35px;
	left:622px;
	*/
	position:fixed;
	right:0px;
	bottom:7px;
	width:130px;
	height:62px;
	/display:none;
	/visibility:hidden;
	/height:0px;
}

#footer2 #haut_page a{
	width:130px;
	height:62px;
	display:block;
	background-image:url(../images/haut_page.png);
	background-position:top left;
	background-repeat:no-repeat;
	border:0px;
}

#footer2 #haut_page a img{
	border:0px;
}