

* {
	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%;
}