

* {
	margin:0;
	padding:0;
	border:0;
}
html {
	font-size: 100%;
}
body {
	margin: 0;
	padding: 10px 20px;
	font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif; 
	font-size: .8em;
	line-height: 1.25;
	color: black;
	background: #f2f2f2;
}
h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 .5em 0; 
}
h1, h2 {
	font-weight: normal;
}
h1 {
	font-size: 3em;
}
h2 {font-size: 1.8em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1em;}
ul, ol {
	margin: .75em 0 .75em 24px;
	padding: 0; /* -> 9 */
}
ul {
	list-style: square;
}
li {
	margin: 0;
	padding: 0;
}
p {
	margin: .75em 0;
}
li p, blockquote p {
	margin: .5em 0;
}
blockquote, q {
	font-size: 1.1em;
	font-style: italic;
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
}
blockquote {
	margin: .75em 0 .75em 24px;
}
cite {
	font-style: italic;
}
a img {
	border: none;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
	color: dimgray;
}
pre, code {
	font-size: 100%;
	font-family: "Bitstream Vera Mono", "Lucida Console", "Courier New", monospace;
}
pre {
	width: 90%;
	overflow: auto;
	overflow-y: hidden;
	margin: .75em 0;
	padding: 12px;
	background: #eee;
	color: #555;
}
pre strong {
	font-weight: normal;
	color: black;
}
#copyright {
	margin: 20px 0 5px 0;
	text-align: right;
	font-size: .8em;
	color: #848F63;
}
#copyright a {
	color: #848F63;
	text-decoration: none;
}
#copyright a:hover, #copyright a:focus {
	text-decoration: underline;
}















/* Bloc central contenant #navigation et #contenu */
/* Page */
body {
	padding: 10px 5px;
}
#global {
	width: 1100px;
	margin: 0 auto; 
}

/* En-tête */
#entete {
	display:none;
}


/* Bloc central contenant #navigation et #contenu */
#centre {
	width: 100%;
	overflow: hidden;
}

/* Menu de navigation */
#navigation {
	width: 180px;
	float: left;
	top: 0px;
	position:absolute;
}
#navigation ul {
	list-style: none;
}

/*
#navigation ul {
	margin: 0;
	padding: 20px 10px 20px 10px;
	list-style: none;
}
#navigation a {
	display: block;
	/*height: 1%; /* -> 7 *-/
	padding: 6px 10px 6px 10px;
	line-height: 1.5;
	font-size: .9em;
	text-decoration: none;
}
*/

/* Contenu */
#contenu {
	margin-left: 200px;
	/*	width:760px;*/
	padding: 0px;
}
/*
#contenu > :first-child {
	margin-top: 10px;
}
#contenu p, #contenu li {
	line-height: 1.5;
}
*/

#cxmnu{
	float:right;
	margin-right:32px;/*760-728*/
}

















#debug{
	/*margin-left: 200px;*/
	font-size:x-small;
	text-align:center;
	width:100%;
}
#debug_sql{
	text-align:left;
	margin:10px;
	border:1px dotted orange;
}

.ombre{box-shadow: 3px 3px 3px #D3DEF4, 3px 3px 3px #DFE5F1 inset;}

.warning_box{width:450px;background:url(../images/warning.png) no-repeat left #fff;border:1px #fcfae9 solid;background-position:15px 10px;padding:20px 20px 15px 60px;margin:10px auto;}
.valid_box{width:450px;background:url(../images/valid.png) no-repeat left #fff;border:1px #edfce9 solid;background-position:15px 10px;padding:20px 20px 15px 60px;margin:10px auto;}
.error_box{width:450px;background:url(../images/error.png) no-repeat left #fff;border:1px #fce9e9 solid;background-position:15px 10px;padding:20px 20px 15px 60px;margin:10px auto;}

.small_warning_box{color:orange}
.small_valid_box{color:green}
.small_error_box{color:red}

.arrondi {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    behavior: url(/js/PIE.htc);
}



/* Liens */
a:link {
	color:#3366cc;
}
#contenu a:visited {
 color:#5134cc;
}
#contenu a:hover {
	color: #FF9900;
}
#contenu a:active {
	color: black;
}

#logo{
	display:block;
	text-align:center;
	margin:0;
}

.menu_gauche{
	border: 1px solid #a69c8a;
	border-top:0px ;
	background-color:#f5c771;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    behavior: url(/js/PIE.htc);
}
#navigation h3,#navigation div.h3menu{
	border: 1px solid #a69c8a;
	border-bottom:0px ;
	margin:14px 0 0 0px;
	align:center;
	text-align:center;
	color:#eeeeee;
	background-color:#b01a1a;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    behavior: url(/js/PIE.htc);
}
.menu_gauche ul{
	margin:0;
}
.menu_gauche ul.niv1 li{
	list-style-image:none;
	border-top: 1px solid #a69c8a;
}
.menu_gauche ul.niv1 li a{
	padding-left:10px;
	display:block;
	color:black;
	font-size:10pt;
}
.menu_gauche ul li a.actif{
	color:white;
	background-color:#4959d2;
}
.menu_gauche ul.niv1 li a:hover {
	color:#eeeeee;
	background-color:#b01a1a;
}
.menu_gauche ul.niv1 li a,.menu_gauche ul.niv1 li a:link,.menu_gauche ul.niv1 li a:visited,.menu_gauche ul.niv1 li a:hover {
  text-decoration:none;
}


