@import url(global.css);

/* TITRE */

h1 {
	font-size: 2.2em;
	color: #f49500;
	font-weight: normal;
	margin: 10px 0 0 0;
}

h2 {
	font-size: 1.3em;
	color: #c35429;
	font-weight: bold;
}

/* MAIN-AREA */

/* BLOCS */

.ma-bloc {
	float: left;
	width: 640px;
	padding: 0 0 10px 10px;
	clear: both;
}

.image-bloc{
	float: right;
	width: 240px;
	padding: 0 0 0 10px;
	color: #c35429;
	font-size: 0.9em;
	clear: both;
}

.image-bloc a img{
	clear: both;
	padding: 0 0 3px 0;
}

.image-bloc a span{
	float: left;
	display: block;
	padding: 0 0 0 17px;
	background-image:url(../img/global/btn_zoom.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
}

.ma-part {
	float: left;
	width: 640px;
	padding: 0 0 10px 10px;
	clear: both;
}

.image-vignette{
	float: right;
	width: 240px;
	padding: 0 0 0 10px;
	color: #c35429;
	font-size: 0.9em;
}

.paragraph a{
	color: #000;
}

.chapo {
	padding: 10px 0 0 0;
}


.paragraph a:hover{
	color: #000;
	text-decoration: none;
}

.paragraph h2 a{
	color: #c35429;
}

.paragraph h2 a:hover{
	color: #c35429;
}

.paragraph a span{
	color: #c35429;
}

.paragraph a:hover span{
	color: #c35429;
	text-decoration: underline;
}

.niv1{
	list-style: none;
	font-size: 15px;
	font-weight: 800;
}

.niv2{
	list-style: none;
	font-size: 12px;
	font-weight: 600;	
}

.niv3{
	list-style: none;
	font-size: 10px;
}

