html {
	scrollbar-face-color: #eeeeee;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #660000;
}

body {
	overflow:hidden; 		/* needed to eliminate scrollbars caused by the background image */
	padding:0;margin:0;		/* necesarry for the raster to fill the screen */
	height:100%;width:100%;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#bgimg {
	position:absolute;
	z-index: -1;
}


#realBody{
	position:absolute;
	z-index: 5;				/* Place the new body above the background image */
	overflow:auto; 			/* restore scrollbars for the content */
	height:100%;width:100%;	/* Make the new body fill the screen */
	/*background: url('../img/raster.png');*/ /* this is just a fancy raster, you can remove it; I kinda like it though */
}

H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	text-transform:uppercase;
	padding:0;
	margin:0;
	margin-bottom:5px;
	color:#333333;
}

input, select, textarea {
	font-family:Tahoma;
	font-size:10pt;
	color:#000;
	background:#fff;
}

input, textarea {
	border: 1px solid #cccccc;
}
*>input, *>textarea {
	border-color : #333;
}

.trans {
	-moz-opacity:0.8;
	opacity: 0.8;
	filter:alpha(opacity=80);
}

.transno {
	-moz-opacity:1;
	opacity: 1;
	filter:alpha(opacity=100);
}

input {
	border:1px solid #cccccc;
}

.creation {
	width:100%;
}

p {
	text-align:justify;
}

/************************ liens txt ****************************/

a {
	text-decoration: none;
	color: #333333;
}

a:visited {
	text-decoration: none;
	color: #333333;
}

a:active {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #666666;
}

.mini {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}

/************************* structure site ****************************/
#main {
	width:1000px;
	margin:auto;
}

#top {
	width:100%; height:218px; background:#ffffff;float:left; clear:both; position:relative; margin-top:10px;
}

#top div.logo {
	width:370px; height:218px; position:absolute; top:0px; left:0px; background:url('../logo.png') no-repeat top center;
}

#top div.logo a {
	width:370px; height:218px;
	display:block;
}

/*****************MENU***********************/

#menu {
	list-style-type:none;
	width:1000px; height:25px;
	float:left;
	margin-top:10px;
	clear:both;background:#5e2728;
}

#menu ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
	width:100%;
	
}

#menu li {
	height:26px;
	text-align:left;
	list-style-type:none;
	text-transform:uppercase;
	letter-spacing:0px;
	padding:0px 0px 0px 0px;
	float:left;
	position:relative;
	margin:0px 1px 0px 0px;
}

#menu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#ffffff;
	height:26px;
	display:block;
	_display:inline-block;
	text-transform:uppercase;
	text-decoration:none;
	/*-moz-border-radius: 8px;
	border-radius: 8px;*/
}

#menu a:hover, #menu a.active {
	color:#5e2728;
	background:#f49600;
	text-decoration:none;
	/*-moz-border-radius: 8px;
	border-radius: 8px;*/
}

#menu b {
	padding:6px 20px 0px 20px;
	display:block;
}
/**************************************************/

#content {
	float:left;
	position:relative;
	background:#ffffff;
	width:1000px;
	min-height:400px;_height:400px;
	margin-top:10px;
}

div.bottom {
	width:100%;
	background:url('bottom.png') no-repeat top center;
	float:left; clear:both;
	position:relative;
	clear:both;
	margin:10px 0px 10px 0px;
}

div.copyright {
	width:1000px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
	text-align:center;
	float:left;
	margin:20px 0px 0px 0px;
	padding-bottom:10px;
	background:#6b1900;
}

div.copyright p {
	text-align:center;
	padding:0px; margin:0px;
}

div.copyright a {
	color:#ffffff;
}
div.copyright a:hover {
	color:#cccccc;
}

#php {
	float:left;
	width:940px;
	padding:20px 30px 20px 30px;
}

/*#sideleft {
	float:left;
	width:205px;
}*/

/*#sideleft div.top{
	float:left;
	width:205px;
	height:11px;
	background: url('side_top.gif') no-repeat top center;
	margin-bottom: -2px;
}*/

/*#sideleft div.content{
	float:left;
	width:205px;
	background:url('side_content.gif') repeat-y top center;
}

#sideleft div.bottom{
	float:left;
	width:205px;
	height:21px;
	background:url('side_bottom.gif') no-repeat top center;
}*/

