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

/*bloc intro*/
#contenu{
	float:left;
	width: 600px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 50px;
	min-height: 700px;
}

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


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

#tr_vertical{
	background-color: #864598;
}

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

p{
	margin-left: 15px;
}

#bottom{
	clear: both;
	height: 1px;
}

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



