@charset "utf-8";
/*balises html*/
html {
	background-color: #FFFFFF;
	margin:0;   /* ne pas changer : permet d'avoir un affichage equivalent sur tous les navigateurs */
	/*padding:0;*/
}
body {
	margin-left: 0px;
	margin-top: 0px;
}
div{
	font-family: Verdana,Arial;
	color: #000000;
	font-size: 12px;
}
a{
	text-decoration:none;
	color: #000000;
}
a:hover{
	color:#618286;
}
p{
	line-height: 16px;
}
img{
	border:0;
}
div.hr {
  height: 15px;
  background: #EDEDED url(images/hr.gif) repeat-x;
}
div.hrouge {
  height: 15px;
  background: #EDEDED url(images/hr-rouge.gif) repeat-x;
}
div.hrouge hr {
  display: none;
}
div.hr hr {
  display: none;
}
/*classes communes*/
.fond_bas {
	background-image: url(images/fond_bottom.jpg);
	height: 190px;
	width: 862px;
	top: -50px;
	position: relative;
}
.fond_menu_bas {
	position: relative;
	top: 125px;
	left: 90px;
	height: 22px;
	width: 380px;
}
.fond_lien_accueil {
	position: relative;
	top: 125px;
	left: -225px;
	height: 27px;
	width: 87px;
	z-index:200;
}
.fond_top {
	background: url(images/fond_top.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 609px;
	width: 632px;
	position:relative;
	top:0px;
	padding-left: 230px;
	/*clip: rect(auto,auto,609,auto);*/
}
/*clases TEXTE*/
.texte_marron_g {
	font-family: "Courier New", Courier, monospace;
	color: #5B3023;
	font-weight:bold;
	font-size: 18px;
	text-align:left;
}
.texte_g{
	font-family: "Courier New", Courier, monospace;
	font-weight:bold;
	font-size: 16px;
}
.texte_rouge {
	color: #9E2C0C;
}
.texte_marron_p {
	color: #5B3023;
	text-align: justify;
}
.texte_vert {
	color: #528180;
}
.contenu_entete {
	top: 183px;
	position: relative;
	left: 0px;
	width: 570px;
	height: 77px;
}
.contenu_entete_image {
	position: relative;
	top: 255px;
	width: 545px;
	height: 239px;
	left: -45px;
	text-align:left;
}
.contenu_body {
	position: relative;
	width: 612px;
	padding-left:180px;
	background: url(images/fond_middle.gif) repeat-y;
	left: -35px;
	z-index: 2;
}
/*BOUTIQUE*/
.boutique_vetement{
	color: #2A595F;
}
.boutique_vetement:hover{
	color: #369FAC;
}
.boutique_materiel{
	color: #AD3513;
}
.boutique_materiel:hover{
	color: #7C2B12;
}
.box_vetement{
	top: 428px;
	position: absolute;
	left: 389px;
	width: 81px;
	height: 100px;
	font-size: 14px;
	font-weight: bold;
	color: #2A595F;
	line-height: 16px;
}
.box_materiel{
	top: 422px;
	position: absolute;
	left: 637px;
	width: 104px;
	height: 95px;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
}
/*BOUTIQUE VETEMENT*/
h3{
	font-size: 48px;
	color:#618286;
	text-align:left;
	letter-spacing: 3px;
}
h3.rouge{
	font-size: 48px;
	color:#AB3615;
}
.box_h3{
	position: absolute;
	width: 276px;
	height: 41px;
	font-size: 14px;
	font-weight: bold;
	color: #2A595F;
	line-height: 16px;
	left: 500px;
	top: 366px;
}
.box_h3_rouge{
	position: absolute;
	width: 276px;
	height: 41px;
	font-size: 14px;
	font-weight: bold;
	color: #2A595F;
	line-height: 16px;
	left: 475px;
	top: 380px;
}
.box_swf{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 222px;
	height: 41px;
}
.fondmeteo {
	background-image: url(images/infostation_img2.jpg);
	background-repeat: no-repeat;
}
.spacer {
	font-size: 8px;
}
