/**caractéristiques du corps de l'affichage web : image de fond*/
body{
	background-image:url(image/structure/ecrandefond.jpg);
}

/**caractéristiques du corps de la page web*/
#page{
	margin:0px auto;
	width:900px;
	background-color:#FFFFFF;
	min-height:600px;
	border:7px outset #C0C0C0;
	margin-bottom:3px;
}

h1{	font-size: 20px;
	color:#13338e;
	font-family: "Times new Roman";
	font-weight:bold;
	text-align:center;
	text-decoration:underline;}

/**caractéristiques des polices utilisées*/
.Style1 {
	font-size: 26px;
	font-family: "Times new Roman";
	font-weight: bold;
	color: #000000;
}
.Style2 {	font-size: 18px;
	color:#000;
	font-family: "Times new Roman",}
.Style4 {
	font-size: 20px;
	color:#13338e;
	font-family: "Times new Roman","Bookman Old Style";
}
.Style5 {font-size: 14px;
    color:#a9a9a6;
	font-family: "Times new Roman","Bookman Old Style";}
.Style6 {font-size: 20px;
	color:#a9a9a6;
	font-family: "Times new Roman","Bookman Old Style";
	font-weight:bold;}
.Style7 {font-weight: bold; color: #0066FF; font-family:"Times new Roman","Bookman Old Style";}
.Style8 {font-size: 25px;
    color:#000;
	font-family: "Times new Roman","Bookman Old Style";}
	font-family: "Bookman Old Style";}
	
/**caractéristiques de l'entête : bannière, téléphone, logo*/
#banniere, #telephone, #drapeaufr{
	background-repeat:no-repeat;}


#drapeaufr{
	background-image:url(image/structure/.jpg);
	width:120px;
	height:84px;
	float:left;
    margin-left:3px;
	margin-top:20px;
    margin: center;}
	
#drapeauen{
	background-image:url(image/structure/.jpg);
	width:110px;
	height:84px;
	float:left;
    margin-left:3px;
	margin-top:20px;}

#telephone{
	background-image:url(image/structure/telephone.jpg);
	background-position:center;
	height:208px;
	margin-top:3px;	
	width:236px;
	float:left;
    margin-left:3px;
    margin: center;}

#banniere{
	background-image:url(image/structure/bannierekempro.jpg);
	width:654px;
	height:296px;
    float: right;}

/**caractéristiques des boutons de navigation principaux*/
.bacccueil, .bseparateur, .bcolonne, .bunites, .bcontact{
	float:left; 
	height:97px;
	width:179px;
	background-repeat:no-repeat;}
	
	
/**caractéristiques de je ne sais pas quoi mais utile apparemment*/
.stop{clear:both;}

/**caractéristiques du contenu de la page*/
#menu, #contenu{
	float:left;	
	background-repeat:no-repeat;}

#contenu{
	overflow:auto;
	height:auto;}

#menu{margin-top:20px;}


#bgauche{
	background-repeat:no-repeat;
	height:53px;
	width:201px;
	float:left;
	margin-right:20px;
	margin-bottom:10px;
	margin-top:10px;}
	
/**caractéristiques du pied de page*/
.pied1, .pied2, .pied3, .pied4, .pied5{
	background-repeat:no-repeat;
	border:0px;
	margin-bottom:5px;}
	
.pied1{
	background-position:left;
	height:120px;
	width:173px;
	float:left;
	margin-left:5px;}
	
.pied2{ 
	background-position:left;
	height:120px;
	width:273px;
	float:left;}	

.pied3{
	background-position:left;
	height:120px;
	width:40px;
	float:left;}
	
.pied4{ 
	background-position:left;
	height:120px;
	width:229px;
	float:left;}
	
.pied5{
	background-position:left;
	height:120px;
	width:172px;
    float:left;}
	
