* {
	background-color:transparent;
}
img{
border:none;
}

li{
list-style-type: none;
}
/* Liens */

a:hover {
	color: #FF0000;
}
a:link,
a:visited,
a:hover,
a:active {
	text-decoration:underline;

}
ul{
padding:0;
}


fieldset legend{
border:2px solid #663300;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 3px;
}
fieldset{
border:2px solid #663300;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
}

a{
 font-style:none;
 font-weight: bold;	
	
}

p {
	text-align:justify;
}

.fr{
	float : right;
}

h1{
text-align:center;
color:#663300;
font-weight:bold;
font-style: underline;
}
/**
	*	Design.
*/
body {

	margin: 0 auto;
	padding: 0 1%;
	overflow: auto;
	min-width: 962px;
	max-width: 1200px;
	background: #422100;
	font-family: 'Trebuchet MS', Tahoma, Tahoma, sans-serif;
	
}

/*------------------------------Header-------------------------*/

#header
{
	height: 150px;
	/* overflow: hidden; */
	background: #222222 url("../../../images/Design_Brown/bg_header.png") repeat-x top;
	margin-top:16px;
	clear:both;
	margin: 0 auto;
	
}

#header .header_gauche { 
	width: 150px;
	float: left; 
	padding-left: 18px; 
	padding-top: 5px; 
	text-align: center;
	
	
}
object{
height:80px;
margin-left:-20px;
}
.pub_margin{
height:80px;
margin-left:-15px;
}
.kdn_logo{

position:relative;
left:150px;
top:-120px;
}

.img_logo:hover{
-webkit-transform: rotate(18deg);
-moz-transform: rotate(18deg);
-o-transform: rotate(18deg);
}

#header .header_droit {
	
	position: relative; 
	 overflow: hidden; 
	
}
#header a:hover { 
	color: #ff974a;
 }
 
 #publicite_banniere
{
	position:absolute; 
	height:80px; 
	width:468px; 
	left:15%; 
	top:17px;
}

#logbox
{
	height : 94px;
	width: 254px;
	background: url("../../../images/Design_Brown/bg_logbox.png") no-repeat;
	margin: 14px 20px 0 60px;
	padding : 0px 5px;
text-align:center;

}

#logbox a
{
	color:#663300;
	
	text-decoration:none;
	font-size:12px;
	
	}
#logbox .bouton_logout
{
	position : absolute;
	right:38px;
	bottom:43px;
	
}
#logbox .bouton_logout:hover
{
-webkit-transform: translate(0px, -4px) scale(1.2);
-moz-transform: translate(0px, -4px) scale(1.2);
-o-transform: translate(0px, -4px) scale(1.2);
}
#infos_membre a.gras {
	color: #663300;
	font-weight : bold;
	margin-top : -35px;
}
#infos_membre a.gras:hover { color : #fff; }

#logbox a:link, #logbox a:visited, #logbox a:active { }
#logbox p {	
margin: 7px 0 0 10px; 
line-height: 135%;
}
#logbox p.bloc_inscription, #logbox p.bloc_connexion
{
	font-size: 0.8em;
	color: #D3E9FF;
	width: 45%;
	padding: 5px 0 0 0px;
	text-align:center
}
#logbox p.bloc_inscription a, #logbox p.bloc_connexion a { color: #663300 }
#logbox p.bloc_inscription { float: left; margin: 0 }
#logbox p.bloc_connexion { margin: 0 0 0 55% }
#logbox a strong.liens_invites {font-size: 1.5em;color: #663300;}
#logbox a:hover strong.liens_invites { color: #ff974a }


/* Recherche */
#recherche { 
position : absolute; 
top : 100px; 
right : 20px;
}
#recherche input#champ_recherche 
{ 
	width: 130px;
	color: #fff;
	border: 2px solid #663300;
	padding: 2px 5px 2px 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
}

#recherche select 
{ 
	background : #995416;
	padding-left:2px;
	border:2px  solid #663300;
	color:#fff
}

#recherche p { }
#recherche img.icon_avancee, #logbox img.icone_more, input[type=image] { vertical-align: middle }
#recherche input[type=image]:hover {
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-o-transform: scale(1.2);
 }



