/* CSS Document */
/* * {margin:0; padding:0;} OBLIGATOIRE en tête de tout document sauf pour des sites centrés*/

html
{
/*background-color:black;*/
}

#entete /**/
 {
	float: left;
	width:1000px;

	font-weight: bold; 
	font-size: 36px;
	color: gold; 
	background-color:black;
 }

#logo_entete /*backoffice*/
 {
	float: left;
	width:150px;
	background-color:white;
 }
 
#pres_backoffice 
 {
	float: left;
	width:750px;
	background-color:white;
	/*border: 2px solid black;*/
	position:relative;
	top:150px;
	left:150px;
 }


#background
 {
	/*border:1px dashed black;*/
	background: url(images/background_fd_blog.png) top right no-repeat;
	width:1000px;
	background-color:white;
	/*height:700px;float: left;*/
	border-top:outset;
	border-left:outset;
	border-right:outset;
 }
 
 
#menu_principal_rouge
{ 
	float: left;
	width:1000px;
	position:relative;
	left:0px; 
	font-family: times, arial, Verdana, sans-serif;
	font-weight: bold; 
	font-size: 22px; 
	color: black ; /* darkslategrey gainsboro silver darkviolet darkorchid plum*/
	height: 100px;
	/*position:absolute; 
	top:233px; 
	left:0px;
	background: url(images/menu_rouge.jpg) top left no-repeat;*/
	background: url(images/menu_rouge.jpg) top left no-repeat;
}

#txt_menu_principal_rouge
{
	float: left;
	letter-spacing:1px;
	position:relative;
	left:15px; 
	top:5px;
}


h1{
/*background: url(images/fd_rouge.png) top left no-repeat;*/
border-bottom:5px groove blueviolet/*darkmagenta#b8840b*/;
padding-bottom:5px;
color:blueviolet;
font-size : 30;
}

h2 {
/*background: url(images/fd_rouge.png) top left no-repeat;*/
border-bottom:2px dotted #b8840b;
font-size : 16;
color:#b8840b/*orchidfuchsia*/;
padding-bottom:5px;
}

	
/*Liens du menu postit*/
a.liens_menu:link { 
	/*font-weight: bold;*/ 
	text-decoration: none/*underline*/; 
	/*color: #B7A5DF;*/
	color: black/*brown*/;
	/*color : darkorchid;*/
	}
a.liens_menu:visited { 
	/*font-weight: bold; */
	text-decoration: none; 
	/*color: #D4CDDC;*/
	color: black;
	}
a.liens_menu:hover, a:active { 
	text-decoration: underline; 
	/*text-decoration: none; 
	text-decoration: none;*/
	/*color: #9685BA;*/
	color: black/*firebrick darksalmongoldpurpledeeppink blueviolet deeppink salmon coral tomato gainsboro green khaki sienna rosybrown silver darkorchid*/;
	}


#colcentre_large {
	
	float: left;
	width:450px;
	/*width:520px;
	padding:0px,0px,0px,5px;
	margin:0px,0px,0px,5px;*/
	
	margin:0px 0px 0px 0px;
	margin:15px;
	padding:10px,0px,0px,0px;
	
	/*border:1px dashed black;*/
		
/*background-color:#eee;
	background-color:#eee;
	padding:0px;*/
/* Again, the ugly brilliant hack. 
	voice-family: "\"}\"";
	voice-family:inherit;*/
	}
	
#colcentre_etroit {
	
	float: left;
	width:250px;
	/*width:520px;
	padding:0px,0px,0px,5px;
	margin:0px,0px,0px,5px;*/
	
	margin:0px 0px 0px 0px;
	padding:10px,0px,0px,0px;
	
	/*border:1px dashed black;*/
		
	/*background-color:#eee;
	background-color:#eee;*/
	padding:0px;
	/*	z-index:2;*/
	/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	}	
	
