/************************************/
/*            CSS Document          */
/*  http://www.loxam.fr             */
/*  Dev:Thésée Communication        */
/*             BR 081212            */
/************************************/



/**************/
/*  Elements  */
/**************/


/* supprimer la bordure des images-lien */
a img { border:0px; }

/* supprimer les espaces indésirables sous images (IE) */
img { display:inline; }

/* supprimer les espaces autour des formulaires */
form { margin:0px; padding:0px; }


html, td, p {
    font-family:trebuchet MS,verdana,arial,sans-serif;
    font-size:12px;
    color:#232323;
    }

input, textarea, select, option {
    font-family:arial,helvetica,sans-serif;
    font-size:11px;
    color:#000;
    }


body {
    background-color:#dbdbdb;
    background-image:url('medias/bkgd.jpg');
    background-repeat:repeat-x;
    padding:0;
    margin:0;
    }


h1 {  margin:20px; font-family:verdana; font-weight:bold; font-size:16px; text-align:center;   }
h2 {  color:#d41a28; margin-top:20px; font-family:verdana; font-weight:bold; font-size:14px; text-align:left;   }
h3 {  font-size:14px; color:#fff;  background-image:url('medias/puce.gif');  background-repeat:no-repeat; background-position:left; padding:0; padding-left:10px; margin:0; }
h4 {    }




th
{
  font-weight:bold;
}



/**********/
/*  IDs   */
/**********/


#wrapper {
	vertical-align:top;
	position:absolute;
	left:50%;
	margin-left:-492px;
	}

#container {
	width:985px;
	margin: 5px 0px 5px;
  /* border:2px solid #000; */
  /* background-color:#c00418; */
  }

#content {
	width:700px;
	text-align:left;
	margin-left:125px;
	}

#header {
  background-image:url('medias/logo_1.gif');
  background-repeat:no-repeat;
  width:950px;
  height:100px;
}

#mercanet {
	float:right;
	}

#menu {
  height:25px;
  width:950px;
  background-image:url('medias/menu_bkgd.gif');
  background-repeat:repeat-x;
  /* text-align:left; */
  }
#menu ul { margin:0; padding-top:5px;}
#menu li:first-child { 	border-left-style:none; padding-left:10px;	}
#menu li { height:20px; display:inline; border-left:1px solid #7a0f09; }
#menu li a{
  color:#ffffff;
  font-weight:bold;
  font-size:11px;
  padding-left:20px;
  padding-right:20px;
  text-decoration:none;
  text-transform:uppercase;
  }
#menu li a:hover { color:#000;}

#footer {
  margin-top:20px;
  padding-top:10px;
  padding-bottom:10px;
  text-align:center;
  background-image:url('medias/footer_bkgd.jpg');
  background-position: top;
  background-repeat:no-repeat;
  }
#footer p{ color:#666666; font-size:11px; }
#footer a{ color:#666666;  font-size:11px; text-decoration:none;}
#footer a:hover{ text-decoration:underline;}


/*************/
/*  Classes  */
/*************/



.errormsg
{
	color:red;
	font-size:14px;
	text-align:center;
}

.champs
{
}

.champsvide
{
	color:red;
}

.infolegales {
  width:700px;
  font-size:10px;
	text-align:left;
	margin-top:20px;
	margin-left:125px;
  }