/* Speedbare */
ul#speedbarre
{
	float : right;
	list-style-type: none;
	height: 30px;
	clear : both;
	margin : 12px 40% 0px 0;
	
}
ul#speedbarre li 
{
	float: left;
	color: #ffa24e;
	font-variant: small-caps;
	letter-spacing: 1px;
	font-weight: bold;	
	
}
ul#speedbarre li a 
{
	display: block;
	line-height: 1.2em;
	color: #bf7431;
	padding: 6px 12px;
	height: 18px;
	text-align: center;
	text-decoration: none;
	background:#663300;
}
ul#speedbarre li a:hover 
{
-webkit-transform: rotate(10deg);
-moz-transform: rotate(10deg);
-o-transform: rotate(10deg);
writing-mode: lr-tb;
}
#bordure_gauche{
width:30px;
height:30px;
background:  url("../../../images/Design_Brown/menu_horizontal/onglet_gauche.png") no-repeat left top;
}
#bordure_droit{
width:30px;
height:30px;
background:  url("../../../images/Design_Brown/menu_horizontal/onglet_droit.png") no-repeat left top;
}

.contenu{
	padding: 20px 20px 20px 20px;	
	background: #fff url("../../../images/Design_Brown/bg_contenu.png") repeat-x left top;
	min-height:600px;
	margin-top : 0;
}
/*---------------------------------------Fin hedaer----------------------------*/

/*	Menus	*/
#menu
{
	clear : both;
    float:left;
	width: 172px;	
	color: #707070;
	background: url("../images/Design_Brown/speedbarre/fond_speed.png") repeat-x left top;
}
#menu a { color : #7c594c; }
#menu a:hover { color : #ff974a; }
.ml
{
	margin: 20px;
}

.box_menu h5
{
	width: auto;
	height: 20px;
	margin: 0;
	padding: 2px 0;
	line-height : 25px;
	background: #cfa89a url("../../../images/Design_Brown/header_menus.png") no-repeat;
	color: #fff; 
	font-size: 1em;
	text-align : center;
	text-transform: uppercase;
	font-weight: 900;

}	
.box_menu .corpsmenu
{
	width: 164px;
	margin: 0 auto 15px auto;
	background: #FFF url("../../../images/Design_Brown/bg_corps_menu.png") repeat-y left;
	border: 2px solid #af6320;
	border-width: 0 2px 2px 2px;
	padding: 4px 2px;
	/* text-align : right; */
}
.box_menu .corpsmenu p, .box_menu .corpsmenu ul, .box_menu .corpsmenu dl { margin: 0; }
.box_menu .corpsmenu ul, .box_menu .corpsmenu dl {list-style-type: none;padding: 0;}
.box_menu .corpsmenu ul li, #menu_sondage .question_sd, .box_menu .corpsmenu dd {padding: 0; margin : 2px 0;}
.box_menu .corpsmenu dt { padding: 5px 5px 0 5px; margin: 0 }
.box_menu .corpsmenu dd { padding-top: 0; margin: 0; color: #5B9DE0;}
.box_menu .corpsmenu ul li.last_idem_liste { border: none;  }
.corps_inter ul li {  }

.corpsmenu ul li { padding-bottom : 0; display : block; margin-bottom : 10px; border-bottom : 1px solid #cfa89a; }
.corpsmenu ul li .liste_cours_menu {  display : block; }
.corpsmenu ul li a { font-size : 9px; color : #747474;  margin : 2px 0; }
.corpsmenu a img.fl {  }

.menu_projet{
	font-size : 9px; 
	color : #747474;  
	margin : 2px 0;
	
}
/*-----------------------------------Selecteur de templates---------------------------------*/
.selec_template{
width:130px;
}
#form_templates select 
{ 
	background : #995416;
	padding-left:2px;
	border:2px  solid #663300;
	color:#fff
}

/*-----------------------------------Corps---------------------------------*/
#corps { 
	margin-left: 230px;
	min-height:700px;
}


/*-----------------------------------FOOTER---------------------------------*/
#footer {
	text-align:center;
	
	border:0px;
	background:  white url('../../../images/Design_Brown/bg_contenu_bas.png') left 16px repeat-x ;
	padding-top:46px;
	clear:both;


}

#footer ul
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	overflow: hidden;
	padding: 0;
	margin-top:-49px;

}

#footer ul li
{
	
	font-size: 1.1em;
	width: 200px;
	color:#af6320;
	display: block;
	float: left;
	list-style-type: none;
}

#footer ul ul
{
	margin: 8px 0 0;
	width: auto;
}

#footer ul ul li
{
	color: black;
	float: none;
	font-size: 0.75em;
	margin: 2px 0;
	width: auto;
	color: white;
}

#footer_container {
	

	margin : 0 auto;
	background:   #663300;
	

}
#footer ul ul li a:link,
ul ul li a:visited,
ul ul li a:hover,ul ul li a:active {
	text-decoration:underline;
	color: white;
}



/*	Page d'accueil	*/

