/* CSS Document */



/* corp de page par d�faut*/
body  {
	margin:							5px;
	padding:						0px;
	font-family:					Verdana, Arial, Helvetica, sans-serif;
	font-size:						12px;
	background:                     #000000 url(../images/img01.gif);
	color:							#BBBBBB;
}

/* --  tableaux -- */
table
{
	/*border:							0px solid #999999;*/
	border:							0px;
	
}


td
{
	border:							0px ;
	text-align:						left;
}

th
{
	border:							0px ;
	text-align:						left;
	font-weight:					bold;
}

/*barres de s�paration*/
hr
{
	width:							50% ;
	background-color:				#292929;
	height:							10px;
	text-align:						left;
	border:							none;
	margin-left:-5px;
}

h1
{
	font-size:						14pt;
	text-decoration: 				underline;
}

h2
{
	font-size:						13pt;
}
h3
{
	font-size:						12pt;
}

/*IMAGES****************************************/
	img.standalone { display:block; margin:auto; }
	img.adroite { float:right; border:0px; margin:1px 0px 1px 10px; }
	img.agauche { float:left; border:0px; margin:1px 10px 1px 0px; }



/*liens sur les images*/
a img
{
	border: none;
}

/*liens hypertext*/
a:link /* cibles non encore visit�es */
{
	text-decoration:				none;
	color:							#FFFFFF;
}    
a:visited /* cibles visit�es */
{
	color:							#FFFFFF;
	text-decoration:				none;
} 
a:hover /* Liens pour "MouseOver" */
{
	text-decoration:underline;
	color:							#FFFFFF;
}   
a:active /* Liens cliqu�s */
{
}  

/*liens hypertext*/
#div_general a:link /* cibles non encore visit�es */
{
	text-decoration:				none;
	color:							#CCCCCC;
}    
#div_general a:visited /* cibles visit�es */
{
	color:							#CCCCCC;
	text-decoration:				none;
} 
#div_general a:hover /* Liens pour "MouseOver" */
{
	text-decoration:underline;
	color:							#ffffff;
}   
#div_general a:active /* Liens cliqu�s */
{
} 

#div_general
{
 position:relative;
 width:800px;
 margin:auto;
 margin-top:30px;
 border: solid 15px #292929;
 background-color:#292929;



}





.div_entry_blog
{
	width:75%;
	height:15px;
	margin-top:50px;
	margin-left:-5px;
	background-color:#292929;
	border:none;
	font-size:12px;
	text-align:right;
	padding-right:3px;

}



.whitespan
{
	color:#ffffff;
}
  
#div_main
{
	margin-left:200px;
	height:500px;
	border: none;
	border-left: solid 15px #292929;
	background-color:#202020;
	/*background-image:url(../images/img01.gif);*/
	padding:5px;
	overflow:auto;

}

#div_menu
{
 position:absolute;
 top:0px;
 left:0px;
 width:200px;
 min-height:200px;
 height:200px;
 background: url(../images/logo.png) no-repeat ;
 padding-top:100px;

}

/***************/
/* Menu vertical */
/***************/
#nav {
width: 200px ;
list-style: none ;
margin: 0 ;
padding: 0 ;
}
#nav li {
color: #fff ;
border: none ;
/*margin-bottom: 0px ;*/
}
#nav li a {
display: block ;
width:100%;
color: #fff ;
font-size: 14px ;
line-height: 16px ;
padding: 4px 0 ;
text-align: right ;
text-decoration: none ;
background: #000 ;
filter:alpha(opacity=75);
-moz-opacity:.75;
opacity:.75;
}
#nav li a:hover, #nav li a:focus, #nav li a:active {
color:#ffffff;
background:#292929;
text-decoration: underline ;
filter:alpha(opacity=100);
-moz-opacity:1;
opacity:1;
}
  
  
.quoteStyle
{
	/*background-color:#CCCCCC;*/
	/*display:block;*/
	padding:10px;
	padding-left:25px;
	border-bottom-style:solid;
	border-bottom-color:#666666;
	border-bottom-width:0px;
	font-style:italic;
	background-image:url(../images/quote.gif);
	background-repeat:no-repeat;


}
  


#tabPics td
{
	text-align: center;
}

/* propri�t�s des formulaires */
input
{

	border:#cccccc solid 1px;
	font-size:9px;
	margin:1px;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
}

input:focus 
{
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
}

textarea
{
	border:#cccccc solid 1px;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
}


textarea:focus 
{
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
}
*/