body
{
	background: url("images/fondheader.png") repeat-x top #414141;
	font-family: Calibri, Arial;
	font-size: 12px;
	color: black;
	display: block;
	margin: 0;
	padding: 0;
	
	}

/** icobar **/
.barre_ico {
    display: block;
    float: left;
    margin-left: 50px;
    padding: 5px;
}

#home 
{
    position: absolute;
    margin-left: 100px;
    margin-top: 5px;
    opacity: 0.6;
}

#barre_profil 
{
    border-bottom: 1px solid #48515A;
    border-left: 1px solid #48515A;
    border-radius: 0pt 0pt 5px 5px;
    border-right: 1px solid #48515A;
    width: 230px;
    min-height: 24px;
    position: relative;
    z-index: 95;
    font-size: 10px;
	margin-left: 900px;
	background-color:white;
	font-family: calibri, sans-serif;
	font-size: 15px;
	text-align: center;
	font-weight:bold;

}

#titre_site
{
	position: absolute;
    margin-left:400px;
    margin-top: 140px;
    
    z-index: 50;
}
	
/** nav **/

nav
{
	float: left;
	margin-left: 50px;
	margin-top: 550px;
	position: fixed;
	box-shadow:2px 3px 2px #A9A9A9;
}

nav:active
{
	box-shadow: 0px 0px 0px grey;
}

/**header**/

#entete
{
	background: url("images/kagamiredi.png") no-repeat top;
	height: 217px;
	margin-bottom: 0px;
	margin-right: 700px;
	position: static;
	
}

#largeur
{
	margin: 0 auto;
	width: 980px;
}

/** bloc **/

#bloc_page
{
	border:1px #48515A solid;
	width :800px;
	margin: auto;
	background-color:white;
}

/**section**/

section
{
	display:block;
	width:800px;
	margin: auto;	
	min-height: 500px;
}



/** **/
h4
{
	display: inline;
	
}
table
{
	margin-top: 50px;
	margin-bottom: 50px;
	width: 100%;
	padding: 0; 
	border-spacing: 1px;
}

tr 
{
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
}

td
{
	display: table-cell;
	margin: 0;
	padding: 0;
	
	}


/** **/
#forum_map
{
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 8px;
	clear: both;
	margin-top: 10px;
	border-bottom: 1px black solid;
	border-top: 1px black solid;
	background-color: #5CB3F2;
}

#forum_map .deco
{
	width:120;
	border-right:1px black solid; 
	border-top:;
	border-bottom:1px black solid;
	border-radius:1px 9px 9px 1px ;
	background-color: #5CB3F2;
	font-family: Calibr/i, sans-serif;
	Color: white;
	text-decoration: none;
	font-size: 15px;
	padding-left: 2px;
	padding-right: 20px;
	margin-left: 0px;
	font-weight: bold;
	}


#message .td_informations
{
	width: 150px;
	padding-top:5px;	
	background-color:#E9E9E9;
	vertical-align: top;
	text-align:center;
	margin: auto;
}


#message td
{
	background-color: #F4F4F4;
	vertical-align: top;
}


#message .message_date
{
	padding-left:5px;
	color: silver;
	font-size: smaller;
	border-bottom: 1px dotted silver;
}

 #message .td_message table
 {
	 margin-top:0px;
	 margin-bottom:0px;
 }
 
#message .message_contenu
{
	width: 650px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	font-family: Consolas, sans-serif;	
	word-wrap: break-word;
}

#tableau td
{
	border: 1px solid gray ;
}

/** texte **/
.titre
{
    text-align: center;
    text-transform: uppercase;
    color: #F44336;
    font-weight: bold;
	
}


/** **/

/** footer **/
#haut_footer
{
	background: none repeat scroll 0 0 #264A63;
	border-top: 1px solid #5CB3F2;
	margin: 0 auto;
	width: 100%;
	clear: none;
	height: 300px;
	height: 75px;
	position: relative;
	z-index: -1;	
}

#footer 
{
	background: none repeat scroll 0 0 #264A63;
	height: 100px;
	font-size: 12px;
	padding: 10px auto;
}

#footer .contenu_footer
{
	text-align:center;
	width: 800px;
	color: grey;
	margin: auto;
	
}



