/*Chainsaw Advertainment Agency • Copyright 2009-2010 - Tout Droits Réservés*/
body{
	font-size: 9pt;
	font-family: helvetica, verdana, georgia, times, 'times new roman', serif;
	line-height: 1.5;
	color : #636363;
	background: url(../images/background.jpg);
	background-position:50% 50%;
	background-color : #e8e8e8;
	line-height: 14px;
	text-align: justify;
	overflow : auto; 
}

a:link {
    color: #636363;
    text-decoration: none;
}

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

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

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

div.containerGlobal {
	left: 30%;
	margin-left:25%;
	width: 840px;
	height:100%;
}

div.container1 {
	/*background-color:white;*/
	float:left;
	width: 700px;
	height:100%;
	padding-left: 5px;
	padding-right: 5px;
}

div.container2 {
	float: right;
	left: 50%;
	width: 130px;
	height:100%;
}

div#header {
	padding-top: 54px;
	
}

div#elements {
	height: 70px;
}

div.statut{
	float: left;
	width: 610px;
}

div.menu{
	float: right;
	width: 80px;
}

div#title{
	height: 424px;
}

div#content{
	
}

div#content h3{
	
	font-size: 18px;
	font-style: bold;
	font-weight: bolder;
	letter-spacing: -2px;
	text-transform: uppercase;
	line-height: 35px;

}	

div#content h1{
	text-align:left;
	font-style:bold;
	line-height: 35px;
}

div#lci{
	padding-top:20px;
}

div#content a:link {
    color: #636363;
    text-decoration: underline;
}

div#content a:visited {
    color: #636363;
    text-decoration: underline;
}

div#content a:hover {
    color: #636363;
    text-decoration: underline;
}

div#content a:active {
    color: #636363;
    text-decoration: underline;
}

div#footer{
	height: 50px;
}

div#blanck{
	height: 138px;
}

div#sousMenu{
	padding: 5px;
	display: none;
	/*background-color: #FFFFFF;*/
	width: 150px;
	
}

div#sousMenu h2{
	font-size: 12px;
	font-style: bold;
	text-transform: uppercase;
	line-height: 10px;
	color : #AFAFAF;
}


