@charset "UTF-8";
@import url(general.css);

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

/*bloc intro*/

#contenu h1{
	margin-top: 5px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 3px;
	padding-bottom: 40px;
	
	color:#884499;
	font-weight: 100;
	font-size: 20px;
	
	background-color: #f7f5f6;
	background-image: url("../pictures/front/fich-ter-separ.jpg");
	background-position: 5px 30px;
	background-repeat:no-repeat;
	
}
#picto{
	float: right;
}


#textes{
	position:absolute;
	width: 600px;
	margin-top: 5px;	
	background-color: #F6F5F6;
	padding-bottom: 20px;
}

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

.paragraphe{
	margin-top: 10px;
	width: 570px;
	float:left;
	padding-bottom: 10px;
}
.picto{
	clear: both;
	margin-right: 5px;
	float:left;
}
.texte{
	margin-top: 10px;
}
h2{
	clear:both;
}
.cb{
	margin-top: 10px;
	width: 180px;
	float:left;
}

p{
	margin-left: 15px;
}
.accroche{
	margin-left: 50px;
}

/* Nom de la structure en violet */
a.nom-str, .nom-str{
	color: #884499;
}
