@charset "utf-8";
/* CSS Document */

/*--- Définition des éléments Basiques-----------------------------------------------------------------*/
html {
	height:100%;  
	padding:0px;  
	margin:0px; 
	}
body {
	width: 100%;
	height:100%;
	padding:0px;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	color:#3a0d00;
	/* Couleur été  background-color: #3a0d00; */
	background-color: #01c2f3;
	font-size: 13px;
	font-style: normal;
}
#conteneur { /* Conteneur principal */
	position: absolute;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}
.content { /* contenu principal*/
	width: 960px;	
	text-align: left;

}
#header {
	width: 960px;	
	text-align: center;
	margin-top: 5px;
	
}
.left {
	background-image: url(images/background_left.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.right {
	background-image: url(images/background_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.blue {
	/* Couleur été color: #00c2f2;*/
	color:#551c0c;
	}
a img {	/* Supression contour sur images avec un lien */
	border : none; 
}
a {	/* Liens texte */
	text-decoration: none;
	/* Couleur été  color:#f47621; */
	color:#551c0c;
	font-size: 12px;
}
a:hover {
	text-decoration: underline;
}
#cadre {
	width:960px;
	float:left;
	}
#bloc_haut {
	width:280px;
	height:250px;
	margin-left:30px;
	margin-top:10px;
	margin-bottom:10px;
	float:left;
	/*--------- pour ie6------------- */	
	-margin-top:0px;
	-margin-bottom:0px;
	}
#bloc_bas {
	width:280px;
	height:400px;
	margin-left:30px;
	margin-top:10px;
	margin-bottom:10px;
	float:left;
	/*--------- pour ie6------------- */	
	-margin-top:0px;
	-margin-bottom:0px;
	}
#contenu_bloc {
	background-image: url(images/background_contenu_bloc.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding:10px;
	height:150px;
/*--------- pour ie6------------- */	
	-height:100px;
	-margin-top:0px;
	-margin-bottom:0px;
	}
#contenu_bloc_promo {
	background-image: url(images/background_contenu_bloc.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding:5px;
	}
#centre {
	text-align:center;
	
	}
ul {
	padding-left:12px;
	}
li {
	list-style-type: none;
	list-style-image: url(images/fleche_bleu.gif);
	padding-bottom:5px;
	}
#contact {
		float:left;
	width:260px;
		}
#photo {
	float:left;
		}
.photo {
	float:left;
	margin-right:2px;
		}
#coordonnes {
	padding-top:10px;
	}
#footer {
	float:left;
	width:950px;
	text-align:center;
}
#resa {
	margin-bottom:20px;
	float:left;
	width:475px;
	text-align:center;
}

#groupes {
	margin-bottom:20px;
	float:left;
	width:475px;
	text-align:center;
}
#titre_video {
	text-align:center;
	float:left;
	width:480px;
	}

#video {
	text-align:center;
	float:left;
	width:480px;
	}
#container {
	width:900px;
	margin-left:30px;
	margin-top:10px;
	}
