/******************************************************
 * Karasma styles                                     *
 *                                                    *
 * design        : endemicland - gaelperrin@gmail.com *
 * developpement : KurTZdev  -   laurent@kurtzdev.com *
 * version       : 1.0                                *
 *                 07-2007                            *
 ******************************************************
 *           PAGES CONTENU                            *
 ******************************************************
 *                                 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;
}



/*BEGIN TEMPORARY IE7 STYLE HACK FOR ABOUT PAGE*/

div#zoneText_head ul.navigationAbout {
	position: relative;
	float: right;
	}

html>body div#zoneText_head ul.navigationAbout  {
	position: relative;
	right: 0px;
}

/*END TEMPORARY IE7 STYLE HACK FOR ABOUT PAGE*/



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


	
div#contenu {
	width: 680px;
	height: 180px;
	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_head {
	color: #FFFFFF;
}
div#zoneText_head img#smith{
	float: right;
	margin-top: 120px;
	margin-right: 82px;
}

div#zoneText_head ul{
	margin-top: 120px;
	margin-left: 280px;
	list-style-type: none;
	float: left;
	width: 179px;
	margin-bottom: 30px;
	}
div#zoneText_head li {
	float: left;
	clear: both;
	padding: 0;
	margin: 0 0 15px 0;
}

div#zoneText_head div#headerText p {
	width: 155px;
	padding-left: 10px;
	line-height: 16px;
}


div#zoneText_content {
	margin-top: 50px;
	color: white;
	z-index: 30;
}
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 h2 {
	width: 280px;
	margin-left: 300px;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 12px;
}
div#contentText ul {
	width: 280px;
	margin:0;
	margin-left: 292px;
	padding:0;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #FFFFFF;
	list-style-position: inside;
}
div#contentText li {
	text-align: left;
	padding-bottom: 9px;
	
}
div#contentText ul ul {
	margin-left: 24px;
	width: 260px;
	padding-top: 6px;
	list-style-position: outside;
}
div#contentText small {
	font-size: 10px;
	color:#FFC000;
}

zoneText_foot {

}

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

/*****************************************************
 *                                              Footer
*/
div#footer {
	z-index: 10;

	width: 680px;
	height: 498px;
	background-image: url(images/bg/FRAME_CONTENT_BS.jpg);
	background-repeat: no-repeat;

}
