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

/**caractéristiques du corps de la page web*/
#page{
	margin:auto;
	width:800px;
	background-color:#FFFFFF;
	min-height:600px;
	border:5px outset #CCC;
	margin-top:15px;
}

h1{
	font-size: 20px;
	color:#13338e;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	text-decoration:underline;}

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


#drapeaufr{
	width:97px;
	height:62px;
	float:left;
    margin-left:0px;
	margin-top:5px;
    margin: center;}
	
#drapeauen{
	width:97px;
	height:62px;
	float:left;
    margin-left:0px;
	margin-top:5px;	
    margin: center;}

#banniere{
	background-image:url(image/structure/banniereKE.jpg);
	width:800px;
	height:205px;
    float: right;}
	
	
#rappel{
	width:600px;
	height:115px;
	float:right;
    margin-left:0px;
	margin-top:1px;
    margin: center;}
	
/**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:0px;}


#bgauche{
	background-repeat:no-repeat;
	width:200px;
	float:left;
	margin-right:5px;
	margin-top:1px;}

/**caractéristiques du pied de page*/
.pied1, .pied2, .pied3, .pied4{
	background-repeat:no-repeat;
	border:0px;
	margin-bottom:5px;}
	
#pied1{
	background-image:url(image/structure/pied1.jpg);
	background-position:left;
	height:104px;
	width:200px;
	float:left;}
	
#pied2{
	background-position:bottom;
	height:104px;
	width:200px;
	float:left;}	

#pied3{
	background-position:bottom;
	height:104px;
	width:250px;
	float:left;}
	
#pied4{ 
	background-image:url(image/structure/pied4.jpg);
	background-position:bottom;
	height:104px;
	width:150px;
	float:left;}
	