#contenu h1,div.h1like,h2.h1like,#contenu span.court{
	border-top: 1px solid #443820;
	border-bottom: 1px solid #443820;
	background:#f5b02e url('engrenage.gif') no-repeat 2px top;
	padding-left:30px;
	font-size: 18px;
	font-weight:bold;
	float:left;
	margin-top:5px;
	width:100%;
}
#contenu span.court{
	margin-bottom:5px;
}
#contenu h1.court,#contenu span.court{
	width:300px;
}
#contenu h1.rg{
	color:#ce0000;
	background:transparent;
	border:0;
	padding:0;
	width:728px;
}

#pbtop{
	width:728px;
}

#topmenu{
	clear:both;
	border-top: 1px solid #443820;
	border-bottom: 1px solid #443820;
	background-color:#f5b02e;
	font-size: 15px;
	font-weight:bold;
	margin-top:10px;
	width:728px;
}

#topmenu a,#topmenu a:link,#topmenu a:visited,#topmenu a:hover {
	color:black;
  text-decoration:none;
}



#troisblocs{
	margin-bottom:15px;
	width:728px;
	height:140px;
}
	
	#recherche,#question,#stats{
		float:left;
		text-align:center;
		font-weight:bold;
		padding-top:5px;
		height:98px;
		border:3px solid #ff9900;
		  -moz-border-radius: 10px;
	    -webkit-border-radius: 10px;
	    border-radius: 10px;
	    behavior: url(/js/PIE.htc);
	}
	#indicrech{
		font-size: 10px;
	}

	#recherche,#question{
		background:#ffebc7 url('fond-moteur.png') repeat-x 0 top;
	}

	#recherche form,#question form{
		display:inline;
		margin:0;
	}
	
	#recherche{
		width:308px;
	}
	#question{
		margin-left:30px;
		width:212px;
	}
	#stats{
		margin-left:15px;
		width:140px;
		padding-top:15px;
		height:88px;
	}
	#recherche input[type=text]{
		margin-top:6px;
		width:276px;
	}
	#question input[type=text]{
		margin-top:6px;
		width:180px;
	}
	


#deuxblocs{
	margin-bottom:15px;
	width:728px;
	height:42px;
}

	#liensquestions,#lienssociaux{
		float:left;
		text-align:center;
		height:30px;
	}
	
	#liensquestions{
		margin-top:12px;
		width:554px;
		border:2px solid #ccc;
		  -moz-border-radius: 15px;
	    -webkit-border-radius: 15px;
	    border-radius: 15px;
	    behavior: url(/js/PIE.htc);
	    height:30px;
	}
	#liensquestions ul{
		margin:0;
		padding-left:20px;
		list-style: none;
		width:554px;
		height:30px;		
	}
	#liensquestions ul li:first-child{
		border-left:2px solid #ccc;
	}
	#liensquestions ul li{
		padding-top:5px;
		float:left;
		padding-left:12px;
		padding-right:12px;
		border-right:2px solid #ccc;
		height:25px;
		min-width:70px;
	}
	
	
	
	#lienssociaux{
		margin-left:25px;
		width:140px;
	}
	#lienssociaux a span{
		display:inline-block;
		width:29px;
		height:30px;
	}
	#partage_brico{
		background:transparent url('sprite-sociaux.png') no-repeat 0px top;
	}
	#partage_twitter{
		background:transparent url('sprite-sociaux.png') no-repeat -29px top;
	}
	#partage_facebook{
		background:transparent url('sprite-sociaux.png') no-repeat -58px top;
	}
	#partage_googleplus{
		background:transparent url('sprite-sociaux.png') no-repeat -87px top;
	}



.bloc{
	width:742px;
	border: 2px solid #bbbbbb;
	background-image: url(greyback.gif);
	padding:4px;
	text-align:justify;
	font-weight: 600;
	font-size: 9pt;
}

/*
#bloc1{
	border-top:0px;
}

#bloc1 hr{
	width:100%;
	border: 1px solid #bbbbbb;
}
*/

.groslien,.groslien:link{
	font-size: 15px;
	color: rgb(0, 0, 204);
  display:block;
	width:100%;
	text-align: center;
  vertical-align: middle;
}
    
ul.listetopics{
	list-style: none;
}

.numtopic{
	display: block;
	float: left;
	width:50px;
	text-align:right;
}
.avrep{
	background-color:#9bbb59
}
.ssrep{
	background-color:#c0504d
}
    
/* Pagination */

