@import url(general.css);

/* Contenu */
#contenu{
	float:left;
	width: 598px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 20px;
	
	min-height: 850px;
}

/* Titre */

#contenu h1{
	margin-top: 0;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 3px;
	color:#0fc4ca;
	font-weight: 100;
	font-size: 20px;
	background-image: url("../pictures/front/pourquoi_titre_bar01.jpg");
	background-position: 5px 30px;
	background-repeat:no-repeat;
	padding-bottom: 6px;
}
#contenu img{
	margin: 5px;
	border: thin solid #0fc4ca;
}

#tr_vertical{
	height: 84px;
	width: 6px;
	background-color: #0fc4ca;
	margin-top: -10px;
	margin-left: 6px;
	margin-right: 10px;
	float: left;
}

/* Paragraphe de présentation */
#presentation {
	width: 570px;
	float:left;
}

#contenu h2{
	font-style:italic;
	font-size: 12px;
	color:#0fc4ca;
}


/* À droite */

#bord_lies{
	margin-left: 5px;
	margin-right: 5px;
	padding: 3px;
	float: right;
	width: 171px; /*  165+6 */
	border-top: thin #008985 solid;
	border-bottom: thin #008985 solid;
	border-left: thin #E8E8E8 solid;
	border-right: thin #E8E8E8 solid;
}
#bloc_lies{	
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 30px;	
	width: 165px;
		
	background-color:#F1F1F1;
	background-image: url("../pictures/front/pourquoi_picto_docslies.jpg");
	background-position:bottom;
	background-repeat: no-repeat;
}

ul{
	padding: 0;
	margin: 0;
	margin-left: 15px;
	list-style-type: none;
}
#bloc_art_lies{
	background-image: url("../pictures/front/pourquoi_ti_art_lies.gif");
	background-repeat: no-repeat;
	padding-top: 25px;
}
#bloc_doc_lies{
	margin-top: 10px;
	background-image: url("../pictures/front/pourquoi_ti_docs_lies.gif");
	background-repeat: no-repeat;
	padding-top: 25px;
}
#bloc_act_lies{
	margin-top: 10px;
	background-image: url("../pictures/front/pourquoi_ti_actus_liees.gif");
	background-repeat: no-repeat;
	padding-top: 25px;
}