
/* CSS Document
* {margin:0; padding:0;}  *//* OBLIGATOIRE en tête de tout document*/

html{
height: 100%;
}

body{
height: 100%;
margin: 0;
padding: 0;
}

#background {
height: 100%;
/*background-color: #03125F;
margin: auto;*/
} 


#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;
	border:outset;
	padding-bottom:35px;
 }




#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;
	position:relative;
	left:-20px;
	top:-20px;
 }
 
#pres_backoffice 
 {
	float: left;
	width:750px;
	background-color:white;
	/*border: 2px solid black;*/
	position:relative;
	top:150px;
	left:150px;
 }


	
img 
 {
    border : none;
    border : 0;
	float:left;
	display:block;
	/*display:inline;
	margin:10px;
	 Rajouter des marges regulières*/
    }

#img_bo 
 {
	float:left;
	width: 1000px;
	margin:15px;
	padding:10px,0px,0px,0px;
	/*display:block;
	display:inline;
	margin:10px;
	Rajouter des marges regulières*/
    }
	
	
	
h1.menu_p
 {
	font: Times; 
	/*letter-spacing: 1px; display : inline;*/
	color : black;
	font-size : 20 px;
	
 }
 


#titre_menu
 {
	font: Times; 
	/*letter-spacing: 1px; display : inline;*/
	color : black;
	font-size : 20 px;
	
 }


  
#col_1/* France */
 {
	float: left;
	width:245px;
	background-color:white;
	border-right: 1px black dotted;
	/*position:relative;
	top:-20px;*/
 }


h1.fr 
{
	font: Times; 
	letter-spacing: 1px; 
	color : slateblue;
	font-size : 16 px;
	display : inline;
}

h2.fr
{
	font: Times;  
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 0,5px; 
	color: slateblue;
	font-size : 14px;
	display : inline;
}


#col_2 /* Angleterre */
 {
	float: left;
	width:245px;
	background-color:white;
	border-right: 1px black dotted;
	margin-left:3px;
	/*position:relative;
	top:-20px;*/
 }

h1.gb
 {
	font: Times; 
	letter-spacing: 1px; 
	color : green;
	font-size : 16 px;
	display : inline;
 }

h2.gb
 {
	font: Times;  
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 0,5px; 
	color: green;
	font-size : 14px;
	display : inline;
 }


#col_3 /* Allemagne */
 {
	float: left;
	width:245px;
	background-color:white;
	border-right: 1px black dotted;
	margin-left:3px;
 }
 
h1.de
 {
	font: Times; 
	letter-spacing: 1px; 
	color : goldenrod;
	font-size : 16 px;
	display : inline;
 }

h2.de
 {
	font: Times;  
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 0,5px; 
	color: goldenrod;
	font-size : 14px;
	display : inline;
 }
 
#col_4 /* Pays Bas*/
 {
	float: left;
	width:245px;
	background-color:white;
 }

h1.nl
 {
	font: Times; 
	letter-spacing: 1px; 
	color : orangered;
	font-size : 16 px;
	display : inline;
 }

h2.nl
 {
	font: Times;  
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 0,5px; 
	color: orangered;
	font-size : 14px;
	display : inline;
 }


a.liens_menu:link { 
	/*font-weight: bold;*/ 
	text-decoration: underline; 
	/*color: #B7A5DF;*/
	color: black;
	/*color : darkorchid;*/
	}
a.liens_menu:visited 
	{ 
	/*font-weight: bold; */
	text-decoration: none; 
	/*color: #D4CDDC;*/
	color: black;
	}
a.liens_menu:hover, a.liens_menu:active 
	{ 
	/*text-decoration: underline; */
	text-decoration: underline;
	color:  black/*salmondeeppinkdodgerblue royalblue powderblue mediumblue pressibusblue midnightblue lavender darkblue deepskyblue*/ ;
	}	
	

#titre_ordre_article
 {
  position:relative;
  top:20px;
 }

 
/*
td #CaseMenu
	{
	background: url(images/menu_h_1px.gif) bottom left;
	background-repeat: repeat-x;
	text-align: center;
	font: bold;
	border-width:0px;
	}





h3 
{
	text-align: center;
	font: Verdana, georgia;  
	font-size : 10;
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 0,5px; 
	color : steelblue;
	font-size : 15px;
	}
	
	
h4  
	 { 
	font: Verdana, georgia;  
	font-size : 10;
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 0,5px; 
	color : darkorchid;
	font-size : 15px;
	}



*/