#footer {
	color:#fff;
	float:left;
	position:relative;
	background:url('bottom.gif') top center no-repeat;
	width:1000px;
	height:121px;
}

#footer a {
	color:#fff;
	text-decoration:underline;
}

#footer a:hover{
	color: #cccccc;
}

/************sousmenu******************

#sous_menu {
	position:relative;
	width:205px;
	margin-top:10px;
}

#sous_menu ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
	width:100%;
}

#sous_menu li {
	width:185px;
	height:24px;
	margin-top:5px;
	text-align:left;
	list-style-type:none;
	text-transform:uppercase;
	float:right;
}

#sous_menu a {
	font-family: "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:10px;
	color:#fff;
	width:185px;
	height:24px;
	display:block;
	_display:inline-block;
	background: url('sousmenu.gif');
}

#sous_menu  a:hover, #sous_menu  a.active {
	color:#005e46 ;
	text-decoration:underline;
	background: url('sousmenu_hover.gif');
}

#sous_menu div{
	padding-left:15px;
	padding-top:5px;
}

.link_white a{
	color:#FFFFFF;
}

.link_white a:hover{
	color:#ffe144;
	text-decoration:underline;
}

/* ------------------------------ OFFRES D'EMPLOI ------------------------------ */

div.offre {
	width: 500px;
	background-image: url(fond_offreemploi_2.png);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #fff5bf;
	margin-bottom: 10px;
}
div.offre p.titre {
	font-weight: bold;
	padding: 0px 10px;
	margin-top: -7px;
	color: #005d45;
	font-size: 120%;
}
div.offre p.ville {
	font-weight: bold;
	padding: 0px 10px;
	margin-top: -10px;
	color: #333333;
}
div.offre span.texte p {
	padding-top: 10px;
	margin: 10px;
	border-top: 1px solid #005d45;
}
div.offre a.contact {
	display: block;
	text-align: left;
	background-color: #005d45;	
	color: #fff5bf;
	padding: 5px;
	cursor: pointer;
}
div.offre a:hover.contact {
	text-decoration: underline;
}

/* ------------------------------ ACTUALITES ------------------------------ */

table#actualite {
	width: 725px;
}
table#actualite td#colonne_image {
	width: 200px;
	vertical-align: top;
}
table#actualite td#colonne_image img {
	border: 1px solid #333333;
}
table#actualite td#separator {
	width: 1px;
	background-color: #DDDDDD;
}
table#actualite td#colonne_actus {
	width: 700px;
	margin-top:20px;
}
table#actualite td#colonne_actus a#retour {
	border: 1px solid #CCCCCC;
	background-color: #fff5bf;
	padding: 5px;
	color: #333333;
	display: block;
}
table#actualite td#colonne_actus a:hover#retour {
	background-color: #FFF8CC;
}
table#actualite td#colonne_actus h3 {
	background-color: #FFFFFF;
	padding: 5px;
	margin-bottom: 0;
	color: #6b1900;
	border-right: 10px solid #6b1900;
	border-bottom: 1px solid #6b1900;
	font-size: 120%;
	text-align: right;
}
table#actualite td#colonne_actus div.actualite {
	width: 700px;
	height: 100px;
	margin-bottom: 15px;
	padding-top: 10px;
	border-top: 1px solid #CCCCCC;
}
table#actualite td#colonne_actus div.actualite img {
	border: 1px solid #999999;
}
table#actualite td#colonne_actus div.actualite p {
	margin-top: 7px;
}

/* ------------------------------ ACCUEIL ------------------------------ */

div#accueil div.liste_offres {
	width: 308px;
	padding: 10px 10px 5px 0px;
	background-color: #fff5bf;
	border: 1px solid #005d45;
	margin-top: -5px;
}
div#accueil div.liste_offres ul, div#accueil div.liste_offres li {
	margin-bottom: 5px;
	margin-top: 0px;
}
div#accueil div.liste_offres a {
	color: #005d45;
	font-weight: bold;
	text-decoration: underline;
}
div#accueil div.liste_offres a:hover {
	text-decoration: none;
}

div#accueil div.actualite {
	background-color: #fff5bf;
	padding: 5px 5px 0px 5px;
	border: 1px solid #005d45;
	float: left;
	height: 115px;
	width:310px;
	position: relative;
}
div#accueil div.actualite span.texte p {
	margin-top: 8px;
}
div#accueil div.actualite a {
	display: block;
	position: absolute;
	top: 107px;
	right: -1px;
	background-color: #005d45;
	color: #fff5bf;
	width: 70px;
	padding: 5px;
}	