.pagination {
	padding: 1px;
	margin: 1px;
  text-align:center;
}
div.pagination {
	font-size: 120%;
	padding: 3px;
	margin: 3px;
}
div.pagination a {
	color: #6B6260;
	margin: 1px;
	padding: 2px 5px;
	text-decoration: none;	
	border:2px solid #ff9900;
		  -moz-border-radius: 3px;
	    -webkit-border-radius: 3px;
	    border-radius: 3px;
	    behavior: url(/js/PIE.htc);
}
div.pagination a:hover, div.pagination a:hover, active {
	border: 2px solid #ffa700;
	color: black;
	margin: 1px;
	padding: 2px 5px;
	background:#ffebc7 url('fond-moteur.png') repeat-x 0 bottom;
}
div.pagination span.courante {
	border: 2px solid #ffa700;
	color: #fff;
	font-weight: bold;
	margin: 1px;
	padding: 2px 5px;
	background: #f5ac3d;
}
div.pagination span.disabled {
	border: 2px solid #ffa700;
	color: #ddd;
	margin: 1px;
	padding: 2px 5px;
	background: #ffd478;
}


/*Formulaires*/
.smallinput{
	margin-left:20px;
}

.row {
	clear:both;
	text-align:center;
	width:720px;
}
.label{
	text-align:left;
	float: left;
	width: 29%;
}
.formel {
	text-align:left;
	width: 69%;
	float: right;
}
input[type=text], input[type=password], textarea, select{ 
	border:1px solid #404040;
	color: black;
	font-size: 14px;
}
/*
input[type=submit],a.submit{
	border:1px solid #404040;
	background-color:white;
	height:20px;
	color:darkgray;
	padding-left:6px;padding-right:6px;
}
input[type=submit]:hover,a.submit:hover{
	color:black;
	text-decoration:none;
}
*/

