/* CSS Document */
html,body
{
	/* Positionnement de l'ossature */
	margin-top:0px;
	/* Couleur de fond du site */
	background-color:#8cb8de;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
	/* Pour la police & le texte*/
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#666666;
	text-align:justify;
	padding-bottom:0;
}
.container
{
	margin-left:auto;
	margin-right:auto;
	width:790px;
	min-height:100%;
}
.bandeau1
{
	margin-left:auto;
	margin-right:auto;
	padding-top:0px;
	width:790px;
	height:110px;
	background-image:url(images/degrade_haut.jpg);
	background-repeat:repeat-x;
}
.logo
{
	float:left;
	margin-left:10px;
	margin-top:10px;
	width:110px;
	height:80px;
	background-repeat:no-repeat;
	background-position:center;
}
.menu_haut
{
	width:450px;
	height:25px;
	margin-top:86px;
	margin-right:2px;
	float:right;
	z-index:3;
	text-align:right;
}
.bandeau2
{
	margin-left:auto;
	margin-right:auto;
	padding-top:0px;
	width:790px;
	height:207px;
	background-image:url(bannieres/ban1_hiver.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
.titre1
{
	width:250px;
	height:35px;
	margin-right:14px;
	margin-bottom:14px;
	color:#FFFFFF;
	font-size:30px;
	font-family:"Trebuchet MS";
	text-align:center;
}
.titre2
{
	width:250px;
	height:35px;
	margin-right:15px;
	margin-bottom:15px;
	color:#006699;
	font-size:30px;
	font-family:"Trebuchet MS";
	text-align:center;
}
.menu_principal
{
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	width:790px;
	height:50px;
	background-color:#FFFFFF;
}
.lien_menu
{
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	width:790px;
	height:9px;
	background-color:#FFFFFF;
	background-image:url(images/bg_galerie_haut.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
.body
{
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	width:790px;
	min-height:550px;
	height:100%;
}
.contenu
{
	width:560px;
	min-height:550px;
	height:100%;
	padding:10px;
	float:left;
}
.droite
{
	margin-top:15px;
	margin-right:0px;
	width:195px;
	height:460px;
	float:right;
}
.lien_photo
{
    border:3px solid #eee;
}
.lien_photo:hover
{
    border:3px solid #FFFFCC;
}
.photos_droite
{
	float:left;
	border:3px solid #eeeeee;
}
.footer
{
	width:560px;
	height:20px;/*
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	background-position:center;*/
	text-align:center;
	border-top:1px solid #333333;
	color:#333333;
	float:left;
	margin-top:15px;
}
h1
{
	font-size:2em;
}
.video
{
	border:1px solid #006699;
	width:280px;
	height:170px;
}
.mini
{
	width:125px;
	height:80px;
	float:left;
	margin-left:12px;
	margin-top:12px;
}
.mini2
{
	width:125px;
	height:384px;
	float:left;
	margin-left:12px;
	margin-top:5px;
}
.minilien
{
	border:1px solid #006699;
	width:125px;
	height:80px;
}
.minilien:hover
{
	border:1px solid #FF9900;
	width:125px;
	height:80px;
}
.photo_webcam
{
	border:8px solid #D5ECFF;
}