@charset "utf-8";
/* CSS Document */
#entete {
	height: 200px;
	width: 1200px;
	margin: auto;
}
#subentete {
	height: 30px;
	width: 1200px;
	text-align: left;
	margin: auto;
	padding-top: 2px;
	
}
#menu {
	height: 40px;
	width: 820px;
	background-color: #F60;
	margin: auto;
	border-radius: 15px 15px 0px 0px;
	padding-left: 20px;
}

#Conteneur {
	width: 1200px;
	height: 350px;
	padding: 0px;
	background-image: url(../image/Coucher_de_soleil.jpg);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#subentete table tr td {
	font-weight: bold;
	font-size: larger;
	color: #00F;
}
h1{
	text-align: center;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 36px;
	font-weight: bolder;
	padding:0px;
	margin:0px;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FF0;
	text-align: center;

}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin:auto;
	color: black;
	text-align: left;
}

h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:black;
	text-align: left;
}
.titre {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color:#F60;
	
}
.vert {
	color: #000;
	background-color:#0F0;
	width:550;
	margin:auto;
	border:solid 2px #0F0;
	border-radius:15px;
	box-shadow: 5px 10px 10px #FF0
}
.vert2 {
	color: #000;
	background-color:#0F0;
	width:200;
	margin:auto;
	border:solid 2px #0F0;
	border-radius:15px;
	
}
.orange {
	color: #FFF;
	background-color: #F60;
	width: 550;
	padding: 10px;
	margin: auto;
	border: solid 2px #FFF;
	border-radius: 15px;
	position: relative;
}
.center {
	text-align:center;
}
#conteneur table tr td {
	text-align: center;
	color: white;
	font-size: large;
	font-weight: bold;	
}

#inscriform {
	width:550px;
	float:center;
	border: 6px double;
	border-color: #F60;
	border-radius: 15px 15px 15px 15px;
	margin: auto;
	padding: 10px;
	box-shadow:5px 10px 10px grey;
}

/* unvisited link */ 
a:link { color: #06F;} 
/* visited link */ 
a:visited { color:#F0F;} 
/* mouse over link */ 
a:hover { color: #F60;} 
/* selected link */ 
a:active { color: #F60;}
#page {
	width:1200px;
	margin:auto;
}

#page-gauche {
	float: left;
	width: 320px;
	height:500px;
	backgroung-color: #CFF;
	margin: auto;
	text-align: justify;
	padding: 0px;
	border: 2px solid #F60;
	border-radius: 15px
	
	
}
#page-droite {
	float: right;
	width: 840px;
	height:500px;
	margin-left: 420;
	text-align: justify;
	border: 2px solid #F60;
	border-radius: 15px;
	padding:0px
}

.video {
	text-align: center;
	width:600px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:35px;
	}
	
