/* CSS Document */

/* ///// MISE A ZERO ///// */
form, fieldset {
margin: 0;
padding: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

html{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}

li, dd, blockquote { margin-left: 1em;}
form label { cursor: pointer;}
fieldset { border: none;}
input, select, textarea { font-size: 100%;}
img{ border:none;}

/* /////  PROPRIETE GENERALES  ///// */
body {
	text-align:center;
	vertical-align:middle;
	background-color:#191302;
	margin:auto;
	padding:0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color:#e8d0a8;
	font-size:12px;
	line-height:16px;
	/* /////SCROLLBAR///// */
	scrollbar-track-color: #231C08;
	scrollbar-arrow-color: #191302;
}
a{ color:#fbf6eb;}

a:hover {
	color:#fbf6eb;
	text-decoration:none;
}

h1, .h1 {
	font-weight:normal;
}
h1, a.h1:link { text-decoration:none; }
h1, a.h1:visited { text-decoration:none; }
h1, a.h1:hover { text-decoration:none; }
h1, a.h1:active { text-decoration:none; }

p, .p {
text-decoration:none;
font-weight:normal;
}

/* ////// POSITIONS BLOCS ////// */
#container{ /* DIV GLOBAL QUI ENGLOBE TOUS LES AUTRES : IL CENTRE LA PAGE AU MILIEU*/
	/*position:relative;*/
	width:992px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	/*height:auto;*/
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#header{ /* HEADER FLASH */ 
	z-index:1;
	width:992px;
	height:100px;
	/*position: absolute;*/
	margin:0 0 0 0;
	padding:0 0 0 0;
	background-color:#ff0000;
}

#contenu{ /* ZONE DE CONTENU OU VIENDRONT S'INSCRIRE LES DIFFERENTES MISES EN PAGES PROPRES A CHAQUE TEMPLATE */
	/*height:auto;
	position:absolute;*/
	background-image:url(../images/sitemap/fond_page.jpg);
	background-repeat: repeat-y;
	margin:0 0 0 0;
	padding:100px 0 0 0;
}

#footer{ /* PIED DE PAGE */
	clear:both;
	width:992px;
	height:49px;
	/*position:relative;*/
	margin:0 0 0 0;
	padding:0 0 0 0;
}

/* ////// TEXTES ////// */
.txt-marron12 {
	color:#bea988;
	font-size:12px;
	line-height:16px;
	text-decoration:none;
	font-weight:normal;
}
a.txt-marron12:link { color: #bea988; }
a.txt-marron12:visited { color: #bea988; }
a.txt-marron12:hover { color: #fbf6eb; }
a.txt-marron12:active{ color: #bea988; }

.txt-marronf12 {
	color:#877251;
	font-size:12px;
	line-height:16px;
	text-decoration:none;
	font-weight:normal;
}
a.txt-marronf12:link { color: #877251; }
a.txt-marronf12:visited { color: #877251; }
a.txt-marronf12:hover { color: #e8d0a8; }
a.txt-marronf12:active{ color: #877251; }

.gras{ font-weight:bold; }
.italic{ font-style:italic; }

/* /////  MISE EN PAGE  ///// */
/* Marges */
.marge20top{ margin-top: 20px; }
.marge24top{ margin-top: 24px; }
.marge5bottom{ margin-bottom: 5px; }
.marge7left{ margin-left: 7px; }
.marge14left{ margin-left: 14px; }

/* Float */
.floatleft{ float:left; }
.floatright{ float:right; }

.clear{	clear:both; }

/* //////// contenu sitemap //////// */
.titre-sitemap{
	margin:18px 0 18px 20px;
}

.col-sitemap{
	margin:0 0 25px 20px;
	width:226px;
	float:left;
}
.col-sitemap1{
	margin:0 0 25px 10px;
	width:226px;
	float:left;
}

/*//////// contenu privacy policy //////// */
#popup{
	z-index: 50;
	/*position:relative;*/
	width:473px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
	height: 534px;
}
#fd-coteg{
	background-image: url(../images/privacypolicy/fond_coteg.gif);
	background-repeat: no-repeat;
	height: 534px;
	float: left;
	width:5px;
}
#fd-coted{
	background-image: url(../images/privacypolicy/fond_coted.gif);
	background-repeat: no-repeat;
	height: 534px;
	float: left;
	width:5px;
}
#fd-popup{
	background-image: url(../images/privacypolicy/fond_popup.jpg);
	background-repeat: repeat-x;
	height: 534px;
	width:463px;
	float: left;
}
#contenu-popup{
	padding:0px 15px 0px 15px;
	overflow:auto;
	margin:15px 0 15px 0;
	height: 460px;
	width:428px;
}
p.popup{
	margin-bottom:15px;
	color:#cacaca;
	font-size:11px;
	line-height:14px;
}
a.popup{
	color:#cacaca;
	font-size:11px;
	line-height:14px;
	text-decoration:none;
}
a.popup:hover {
	color:#ffffff;
	text-decoration:none;
}
h2.popup{
	margin:28px 0 0 0;
	padding:0;
	color:#cacaca;
	font-size:11px;
	line-height:14px;
}
h3.popup{
	margin:8px 0 10px 0;
	padding:0;
	color:#cacaca;
	font-size:11px;
	line-height:14px;
}
/* BOUTONS */
a.bt-fermer {
	display: block;
	background-image: url(../images/privacypolicy/croix.jpg);
	background-repeat: no-repeat;
	height: 21px;
	width: 22px;
	padding:0px;
	margin:5px 0 0 0;
}

.bginput          {background-image:url(/img/_int/_fr/alsy/bag_input.gif); background-repeat:repeat-x; background-color:#FFFFFF; border:none; }
.bg-txtarea       {background-image:url(/img/_int/_fr/alsy/bag_textarea.gif); background-repeat:repeat-x; background-color:#fbfbfb; border:none; }
.inter            { position: relative; height:371px }
.divinput         { color: white; position: absolute; width: 100%; height: 100%; overflow: auto;left:-1px; }      
.ArialBold10white {font-family:Arial; font-size:10px; color:#ffffff; text-decoration:none;	}
.ArialBold12white {font-family:Arial; font-size:12px; color:#ffffff; text-decoration:none;	}
.ArialBold14red   {font-family:Arial; font-size:14px; color:#ff0000; text-decoration:none;	}