/* ------------------------------ MAGASINS ------------------------------ */

div#magasins div#carte {
	margin-left: 150px;
	margin-top: 20px;
}
div#magasins table.fiche_magasin {
	margin-left: 70px;
	margin-top: 20px;
	width: 550px;
}
div#magasins table.fiche_magasin td.logo {
	width: 110px;
	vertical-align: top;
}
div#magasins table.fiche_magasin td.separator{
	width: 1px;
	background-color: #DDDDDD;
}
div#magasins table.fiche_magasin td.magasin {
	width: 440px;
	float: left;
	position: relative;
	padding: 5px 5px 5px 10px;
}
/*div#magasins p.entete {
	background-color: #005d45;
	border: 1px solid #005d45;
	position: relative;
	font-size: 160%;
	color: #fff5bf;
	font-weight: bold;
	padding: 3px 0px;
	margin-bottom: 0px;
	height: 24px;
}
div#magasins p.entete img.logo {
	position: absolute;
	top: 0px;
	left: 0px;
}
div#magasins p.entete img.ruban {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
*/
div#magasins table.fiche_magasin p.titre {
	margin: 0px 0px 5px -5px;
	color: #c10525;
	font-size: 100%;
	font-weight: bold;
	border-left: 11px solid #c10525;
	padding-left: 5px;
}
div#magasins table.fiche_magasin p {
	margin: 0px;
	color: #333333;
}
/*div#magasins div.magasin div.infos div.photos {
	margin-top: 15px;
	border-top: 1px solid #999999;
	padding: 15px;
}
div#magasins div.magasin div.infos div.photos img {
	border: 1px solid #333333;
	margin-right: 10px;
}*/
div#magasins table.fiche_magasin form.contacter {
	/*position: absolute;
	top: 60px;
	left: 300px;*/
	margin: 15px 0px 0px -5px;
}
div#magasins table.fiche_magasin div.actus {
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
}
div#magasins table.fiche_magasin div.actus span.actualite {
	display: block;
	height: 105px;
	background-color: #fff5bf;
	margin: 10px 5px 5px 5px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	width: 440px;
}
div#magasins table.fiche_magasin div.actus span.actualite p {
	margin-top: 5px;
}
div#magasins table.fiche_magasin div.actus span.actualite img {
	border: 1px solid #333333;
}

/* ------------------------------ DEVENEZ FRANCHISé ------------------------------ */

div#adherent div#texte {
	width: 400px;
	float: left;
}

/* -- Affichage des informations pour devenir franchisé -- */

div#adherent div#texte a.consultez {
	margin-top: 40px;
	display: block;
	margin-left: 100px;
	cursor: pointer;
}
div#adherent div#texte a.consultez img {
	border: 0;
}
div#adherent div#texte h2 {
	margin-top: 0px;
	font-size: 130%;
	font-weight: bold;
	color: #005d45;
	text-transform: uppercase;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 5px;
	text-align: right;
	padding-right: 5px;
}
div#adherent div#texte ul li {
	margin: 0px 15px 5px -5px;
	color: #000000;
	text-align: justify;
}
div#adherent div#texte ul li strong {
	margin: 5px 0px;
	color: #333333;
}

/* -- Formulaire -- */

div#adherent div#texte h3 {
	margin-top: 60px;
	text-align: right;
}
div#adherent div#texte h4 {
	margin-top: 20px;
	font-size: 100%;
	color: #333333;
	font-weight: normal;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 5px;
}
div#adherent div#texte table {
	margin-left: 70px;
}

/* ------------------------------ L'HISTOIRE ------------------------------ */

div#histoire div#texte {
	width: 560px;
	float: left;
	margin-top: 20px;
}

div#histoire div#texte ul li {
	margin: 0px 15px 5px -5px;
	color: #000000;
	text-align: justify;
}
div#histoire div#texte ul li strong {
	margin: 5px 0px;
	color: #333333;
}

/* ------------------------------ LES PRODUITS ------------------------------ */

div#produits h2 {
	display: block;
}
div#produits ul li {
	margin: 0px 15px 5px 20px;
	color: #000000;
	text-align: justify;
}

