body {
	background-image: url(images/fond.jpg);
	background-repeat: repeat-x;
	background-color: #212121;
	
}
.titre {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #861519;
	font-weight: bold;
}
.titre_salle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2D2D2D;
}
.txt_centre {
	overflow: auto;
	height: 350px;
	width: 340px;
	padding-right: 10px;
}



.contenu {
	height: auto;
	width: 1004px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}

.contenu_centre {
	height: auto;
	width: 1004px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2d2d2d;
}

.contenu_centre_evenement {
	height: 570px;
	width: 1004px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2d2d2d;
}

a{
	text-decoration: none;
	color:#2d2d2d;
}

.menu {
	height: 81px;
	width: 1004px;
}


.col_gche {
	height: auto;
	width: 450px;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #e5ddd6;
}
.bandeau_def {
	float: left;
	width: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #C98C17;
	font-size: 18px;
	margin-top: 70px;
	margin-left: 10px;
}

.col_video {
	float: right;
	height: auto;
	width: 238px;
	background-image: url(images/motif_visite.png);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #c00f15;
	background-position: left bottom;
	margin-top: 20px;
}

.col_drte {
	float: right;
	height: auto;
	width: 238px;
	background-image: url(images/motif_visite.png);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #c00f15;
	background-position: left bottom;
	margin-top: 20px;
}


.bandeau_haut {
	height: 93px;
	width: 1004px;
}
.bandeau_bas {
	height: auto;
	width: 1004px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.trait {
	height: 50px;
	width: 100%;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666666;
}



.picto_son {
	float: left;
	height: auto;
	width: auto;
	clear: left;
}
.visite {
	float: right;
	height: auto;
	width: auto;
}
.photo {
	border: 1px solid #666666;
}
.contenu_accueil {
	height: auto;
	width: 1004px;
}
.bloc1 {
	float: left;
	height: 301px;
	width: 331px;
	background-image: url(images/bloc1.png);
	background-repeat: no-repeat;
}
.bloc2 {
	float: left;
	height: 302px;
	width: 331px;
	background-image: url(images/bloc2.png);
	background-repeat: no-repeat;
}
.bloc3 {
	float: left;
	height: 302px;
	width: 331px;
	background-image: url(images/bloc3.png);
	background-repeat: no-repeat;
}
.bloc4 {
	float: left;
	height: 302px;
	width: 331px;
	background-image: url(images/bloc4.png);
	background-repeat: no-repeat;
}
.bloc5 {
	float: left;
	height: 302px;
	width: 331px;
	background-image: url(images/bloc5.png);
	background-repeat: no-repeat;
}
.bloc6 {
	float: left;
	height: 302px;
	width: 331px;
	background-image: url(images/bloc6.png);
	background-repeat: no-repeat;
}
.news {
	float: left;
	height: auto;
	width: 200px;
	margin-top: 20px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #861519;
}

#evenement_image{
position:relative;
float:left;
margin : 20px;

}

#evenement_texte{
float:left;
}

.spacer{
	clear: both;

}

/*css pour le message d'erreur lors d'une validattion de formulaire*/

.info, .success, .warning, .error, .validation {
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
text-align : left;
}


.validation {
color: #D63301;
background-color: #FFCCBA;
background-image: url('./images/validation.png');
}
.souligne {
	text-decoration : underline;
}
