/******************************************************
 * Karasma styles                                     *
 *                                                    *
 * design        : endemicland - gaelperrin@gmail.com *
 * developpement : KurTZdev  -   laurent@kurtzdev.com *
 * version       : 1.0                                *
 *                 07-2007                            *
 ******************************************************
 *               PAGE  FAQ                            *
 ******************************************************
 *                                 General & placement
*/
* {
	margin: 0;
	padding: 0;
	text-align: center;
}

body {
	font-family: arial, helvetica, sans-serif;
	background-color: #000000;
}
img {
	border:0;
}
div#page {
	width: 680px;
	margin: 0 auto;
	position: relative;
}


/*****************************************************
 *                                              Header
*/
div#header {
	width: 680px;
	height: 258px;
	background-image: url(images/bg/home_bg_header.jpg);
	background-repeat: no-repeat;
}
div#contact {
	float: right;
	margin: 0;
	padding: 0;
}
div#contact img {
	float: right;
	border: 0;
}

/*****************************************************
 *                                 Navigation Services
*/
div#navigationService {
	position: absolute;
	top:40px;
}

/*****************************************************
 *                                Navigation Rubriques
*/
div#navigation {
	position: absolute;
	top:258px;
	left:25px;
}
div#navigation ul {
	list-style-type: none;
	padding-left: 12px;
}

div#navigation li {
	float: left;
	padding-right: 15px;
}

/*****************************************************
 *                                             Contenu
*/
div#zoneText_head {
	background-image: url(images/bg/FRAME_CONTENT_HT.jpg);
	height:628px;
	width:680px;
	}
	
div#headerText p {
	color: #BC8000;
	font-size: 12px;
	text-align: right;
	width: 145px;
	padding-top: 150px;
	margin-left: 280px;
	}


	
div#contenu {
	width: 680px;
	height: 210px;
	background-image: url(images/bg/MOTIF_CONTENT.jpg);
}
/* debug IE6 **/
html>body div#contenu {
	height: auto;
	min-height: 180px;
}

div#post {
	width: 330px;
}

div#zoneText_content {
	margin-top: -455px;
	color: white;
}
div#contentText p {
	width: 280px;
	margin-left: 292px;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	text-align: justify;
	color: #FFD300;
	padding-bottom: 12px;
}


div#contentText a:link { text-decoration:none; color: #BC8000; }
div#contentText a:visited { text-decoration:none; color: #BC8000; }
div#contentText a:hover { text-decoration:none; color: #FFFFFF; }
div#contentText a:active { text-decoration:none; color: #BC8000; }
zoneText_foot {

}

.white {
	color: #FFFFFF;
}
.lightYellow {
	color: #FFD300;
}
.darkYellow {
	color: #BC8000;
}

/*****************************************************
 *                                              Footer
*/
div#footer {
margin-top: -372px;
	width: 680px;
	height: 498px;
	background-image: url(images/bg/FRAME_CONTENT_BS.jpg);
	background-repeat: no-repeat;

}
