body {
	margin: 0px;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;	
	color:white;
	background-image:url(../images/communs/background.gif);
	background-repeat:repeat-x;
	background-color: white;
}
a:link, a:visited {
	text-decoration:none;
	color:#80d1f2;
}
a:hover, a:active {
	text-decoration:none;
	color:white;
	background-color:#004b69;
}

input {
	border:1px dashed #0089c0;	
	color:black;
	height:19px;
	width:140px;
	font-size:10px;
	
}

#main {
	margin:0 auto;
	width:770px;	
	border:1px solid #0089c1;
}
#leftContainer {
	width:592px;
	float:left;
}
#rightContainer {
	width:178px;
	float:left;
	background-image:url(../images/communs/background-rightcontent.jpg);
	background-repeat:no-repeat;
	background-color:#cfe0e1;
}

#newsletter {
	margin:7px 0 0 7px;
	background-color:#004b69;
	width:158px;
	height:158px;
	text-align:center;
	padding:3px;
}

#newsletter form {
	padding:0;
	margin:0;
}

#tete {
	width:188px;
	height:141px;
	float:left;
}
#menu {
	width:404px;
	height:141px;
	float:left;
}

#menu ul {
	list-style:none;
	margin:0;
	padding:0;
}

#menu ul li {	
	float:left;	
}

#corpsStage {
	width:188px;
	float:left;
}
#texte {
	width:304px;
	height:578px;
	padding:0 0 0 100px;
	float:left;
	background-color:#0089c1;
	background-image:url(../images/communs/corps-stage.jpg);
	background-repeat:no-repeat;
}

#texte h1, #texte h2 {
	width:297px;
	height:15px;
	text-transform:uppercase;
	background-image:url(../images/communs/background-titre.jpg);
	background-repeat:no-repeat;
	padding:2px 0 0 7px;
	font-size:11px;
	margin:0;
}

#bas-de-page {
	width:740px;
	height:30px;
	background-color:#004b69;
	padding:8px 15px 5px 15px;
	margin-top:6px;	
}

#bas-de-page ul {
	list-style:none;
	margin:0;
	padding:0;	
}

#bas-de-page ul li {	
	float:right;	
	margin-left:5px;
}

#bas-de-page a:link, #bas-de-page a:visited {
	color:white;
}
