@charset "utf-8";
/* CSS Document */

body 
{
	background-color: #f0f0f0;
}

#contenaire 
{
	width:992px;
	height:1520px;
	background-image:url(../images/bgrd_contenaire.jpg);
	background-repeat:repeat-y;
	margin-left: auto;
	margin-right: auto;
}

#bas_contenaire 
{
	width:992px;
	height:19px;
	float: left;
}

#header {
	width:980px;
	height:200px;
	background-image: url(../images/bgrd_header.jpg);
	margin-left: auto;
	margin-right: auto;
}

#flash_header {
	width:651px;
	height:200px;
	float: left;
}

#logo {
	width:329px;
	height:200px;
	background-image: url(../images/bgrd_header.jpg);
	float: left;
}

#nav {
	width:964px;
	height:41px;
	margin-left: 14px;
}

#nav ul {
	padding:0;
	margin:0;

}

#nav li {
	display:inline;/*alignement horizontal */
	list-style:none;
	float:left;
 
}

#bloc_contenu 
{
	width:964px;
	background-color: #f0f0f0;
	margin: 20px 0 0 12px;
	border: #cecece 1px solid;
	height: 1250px;
}

#contenu1
{
	width:964px;
	height:1200px;
}

#infos_contenu1
{
	width:800px;
	height: auto;
	padding: 10px 20px 10px 20px;
}

#contenu_docsutiles1
{
	width:800px;
	height:150px;
	float: left;
	padding: 10px;
	margin-left: 70px;
	margin-bottom: 15px;
	margin-top: 15px;
	background-color: #FFF;
}

#contenu_docsutiles2
{
	width:800px;
	height:250px;
	float: left;
	padding: 10px;
	margin-left: 70px;
	margin-bottom: 15px;
	margin-top: 15px;
	background-color: #FFF;
}

.liste
{
	list-style-position: inside;
	list-style-type: square;
}

#bloc_liens
{
	width:625px;
	float: left;
	line-height: 12pt;
	

}

#tarifs1
{
	width:200px;
	float: left;
	margin-top: 10px;
}

#tarifs2
{
	width:200px;
	float: left;
	margin-top: 10px;

}

#bloc_picto
{
	width:153px;
	height:153px;
	float: left;

}

#contenu_chaines
{
	width:964px;
	height:1200px;
}

#bloc_contenu_evenement1
{
	width:800px;
	height:auto;
	float: left;
	text-align: center;
	margin: 30px 0 0 80px;
	background-color: #666666;
	border: 1px solid #999;
	-moz-box-shadow:1px 1px 5px #999;
	padding-bottom: 10px;
}

.img_evenement
{
	width:100px;
	height:auto;
	float: left;
	background-image: url(../images/evenements/bgrd_titre.jpg);
	background-repeat: repeat-x;
}

.txt_evenement
{
	width:640px;
	height:40px;
	float: left;
	text-align: left;
	padding: 35px 35px 25px 25px;
	background-image: url(../images/evenements/bgrd_titre.jpg);
	background-repeat: repeat-x;
}

.diapo
{
	width:800px;
	height:auto;
	float: left;
	margin-bottom: 10px;
}

#contenu2
{
	width:964px;
	height:400px;
}

#titre
{
	width:964px;
	height:42px;
}

a:link {
	color: #696969;
	text-decoration: none;
	outline: none;
}
a:active {
	color: #696969;
	outline: none;
}
a:visited {
	color: #696969;
	text-decoration: none;
}
a:hover {
	color: #333333
	outline: none;
	color: #333;
}

.h1
{
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #0f438c;
}

.h2 {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}
.h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}

.txt_footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #696969;
}

#footer
{
	width:994px;
	height:200px;
	margin: auto;
	padding-top: 30px;
	float: left;
}