#derniers_articles {
	border-width : 2px; 
}
#derniers_articles a { color : #fff; }

#derniers_articles h3 {
	background: #663300;
	font-size: 1,2em;
	height: 18px;
	margin: 0;
	padding: 5px auto;
	text-align : center;
	font-size : 12px;
	color: #FFF;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	display: block;
	border: none;
}


#derniers_articles {
	 background : url("../../../images/Design_Brown/accueil/fond_2.png") repeat-x top;
	
	
}
#derniers_articles .titre_section_index {
	color : #ffbb89;
}

#last_message_forum h3{
text-align:center;
color:#663300;
border-bottom:2px solid #663300;
padding: 5px 13px;
margin: 0;
display: block;
}

#last_message_forum a{

color:#663300;


}

.infobox
{
	
	border: 1px solid #663300;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 15px;
	
}
.infobox a { color : #7c594c; }
.infobox em a { color : #7c594c; }
.infobox .conteneur_infobox { padding: 3px 6px;}

.infobox h3
{
	background: #663300 ;
	font-size: 18px;
	height: 18px;
	margin: 0;
	padding: 5px 14px;
	color: #816156;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	display: block;
	border: none;
	
}


.infobox h3 img { vertical-align: middle }
.infobox h3 a {	color: #ff8225; }
.infobox h3 a.blanc {	color: white; }
.infobox h3 a.fonce {	color: #1ff8225; }



h3, .conteneur_infobox h3
{
	font-size:1em;
	margin: 0;
	
	color: #E8A22B;
	font-weight: bold;
	background: transparent;
}

.bloc_left_home {
	 float: left;	
	 width: 48%;
	 margin: 0;
	 
		
 }
.bloc_right_home
{
	width: 48%;
	float: right;
	margin: 0 auto;
}
.padding_bloc_home{
	padding: 8px 10px 5px 10px;
}

.info_message_accueil{

float: none;
	font-size: 0.75em;
	margin: 2px 0;
	width: auto;
	color: #000;
}



#derniers_tutos h3, #dernieres_news h3 {
	background: #663300 url("../../../images/Design_Brown/header_bloc.png") repeat-x top;
	font-size: 1em;
	height: 18px;
	margin: 0;
	padding: 5px auto;
	text-align : center;
	font-size : 12px;
	color: #FFF;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	display: block;
	border: none;
	
}


.ligne_blocs_homepage
{
	overflow: hidden;
	height: 100%;
	margin-top: 10px;
}

.thumb_accueil{
height:25px;
width:auto;
margin-right:5px;
}
.puce_haute_25{
margin-top:12px;
}

/* Boite ajax */

div#ajax_waiter {
	display:none;
	
	position:absolute;
	position:fixed;
	left:2px;
	top:2px;
	z-index:100;
	
	border:1px solid black;
	
	background:url("../../../images/loading.gif") no-repeat 7px center;
	background-color:#9B9191;
	
	width:100px;
	
	padding: 5px;
	padding-left:30px;
}

/* Navigation */

div.nav {
	color:#000;
	margin-bottom:15px;
	margin-top:70px;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	height:25px;
	border:1px solid #663300;
	font-size:95%;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}
div.nav a:link,
div.nav a:visited,
div.nav a:hover,
div.nav a:active {
	text-decoration:none;
	font-weight:bold;
	color:#000;

}

/******************************************************** ARTICLES ****************************************************************/
#info_article{
float:right;

list-style: none;

margin-top:30px;
margin-left:50px;


}
.info_article_int{
border:4px solid #ae631f;
padding-right:30px;
}
.info_article_int select{
background : #995416;
	padding-left:2px;
	border:2px  solid #663300;
	color:#fff
}

.info_article_arrondi_gauche{

background:url("../../../images/Design_Brown/article/info_article_haut_gauche.png") no-repeat top left;
height:30px;

}
.info_article_arrondi_droit{

background :url("../../../images/Design_Brown/article/info_article_haut_droit.png") no-repeat top right;
height:30px;
text-align:center;
font-size: 22px;
	text-align : center;
	text-transform: uppercase;
	font-weight: 900;
	color: #fff;
}
.info_article_arrondi_center{

background :url("../../../images/Design_Brown/article/info_article_haut_center.png") repeat-x top ;
height:30px;
text-align:center;
margin-left:30px;
margin-right:30px;
padding-top:5px;
}

.image_en_valeur{
  border: 5px solid #fff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px; 
  border-radius: 6px;
  box-shadow: 0 0 6px #555;
  -moz-box-shadow: 0 0 6px #555;  
  -webkit-box-shadow: 0 0 6px #555; 
  margin-left : 5px;
  margin-right : 5px;
}

#commentaire{
display:block;
width:100%;
border-top: 1px dashed #666666;
margin-top:20px;
padding-top:10px;
}