input[type=submit],input[type=button],a.submit{
	background-image:-webkit-gradient(linear, 0 0%, 0 100%, from(#ffffff), to(#ffebc7));
	background: -moz-linear-gradient(90deg, #ffebc7, #ffffff) repeat scroll 0 0 transparent;
	background-color:#fff1d8;
	border:1px solid #ff9900;
	/*font-size:18px;*/
	color:#000;
	text-shadow: 0 1px 0 #ccc;
	text-decoration:none;
	/*
	margin:11px;
	*/
	padding:3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	cursor:pointer;
}

input[type=submit]:hover,input[type=button]:hover,a.submit:hover{
	background-image:-webkit-gradient(linear, 0 0%, 0 100%, from(#BD8D46), to(#fe881d));
	background: -moz-linear-gradient(90deg, #fe881d, #fe881d) repeat scroll 0 0 transparent;
}



.champspebot{display: none;}
fieldset{
  background-color:#FFF;
  /*max-width:720px;*/
  max-width:870px;
  padding:16px;	
  border-radius:8px;
}
.legend{
  margin-bottom:0px;
  margin-left:16px;
}
.hlp{
	margin-left:10px;
	font-weight:normal;
	font-size:80%;
}
/*Modération*/
.barmode{
	clear:both;
	margin-top:10px;padding-top:4px;border-top:1px dotted darkgray
	}
.moderation .row, .moderation fieldset{
  width:855px;
  max-width:855px;
 }
.moderation .label{
	width:20%;
}
.moderation .formel{
	width:75%;
}

input.vanadium-invalid, select.vanadium-invalid, textarea.vanadium-invalid {
  border-color: red !important;
  border-style: solid !important;
}

input.vanadium-valid, select.vanadium-valid, textarea.vanadium-valid {
  border-color: #0F0 !important;
  border-style: solid !important;
}

span.vanadium-invalid-label{
	color:red !important;
}

.vanadium-message-value {
  font-style: italic;
  text-decoration: underline;
}

.vanadium-advice {
  font-size: 13px;
}

.vanadium-advice.vanadium-invalid, .vanadium-advice.vanadium-invalid * {
  color: red;
}

input.vanadium-valid {
  background-color: greenyellow;
}

input.vanadium-valid ~ .vanadium-valid-advice {
  display: inline !important;
  color: green;
}

.container {
  border-color: #00F;
  border-style: solid;
  border-width: 2px;
  margin: 3px;
  padding: 2px;
  width: auto;
}

.container.vanadium-valid {
  border-color: #0F0 !important;
}

.container.vanadium-invalid {
  border-color: #F00 !important;
}

.soustitre{
	clear:both;
	margin-top:20px;
	align:center;
	text-align:center;
	color:#555;
	font-weight:normal;
	font-size:90%;
}


.post{
	width:884px;
	border-bottom:2px solid #999999;
	padding-top:5px;
	overflow:auto;
}
.post img.padd{
	padding:5px 15px;
}
.post_0{
	/*background-color:#e6e6e6;*/
	background-color:#ebebeb;
}

.post hr{
	border-bottom:2px solid #999999;
}
.text_rep{
	float:right;
	color:#999999;
	margin-right:5px;
	font-size:9pt;
}
.post h3,.post div.h3like{
	font-size:11pt;
	font-weight:normal;
	margin:0;
	margin-bottom:4px;
	padding-left:143px;
	border-bottom:2px solid #999999;
}
#titretopic h3,#titretopic h2{
	font-size:11pt;
	font-weight:normal;
	margin:0;
	margin-bottom:4px;
	border-bottom:0px;
}

.membre{
	display;inline;
	float:left;
	width:110px;
	font-size:90%;
	padding-left:4px;
}
.corps{
	display;inline;
	float:left;
	width:750px;
	margin-left:20px;
	float:right;
}
.datepost{
	clear:both;
	padding-top:10px;
	font-size:80%;
	font-style:italic;
}

#titretopic{
	border: 1px solid #443820;
	background-color:#f5b02e;
	font-size: 15px;
	font-weight:bold;
	margin:auto;
	margin-bottom:10px;
	width:754;
	overflow:auto;
}
#numtopic{
	float:left;
	background-color:#e6e6e6;
	padding:4px;
}
#titretopic h3,#titretopic h2{
	float:left;
	margin:0;
	margin-top:2px;
	padding:2px;
}
#titretopic h3 span#texte_ques,#titretopic h2 span#texte_ques{
	color:red;
}

.profil_correcteur{
	color: #5e9c7f;
	font-weight: bold;
}
.profil_moderateur{
	color: #c1272d;
	font-weight: bold;
}
.profil_administrateur{
	color: #c1272d;
	font-weight: bold;
}

ul.resultats_recherche {
	list-style: none;
}
ul.resultats_recherche li {
	margin-bottom: 20px;
	padding: 0;
}
.highlight{
	font-weight: bold;
	background-color:#FFFF66;
}
.highlightword {
	font-weight: bold;
	background-color:lightyellow;
}

.centre{
	text-align: center;
	width:100%;
 	margin-left: auto;
	margin-right: auto 
}


/*table tablestyle*/
table.tablestyle {
	margin-left:0px;
	border: medium solid #ed9564;
	border-collapse: collapse;
	width:100%;
}
table.tablestyle th {
	border: thin solid #ed9564;
	padding: 5px;
	background-color: #FAE3D0;
}
table.tablestyle td {
	border: thin solid #ed9564;
	padding: 5px;
	vertical-align:top; 
}
table.tablestyle caption,table.tablestyle tfoot {
	text-align:right;
}

/*alternance de couleurs*/
.l0{
	background:#FFF6ED;
}
.l1{
	/*background:#D0DAE6;*/
	background:#FFFFFF;	
}
ul li.l0:hover,ul li.l1:hover{
	background:#EEE0D4;
}


.question {position: absolute;display: inline;text-align: center;width: 174px;height: 78px;font-size: 13px;line-height: 1.5em;background: url('../admin/img/bubble.png') left top no-repeat;padding: 10px 0 0 0;text-shadow: 0px 1px 0px #fff;margin-left: -7em;margin-top: -6em;opacity: 0;}
.yes{margin-top: .5em;margin-right: .5em;cursor: pointer;display: inline-block;width: 63px;height: 21px;color: #434d17;text-shadow: 0px 1px 0px #fff;background: url('../admin/img/buttony.png') left top no-repeat;}
.cancel {margin-top: .5em;margin-right: .5em;cursor: pointer;display: inline-block;width: 63px;height: 21px;color: #fff;text-shadow: 0px 1px 0px #000;background: url('../admin/img/buttonn.png') left top no-repeat;}


.imgstitre,.imgsaleat{
	width: 750px;
	background-color: #dcdcdc;
	border:1px solid #808080;
	text-align:center;
	color:red;
	font-weight: bold;
}

.imgstitre{
	margin-top:30px;
	border-bottom:0;
}
.imgsaleat{
	padding-top:10px;
	padding-bottom:10px;
}
.imgaleat{
	padding:10px;
}
.imgaleat img{
	box-shadow: 3px 3px 3px #737177, 3px 3px 3px #737177 inset;
}

ul.diaporama{
	height:435px;
	overflow: hidden;
	list-style: none;
	padding-left:50px;
}

a.submit, a.submit:hover{
	color:black;
}

a.diapo{
	padding:2px 5px;
}
a.diapo img{
	border:1px solid black;
}
a.diapo img:hover{
	border:1px solid orange;
}
/*
h3{
	clear:both;
}
titretopic .h3{
	clear:none;
}
*/

a.noir{
	color:black;
	text-decoration:none;
}


.bloc_pb{
		margin:15px 0;
		/*text-align:center;*/
		padding:5px 10px;
		border:3px solid #ff9900;
		  -moz-border-radius: 10px;
	    -webkit-border-radius: 10px;
	    border-radius: 10px;
	    behavior: url(/js/PIE.htc);
}







@media print {
	.noprn { 
		display:none;
	}
	a{color:black}
}



.hide{
	display:none;
}





/*cookie*/
.cookie{
	position:fixed;
	left:0;
	right:0;
	bottom:0;
	padding:7px 20px;
	font-size:0.9em;
	color:#666;
	background-color:#f2f2f2;
	border-top:1px solid #e4e4e4;
	z-index:10;
	text-align:center;
}
.cookie a{
	text-decoration: underline;
	display:inline;
}
.cookie a:hover{
	text-decoration: none;
}
.cookie_btn{
	display:inline;
	margin-left: 15px;
	padding:4px 10px;
	color:#FFF;
	border-radius:3px;
	background-color: #55acee;
	cursor:pointer;
}
.cookie_btn-error{
	background-color: #55acee;
}

#cookie_accept_croix{
	float:right;
	cursor:pointer;
	font-size:150%;
	margin-top:-5px;
	margin-right:10px;
}



/* multiupload */
.awmu{
	position: relative;
	text-align: center;
	width: 160px;
	display: inline-block;
	margin-right:3px;
}
.bloc_doc.awmu{
	width: 100%;
}

.awmu_label{
	border-radius: 25px;
	padding:5px 20px;
	background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#ffffff), to(#ffebc7));
    background: -moz-linear-gradient(90deg, #ffebc7, #ffffff) repeat scroll 0 0 transparent;
    background-color: #fff1d8;
    border: 1px solid #ff9900;
    display: inline-block;
    margin:5px auto;
}
.awmu_label_doc{
	margin: 10px 0 0;
	display: inline-block;
}

.awmu_progress_bar{
	display: block;
	width:100%;
	height:20px;
	height:10px;
	border-radius: 5px;
	background-color: #A8A8FF;
	position: relative;
}
.awmu_progress_bar span{
	position: absolute;
	top:0;
	left:0;
	display: inline-block;
	width:1%;
	height:inherit;
	border-radius: 5px;
	background-color: #00c;
}
.awmu img{
	max-width: 100%;
	margin:auto;
}
.awmu_list{
	padding:10px 0 0;
}
.input_photo{
	display: none !important;
}
.input_doc{
	display: none !important;
}
.input_photo_label{
	margin-bottom: 10px;
}

.awmu_texte {
	margin-bottom: 10px;
}
.awmu_texte label{
	width:100%;
	text-align: left;
}
.awmu_texte input{
	width:100%;
}

/*

Uniform Theme: Uniform Default
Version: 1.6
By: Josh Pyles
License: MIT License
---
For use with the Uniform plugin:
http://pixelmatrixdesign.com/uniform/
---
Generated by Uniform Theme Generator:
http://pixelmatrixdesign.com/uniform/themer.html

*/

/* Global Declaration */

div.selector, 
div.selector span, 
div.checker span,
div.radio span, 
div.uploader, 
div.uploader span.action,
div.button,
div.button span {
  background-image: url(uniform-sprite.png);
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
}

.selector, 
.radio, 
.checker, 
.uploader,
.button, 
.selector *, 
.radio *, 
.checker *, 
.uploader *,
.button *{
  margin: 0;
  padding: 0;
}

/* INPUT & TEXTAREA */

input.text,
input.email, 
input.password,
textarea.uniform {
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  padding: 3px;
  color: #353535;
  background: url('uniform-bg-input-focus.png') repeat-x 0px 0px;
  background: url('uniform-bg-input.png') repeat-x 0px 0px;
  border-top: solid 1px #aaa;
  border-left: solid 1px #aaa;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: 0;
}

input.text:focus,
input.email:focus,
input.password:focus,
textarea.uniform:focus {
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  border-color: #999;
  background: url('uniform-bg-input-focus.png') repeat-x 0px 0px;
}

/* SPRITES */

/* Select */

div.selector {
  background-position: -483px -130px;
  line-height: 26px;
  height: 26px;
}

div.selector span {
  background-position: right 0px;
  height: 26px;
  line-height: 26px;
}

div.selector select {
  /* change these to adjust positioning of select element */
  top: 0px;
  left: 0px;
}

div.selector:active, 
div.selector.active {
  background-position: -483px -156px;
}

div.selector:active span, 
div.selector.active span {
  background-position: right -26px;
}

div.selector.focus, div.selector.hover, div.selector:hover {
  background-position: -483px -182px;
}

div.selector.focus span, div.selector.hover span, div.selector:hover span {
  background-position: right -52px;
}

div.selector.focus:active,
div.selector.focus.active,
div.selector:hover:active,
div.selector.active:hover {
  background-position: -483px -208px;
}

div.selector.focus:active span,
div.selector:hover:active span,
div.selector.active:hover span,
div.selector.focus.active span {
  background-position: right -78px;
}

div.selector.disabled {
  background-position: -483px -234px;
}

div.selector.disabled span {
  background-position: right -104px;
}

/* Checkbox */

div.checker {
  width: 19px;
  height: 19px;
}

div.checker input {
  width: 19px;
  height: 19px;
}

div.checker span {
  background-position: 0px -260px;
  height: 19px;
  width: 19px;
}

div.checker:active span, 
div.checker.active span {
  background-position: -19px -260px;
}

div.checker.focus span,
div.checker:hover span {
  background-position: -38px -260px;
}

div.checker.focus:active span,
div.checker:active:hover span,
div.checker.active:hover span,
div.checker.focus.active span {
  background-position: -57px -260px;
}

div.checker span.checked {
  background-position: -76px -260px;
}

div.checker:active span.checked, 
div.checker.active span.checked {
  background-position: -95px -260px;
}

div.checker.focus span.checked,
div.checker:hover span.checked {
  background-position: -114px -260px;
}

div.checker.focus:active span.checked,
div.checker:hover:active span.checked,
div.checker.active:hover span.checked,
div.checker.active.focus span.checked {
  background-position: -133px -260px;
}

div.checker.disabled span,
div.checker.disabled:active span,
div.checker.disabled.active span {
  background-position: -152px -260px;
}

div.checker.disabled span.checked,
div.checker.disabled:active span.checked,
div.checker.disabled.active span.checked {
  background-position: -171px -260px;
}

/* Radio */

div.radio {
  width: 18px;
  height: 18px;
}

div.radio input {
  width: 18px;
  height: 18px;
}

div.radio span {
  height: 18px;
  width: 18px;
  background-position: 0px -279px;
}

div.radio:active span, 
div.radio.active span {
  background-position: -18px -279px;
}

div.radio.focus span, 
div.radio:hover span {
  background-position: -36px -279px;
}

div.radio.focus:active span,
div.radio:active:hover span,
div.radio.active:hover span,
div.radio.active.focus span {
  background-position: -54px -279px;
}

div.radio span.checked {
  background-position: -72px -279px;
}

div.radio:active span.checked,
div.radio.active span.checked {
  background-position: -90px -279px;
}

div.radio.focus span.checked, div.radio:hover span.checked {
  background-position: -108px -279px;
}

div.radio.focus:active span.checked, 
div.radio:hover:active span.checked,
div.radio.focus.active span.checked,
div.radio.active:hover span.checked {
  background-position: -126px -279px;
}

div.radio.disabled span,
div.radio.disabled:active span,
div.radio.disabled.active span {
  background-position: -144px -279px;
}

div.radio.disabled span.checked,
div.radio.disabled:active span.checked,
div.radio.disabled.active span.checked {
  background-position: -162px -279px;
}

/* Uploader */

div.uploader {
  background-position: 0px -297px;
  height: 28px;
}

div.uploader span.action {
  background-position: right -409px;
  height: 24px;
  line-height: 24px;
}

div.uploader span.filename {
  height: 24px;
  /* change this line to adjust positioning of filename area */
  margin: 2px 0px 2px 2px;
  line-height: 24px;
}

div.uploader.focus,
div.uploader.hover,
div.uploader:hover {
  background-position: 0px -353px;
}

div.uploader.focus span.action,
div.uploader.hover span.action,
div.uploader:hover span.action {
  background-position: right -437px;
}

div.uploader.active span.action,
div.uploader:active span.action {
  background-position: right -465px;
}

div.uploader.focus.active span.action,
div.uploader:focus.active span.action,
div.uploader.focus:active span.action,
div.uploader:focus:active span.action {
  background-position: right -493px;
}

div.uploader.disabled {
  background-position: 0px -325px;
}

div.uploader.disabled span.action {
  background-position: right -381px;
}

div.button {
  background-position: 0px -523px;
}

div.button span {
  background-position: right -643px;
}

div.button.focus,
div.button:focus,
div.button:hover,
div.button.hover {
  background-position: 0px -553px;
}

div.button.focus span,
div.button:focus span,
div.button:hover span,
div.button.hover span {
  background-position: right -673px; 
}

div.button.active,
div.button:active {
  background-position: 0px -583px;
}

div.button.active span,
div.button:active span {
  background-position: right -703px;
  color: #555;
}

div.button.disabled,
div.button:disabled {
  background-position: 0px -613px;
}

div.button.disabled span,
div.button:disabled span {
  background-position: right -733px;
  color: #bbb;
  cursor: default;
}

/* PRESENTATION */

/* Button */

div.button {
  height: 30px;
}

div.button span {
  margin-left: 13px;
  height: 22px;
  padding-top: 8px;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 2px;
  padding-right: 15px;
}

/* Select */
div.selector {
  width: 170px;
  font-size: 12px;
}

div.selector select {
  min-width: 170px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  border: solid 1px #fff;
}

div.selector span {
  padding: 0px 25px 0px 2px;
  cursor: pointer;
}

div.selector span {
  color: #666;
  width: 138px;
  text-shadow: 0 1px 0 #fff;
}

div.selector.disabled span {
  color: #bbb;
}

/* Checker */
div.checker {
  margin-right: 5px;
}

/* Radio */
div.radio {
  margin-right: 3px;
}

/* Uploader */
div.uploader {
  width: 190px;
  cursor: pointer;
}

div.uploader span.action {
  width: 85px;
  text-align: center;
  text-shadow: #fff 0px 1px 0px;
  background-color: #fff;
  font-size: 11px;
  font-weight: bold;
}

div.uploader span.filename {
  color: #777;
  width: 82px;
  border-right: solid 1px #bbb;
  font-size: 11px;
}

div.uploader input {
  width: 190px;
}

div.uploader.disabled span.action {
  color: #aaa;
}

div.uploader.disabled span.filename {
  border-color: #ddd;
  color: #aaa;
}
/*

CORE FUNCTIONALITY 

Not advised to edit stuff below this line
-----------------------------------------------------
*/

.selector, 
.checker, 
.button, 
.radio, 
.uploader {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
}

.selector select:focus, .radio input:focus, .checker input:focus, .uploader input:focus {
  outline: 0;
}

/* Button */

div.button a,
div.button button,
div.button input {
  position: absolute;
}

div.button {
  cursor: pointer;
  position: relative;
}

div.button span {
  display: -moz-inline-box;
  display: inline-block;
  line-height: 1;
  text-align: center;
}

/* Select */

div.selector {
  position: relative;
  padding-left: 10px;
  overflow: hidden;
}

div.selector span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

div.selector select {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity:0);
  height: 25px;
  border: none;
  background: none;
}

/* Checker */

div.checker {
  position: relative;
}

div.checker span {
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
}

div.checker input {
  opacity: 0;
  filter: alpha(opacity:0);
  display: inline-block;
  background: none;
}

/* Radio */

div.radio {
  position: relative;
}

div.radio span {
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
}

div.radio input {
  opacity: 0;
  filter: alpha(opacity:0);
  text-align: center;
  display: inline-block;
  background: none;
}

/* Uploader */

div.uploader {
  position: relative;
  overflow: hidden;
  cursor: default;
}

div.uploader span.action {
  float: left;
  display: inline;
  padding: 2px 0px;
  overflow: hidden;
  cursor: pointer;
}

div.uploader span.filename {
  padding: 0px 10px;
  float: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: default;
}

div.uploader input {
  opacity: 0;
  filter: alpha(opacity:0);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  float: right;
  height: 25px;
  border: none;
  cursor: default;
}

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#fff;}
#colorbox{}
    #cboxTopLeft{width:25px; height:25px; background:url(colorbox4/border1.png) no-repeat 0 0;}
    #cboxTopCenter{height:25px; background:url(colorbox4/border1.png) repeat-x 0 -50px;}
    #cboxTopRight{width:25px; height:25px; background:url(colorbox4/border1.png) no-repeat -25px 0;}
    #cboxBottomLeft{width:25px; height:25px; background:url(colorbox4/border1.png) no-repeat 0 -25px;}
    #cboxBottomCenter{height:25px; background:url(colorbox4/border1.png) repeat-x 0 -75px;}
    #cboxBottomRight{width:25px; height:25px; background:url(colorbox4/border1.png) no-repeat -25px -25px;}
    #cboxMiddleLeft{width:25px; background:url(colorbox4/border2.png) repeat-y 0 0;}
    #cboxMiddleRight{width:25px; background:url(colorbox4/border2.png) repeat-y -25px 0;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:20px;}
        #cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;}
        #cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}
        #cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
        #cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
        #cboxNext{position:absolute; bottom:0px; left:63px; color:#444;}
        #cboxLoadingOverlay{background:#fff url(colorbox4/loading.gif) no-repeat 5px 5px;}
        #cboxClose{position:absolute; bottom:0; right:0; display:block; color:#444;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
  Feel free to remove this and the /ie6/ directory if you have dropped IE6 support.
*/
.cboxIE6 #cboxTopLeft{background:url(colorbox4/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(colorbox4/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(colorbox4/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(colorbox4/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(colorbox4/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(colorbox4/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(colorbox4/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(colorbox4/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}


@media all and (min-width: 1135px){.mobile-only{display:none !important}.hidden-desktop{display:none !important}.tablette-only{display:none !important}}@media all and (max-width: 380px){.desktop-only{display:none !important}.hidden-mobile{display:none !important}.tablette-only{display:none !important}}@media all and (max-width: 640px){.desktop-only{display:none !important}.tablette-only{display:none !important}.hidden-mobile{display:none !important}}@media all and (min-width: 640px) and (max-width: 1135px){.mobile-only{display:none !important}.desktop-only{display:none !important}.hidden-tablette{display:none !important}}.hidden{display:none !important}.align-center{text-align:center}.align-left{text-align:left}.button{cursor:pointer}.transparent{color:inherit;display:block}@media all and (max-width: 640px){*{max-width:100%}img{max-width:100% !important}nobr{white-space:normal}}.persist:before{content:"\a";white-space:pre}#troisblocs .askquestion{display:inline-block;padding-bottom:20px}#troisblocs .statsactually{font-size:120%}#troisblocs .statsnumber{font-size:150%;display:block}#troisblocs .statsaphrase{display:block}a{color:#f90}a:focus,a:hover{text-decoration:none}a:active,a:hover{outline:0;color:#f5c771}a,a:visited,a:link{color:#f90}#contenu a:visited,#contenu a:active{color:#f90}#contenu a:hover{color:#f5c771}#contenu .listetopics{margin:0}#contenu .listetopics li{position:relative;padding-left:75px;border:1px solid #fff;border-top:0px}#contenu .listetopics li:first-child{border-top:1px solid #fff}#contenu .listetopics li:hover{color:#f90;background-color:#ffebc7;opacity:0.8}#contenu .listetopics li .numtopic{position:absolute;display:inline-block;float:none;top:0;left:0;bottom:0;width:50px;padding:5px 10px}#contenu .listetopics li .numtopic span{vertical-align:middle}#contenu .listetopics li a{color:black;text-decoration:none;display:block;font-size:110%;vertical-align:center;padding:5px 0}#contenu .listetopics li a:hover,#contenu .listetopics li a:active,#contenu .listetopics li a:visited{color:#f90}#contenu .listetopics li .date{float:right;padding:5px}#contenu .pagination a:hover,#contenu .pagination a:active,#contenu .pagination a:visited{color:#f90}#contenu .pagination a:hover{background-color:#ffebc7}#topmenu a:visited,#topmenu a:active{color:black}#topmenu a:hover{color:white}#liensquestions ul li{padding:0;height:100%;min-height:25px}#liensquestions ul li:hover{background-color:#ffebc7}#liensquestions ul li a{display:block;padding:5px 12px 0}#liensquestions ul li a:hover{color:#f90}.background-menu-mobile{display:none}@media all and (max-width: 640px){.background-menu-mobile{position:fixed;top:0;bottom:0;left:0;right:0;background-color:transparent;-webkit-transition:background-color 0.3s ease-in;transition:background-color 0.3s ease-in;z-index:999999999}.background-menu-mobile.show{display:block;background-color:rgba(0,0,0,0.5)}}#footer{margin-left:200px}.link-brico{margin-left:50px}.link-brico:first-child{margin-left:0px}.ico{vertical-align:bottom}.all-images{margin-top:-430px}.post{border:2px solid #fff;border-top:0;margin:0 !important}.post.first{border-top:2px solid #fff;padding-top:0}.post h3{border-bottom:2px solid #fff}@media all and (max-width: 640px){body{min-width:320px}body.with-left{position:fixed;overflow:hidden !important}.no-scroll{overflow:hidden !important;position:fixed}#global{width:100%}#contenu{margin-left:0;margin-top:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap}.link-brico{display:block;margin:5px}#topmenu{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#recherche input[type=text]{width:auto}#recherche input[type=text] .text{display:none}#troisblocs{overflow:hidden;height:auto;background:#ffebc7 url(fond-moteur.png) repeat-x 0 top;border:3px solid #ff9900;-webkit-border-radius:10px;border-radius:10px;width:auto}#troisblocs>div{width:90%;height:auto;float:none;margin:0px auto;border:0;background:none}#troisblocs .askquestion{display:none}#troisblocs #stats span{display:inline-block}#troisblocs #stats .statsactually{display:none}#deuxblocs{height:auto;overflow:hidden}#deuxblocs ul,#deuxblocs>div{height:auto;width:auto;overflow:hidden}#deuxblocs li{border:none !important}#deuxblocs #liensquestions{width:95%;margin:auto;margin-top:5px}#deuxblocs #liensquestions ul{padding:0;text-align:center}#deuxblocs #liensquestions li{display:inline-block;float:none;min-width:auto}#deuxblocs #liensquestions li.aide{display:none}#deuxblocs #liensquestions span{display:none}#lienssociaux{display:none}.listetopics .date{display:none}.post{width:auto}.post .membre{width:auto;padding:5px}.post .membre img{max-height:50px}.post .corps{float:none;padding:20px 5px 0;width:auto}.post h3{display:none}.post #titretopic h3{display:block;margin-left:50px;float:none}#colorbox{max-width:none;width:100% !important}#colorbox *{max-width:none}form h1,form .row{width:auto !important}form textarea{width:95% !important}form input[type=text]{width:auto !important}form .formel{width:auto !important}.diaporama{margin:0 !important;padding:0 !important}.prevnext span{display:none}.spacer{display:none}.all-images{margin-top:0}#cboxTitle{display:none !important}.error_box,.valid_box,.warning_box{width:auto}.pub{margin-left:0 !important}#pbtop{width:auto;margin-left:-20px}h2.h1like{width:90%}}@media all and (max-width: 640px){#entete{display:block;position:fixed;height:45px;background-color:#fff;top:0;left:0;right:0;width:100%;border-bottom:3px solid #f90;z-index:99999999}#entete .menu{display:block;position:absolute;top:10px;right:10px;padding:10px}#entete #hamb_gauche{display:block;height:30px;width:30px;background-color:#f90;position:absolute;top:7px;right:7px;cursor:pointer}#entete #hamb_gauche:after{content:'';position:absolute;display:block;width:60%;height:2px;top:0px;left:6px;-webkit-box-shadow:0 7px 0 #fff, 0 14px 0 #fff, 0 21px 0 #fff;box-shadow:0 7px 0 #fff, 0 14px 0 #fff, 0 21px 0 #fff}#entete .logo{display:inline-block;margin:3px}#navigation{position:fixed;width:60%;-webkit-transform:translateX(200%);-ms-transform:translateX(200%);transform:translateX(200%);-webkit-transition-duration:0.5s;transition-duration:0.5s;z-index:9999999999}#navigation #fake_lng,#navigation #sky,#navigation #logo{display:none}#navigation #menu_gauche_close{display:block;height:30px;width:30px;background-color:#f90;color:#fff;position:absolute;top:6px;right:7px;cursor:pointer}#navigation #mgclose{fill:white}#navigation .sep{display:block;padding-top:23px}.with-left #navigation{right:0px;top:0px;overflow-y:scroll;background-color:#FEF8F1;-webkit-transform:translateX(0px);-ms-transform:translateX(0px);transform:translateX(0px);-webkit-transition-duration:0.5s;transition-duration:0.5s;height:100%;padding:0 10px}#cxmnu{position:fixed;top:5px;left:50px;right:60px;padding:0;margin:0;z-index:99999999;text-align:right}#cxmnu input{padding:0;margin:0 3px 0;width:30% !important}#cxmnu .persist{display:none}#cxmnu .link_insc{display:inline-block;margin-top:4px}#cxmnu .link_aide{display:inline-block;margin-top:4px}}@media all and (max-width: 640px){#footer{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6;margin:0}.bloc_footer{display:none}}
