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


.clearAll {
	clear: both;
	height: 1px;
	line-height: 1px;
}

/*****************************************************
 *                                              Header
*/
div#header {
	width: 680px;
	height: 650px;
	background-image: url(images/home/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:255px;
	left:25px;
}
div#navigation ul {
	list-style-type: none;
	padding-left: 12px;
}

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

/*****************************************************
 *                                             Contenu
*/
div#contenu {
	width: 680px;
	height: 210px;
	background-image: url(images/home/home_bg_content.jpg);
	background-repeat: no-repeat;
	position: relative;
}
/* debug IE6 **/
html>body div#contenu {
	height: auto;
	min-height: 180px;
}
div#post {
	position: absolute;
}


div#postGauche {
	position: absolute;
	width:235px;
	top:30px;
	left:60px;
	background-color: #000000;
	filter:alpha(opacity=60);
	}
html>body div#postGauche {
	background-color: transparent;
	background-image: url(images/home/bg_50_trans.png);
}

div#postDroit {
	position: absolute;
	width:235px;
	top:30px;
	left:310px;
	background-color: #000000;
	filter:alpha(opacity=60);
}
html>body div#postDroit {
	background-color: transparent;
	background-image: url(images/home/bg_50_trans.png);
}



div#postGauche p {
	font-size: 11px;
	line-height: 14px;
	text-align: right;
	padding: 6px;
	color: #FFFFFF;
   	}

div#postDroit p  {
	font-size: 11px;
	line-height: 14px;
	text-align: left;
	padding: 6px;
	color: #FFFFFF;
}


/*****************************************************
 *                                              Footer
*/
div#footer {
	width: 680px;
	height: 86px;
	background-image: url(images/home/home_bg_footer.jpg);
	background-repeat: no-repeat;

}
