body {
	background-color: #0072b8; 
	scrollbar-face-color: #ffffff ; 
	scrollbar-shadow-color: #0072b8;
	scrollbar-highlight-color:#0072b8;
	scrollbar-3dlight-color:#ffffff ; 
	scrollbar-arrow-color: #0072b8 ; 
	scrollbar-track-color: #0072b8; 
	scrollbar-darkshadow-color: #ffffff;
}
a:link{
	text-decoration:underline;
	color:#83a607;
	background:transparent;
	}
a:active{
	text-decoration:none;
	color:#83a607;
	background:transparent;
	}
a:visited{
	text-decoration:underline;
	color:#83a607;
	background:transparent;
	}
a:hover{
	text-decoration:none;
	color:#83a607;
	background:transparent;
	}
	
a:link#copyright{
	text-decoration:none;
	color:#FFFFFF;
	background:transparent;
	}
a:active#copyright{
	text-decoration:none;
	color:#FFFFFF;
	background:transparent;
	}
a:visited#copyright{
	text-decoration:none;
	color:#FFFFFF;
	background:transparent;
	}
a:hover#copyright{
	text-decoration:none;
	color:#FFFFFF;
	background:transparent;
	}
	
a:link#langues{
	text-decoration:underline;
	color:#FFFFFF;
	background:transparent;
	}
a:active#langues{
	text-decoration:underline;
	color:#FFFFFF;
	background:transparent;
	}
a:visited#langues{
	text-decoration:underline;
	color:#FFFFFF;
	background:transparent;
	}
a:hover#langues{
	text-decoration:underline;
	color:#FFFFFF;
	background:transparent;
	}
	
a:link#mb{
	text-decoration:underline;
	color:#FFFFFF;
	background:transparent;
	}
a:active#mb{
	text-decoration:underline;
	color:#FFFFFF;
	background:transparent;
	}
a:visited#mb{
	text-decoration:underline;
	color:#FFFFFF;
	background:transparent;
	}
a:hover#mb{
	text-decoration:none;
	color:#FFFFFF;
	background:transparent;
	}
/* Styles d'images habillant le texte */	
img#habillage{
	float:left;
	padding-right: 15px;
	}
img#habillage2{
	float:left;
	padding-right: 5px;
	}
input{ 
    color:#000000; 
	background-color:#e5e5e5; 
    font-size:10px; 
    font-family:"Trebuchet MS";
    } 
.submit{ 
    color:#ffffff; 
	background-color:#ffc000; 
    font-size:10px; 
    font-family:"Trebuchet MS";
    } 
.radio{ 
    color:#000000; 
	background-color:#ffffff; 
    font-size:12px; 
    font-family:"Trebuchet MS";
    } 
select{ 
    color:#000000; 
	background-color:#e5e5e5; 
    font-size:10px; 
    font-family:"Trebuchet MS";
    } 
textarea{ 
    color:#000000; 
	background-color:#e5e5e5; 
    font-size:10px; 
    font-family:"Trebuchet MS";
    } 
table{
	font-family: "Trebuchet MS";
	color:#000000;
	font-size:12px;
	}
p{
	text-indent: 30px;
	text-align:justify;
	}
	
/*styles de tableau de l'accueil*/
.table{
	font-family:"Trebuchet MS";
	color:#000000;
	font-size:12px;
	border: solid;
	border-width:1px;
	border-color:#0072b8;
	}
/*styles de tableau du badge*/
.table2{
	font-family:"Trebuchet MS";
	font-size:14px;
	margin:20px;
	padding:15px;
	}
.trtitre{
	background-color:#0072b8;
	font-family:"Trebuchet MS";
	color:#FFFFFF;
	font-weight:bold;
	text-indent: 10px;
	height:25px;
	}
.trcont{
	background-color:#ffffff;
	font-family:"Trebuchet MS";
	}
.trcont2{
	background-color:#e66700;
	color:#FFFFFF;
	font-family:"Trebuchet MS";
	}
	
/*contient toutes les autres div*/
div#all { 
	position: absolute;
	border:#000000;
	width: 866px;
	min-height: 500px;
	margin-left: -430px;
	background: #0072b8;
}

/*contient les drapeaux*/
div#flag {
	height:25px;
	width:867px;
}

/*contient les pubs*/
div#pub {
	/*border: solid 1px;
	border-color:#ffc000;
	height:120px;
	width:868px;*/
}

/*contient le bandeau du dessus*/
div#header {
	background-image:url(img/fond-cont.jpg);
	height:253px;
	width:876px;
	}
	
/*contient le menu javascript*/
div#menu1 {
	padding-top:37px;
	float:left;
	width: 174px;
	height:300px;
	left: 0%;
	}
	
/*contient le tampon*/
div#menu2 {
	position: absolute;
	background-image:url("img/tampon.jpg");
	background-position:bottom;
	width: 145px;
	height:73px;
	bottom:30px;
	left: 2%;
	}
	
/*représente la page (menu + texte)*/
div#contenu {
	float:left;
	background-image:url("img/fond-cont.jpg");
	width: 876px;
	min-height: 350px;
	overflow:visible;
	font-family:"Trebuchet MS"; 
	font-size: 12px; 
	font-style: normal; 
	text-align:justify;
	}

/*contient le texte à gauche du menu*/
div#text {
	float:left;
	width: 665px;
	min-height: 350px;
	font-family:"Trebuchet MS";
	text-align:justify;
	font-size: 12px;
	font-style: normal;
	padding:15px;
	padding-top:0px;
	}
	
/*contient le footer*/
div#copyright {
	clear:left;
	background-image:url("img/fond-footer.jpg");
	color: #ffffff;
	width:876px;
	height:20px;
	bottom:0px;
	font-family: "Trebuchet MS"; 
	font-size: 10px; 
	text-align: center; 
	}