@charset "UTF-8";
/* CSS Document */

html {
	font-size: 100%; /* Évite un bug d'IE 6-7. (1) */
	color: #999999; 

}
body {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	margin: 0;
	background-color: #F8F7F1;
}
#enveloppe {
	width: 1060px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding: 0px 20px;
	border-right: 1px solid #e3e2ee;
	border-left: 1px solid #e3e2ee;
}

#entete {
	width: 1060px;
	height: 20px;
	background: url(../medias/entete_back_f.png);
	float: left;
}
#bandeau {
	width: 1060px;
	height: 80px;
	float: left;
}
#signature {
	width: 1060px;
	background: url(../medias/signature_back_f.jpg) no-repeat;
	margin-bottom: 30px;
	float: left;
}
.evenement_spacer {
	width: 20px;
	float: left;
	height: 400px;
}
.evenement {
	width: 440px;
	float: left;
	padding-top: 280px;
}
#contenue {
	width: 1060px;
	float: left;
}
#bas {
	width: 1060px;
	height: 30px;
	float: left;
	margin-bottom: 30px;
}
.items_sous_titre {
	width: 440px;
	float: left;
	margin: 10px 20px 10px 620px;
}

.items_sous_titre_back {
	width: 440px;
	float: left;
	padding: 10px 20px 10px 620px;
	background-image: url(../medias/sous-titre_back.jpg);
	background-repeat: no-repeat;
}

.items {
	width: 1060px;
	float: left;
	margin-bottom: 30px;
}
.items_image_full {
	width: 1060px;
	float: left;
	margin-bottom: 20px;
}
.images {
	width: 600px;
	float: left;
}
.info {
	width: 440px;
	float: right;
}
.info_left {
	width: 440px;
	float: left;
}

.info_1_1 {
	width: 210px;
	float: left;
	margin-left: 400px;
}

.info_1_2 {
	width: 210px;
	float: left;
	margin-left: 20px;
}
.info_2_2 {
	width: 210px;
	float: right;
}

/*----TEXTE----*/
p {
	font-family: Verdana, sans-serif;
	font-weight: lighter;
	font-size: 11px;
	line-height: 14px;
	margin-top: 0px;
	margin-bottom: 5px;
}

h1 {
	font-size:30px;
	color: #66CCFF;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 5px;
}
h2 {
	font-size:20px;
	color: #99CC00;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 0px;
	line-height: 20px;
}

h3 {
	font-size:28px;
	color: #714E59;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}
h4 {
	font-size:20px;
	color: #714E59;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}
h5 {
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
	margin-top: 0px;
	margin-bottom: 5px;
}
.entete_tx_gauche {
	font: 9px Verdana, sans-serif;
	color: 714e59;
	float: left;
	margin-top: 6px;
}
.entete_tx_droite {
	font: 9px Verdana, sans-serif;
	color: 714e59;
	float: right;
	margin-top: 6px;
}
.notes {
	font: 9px Verdana, sans-serif;
	color: #714e59;
	float: left;
	margin-top: 0px;
}

.vignette {
	font: 9px Verdana, sans-serif;
	color: #714e59;
	float: left;
	margin-top: 3px;
}


/*---- LINK -----*/
a:link {
	color: #DF7F18;
	text-decoration: none;
}
a:hover {
	color: #DF7F18;
	text-decoration: none;
}
a:active {
	color: #DF7F18;
	text-decoration: none;
}
a:visited {
	color: #DF7F18;
	text-decoration: none;
}