table tr.commentaire_contenu{

}
.commentaire_date{
font-size:0.8em;
}
table tr td.commentaire_auteur{
font-weight:bold;
}

/********************************************** CATEGORIES ****************************************************************/
.categorie_description{
text-align:center;
border:1px dashed black;
padding:1px;
font-size:105%;
}

#contenu h2{
display: block;
width:90%;
margin-left : auto;
margin-right : auto;
}

table.list_article,table.list_sous_cat {
empty-cells:show;
border-collapse:collapse;
border : 4px solid #663300;
width:90%;
margin : 0 auto;
}

table.list_article a:hover,table.list_sous_cat a:hover{
color:#fff;
}



table.list_article a,table.list_sous_cat a{
color:#8a4b10;
}

table.list_article th ,table.list_sous_cat th{
border-bottom : 2px solid #663300;
padding:5px;
}


table.list_article tr,table.list_sous_cat tr{
text-align:center;
}

table.list_article tr td,table.list_sous_cat tr td{
padding:4px;
}

table.list_article tr:hover,table.list_sous_cat tr:hover{
background-color: #b06420;
}

table.list_article tr.legende_tableau,table.list_sous_cat tr.legende_tableau{
background-color: #663300;
color:white;
}

/***************************************************MESSAGERIE****************************************************/
table.accueil_messagerie{
empty-cells:show;
border-collapse:collapse;
border : 4px solid #663300;
width:95%;
margin : 0 auto;

}

table.accueil_messagerie thead tr th {
	text-align:center;
	font-size:105%;
	border-top:1px dashed #663300;
	border-bottom:1px dashed #663300;
	background-color:#663300;
	color:white;
}
table.accueil_messagerie tbody tr td {
	text-align:left;
	border-top:1px dashed #663300;
	border-bottom:1px dashed #663300;
	background-color:#b06420;
	color:white;
	text-align:center;
}

table.accueil_messagerie tbody tr a{
color:#663300;

}
 table.accueil_messagerie tbody tr a:hover{
color: #663300;
}

.participant{
padding-left : 5px;
padding-right : 5px;
padding-top : 3px;
padding-bottom : 3px;
font-weight : bold;
background-color : #b06420;
color: white;
}
.participant a{
color : black;
text-decoration:none;
font-size: 60%;
}
.liste_participants{
margin-bottom:8px;
}

table.liste_message{
empty-cells:show;
border-collapse:collapse;
border : 4px solid #663300;
width:95%;
margin : 0 auto;
margin-top : 15px;
margin-bottom : 15px;

}

table.liste_message  tr td {
	text-align:left;
	border-top:1px dashed #663300;
	border-bottom:1px dashed #663300;
	background-color:#b06420;
	color:white;
	
}

table.liste_message tr td.info_user_message{
width : 25%;
border-right : 2px solid #663300;
}

.avatar_message{
text-align:center;
margin-bottom: -20px;
}

/***************************************************Tabulation****************************************************/
.onglets{
padding-bottom:40px;
	
}

ul.tabs {
width:100%;
display:block;
margin : 0 auto;

font-size: 12px;
}

ul.tabs li {
float:left;
display:block;
padding : 2px 5px;
border-bottom : 2px solid #663300;
border-top : 2px solid #663300;
border-left:1px solid #663300;
border-right:1px solid #663300;
background: #b06420;
color:#663300;

}

ul.tabs li a{
text-decoration:none;
color:#663300;
border-left:1px solid #b06420;
border-right:1px solid #b06420;
padding : 2px 5px;
}
ul.tabs li a:hover{
text-decoration:none;
color:white;

}

/*****************************************************RECHERCHE*****************************************************/

.recherche_resultat{
width:95%;
border-bottom:2px solid #663300;
padding:10px 20px;
}
.titre_recherche{
font-size:20px;
font-weight:bold;
}

.titre_recherche a {
text-decoration:none;
color:#663300;
}

.titre_recherche a:hover {
color:#bf7431;
}

.description_recherche{
font-style:italic;
padding-left:10px;
}

/*****************************************************PROFIL/MEMBRE*****************************************************/


.info_user, .options_profil, .biographie, .activite_site, .signature{
width : 48%;
}

.info_user{
float:left;
border-right : 3px dashed #663300;
}
.options_profil,.activite_site, .biographie{
float:right;
}


