#page {
	margin: 10px auto 0;
	width: 990px;
	background: #fff;
}

h1#entete {
	margin: 0;
	height: 151px;
	overflow: hidden;
}

#contenu {
	background: url(/css/img/pre_home/fnd_contenu.png) repeat-x top left !important;
	border-left: 1px solid #0085c5;
	border-right: 1px solid #0085c5;
}
#contenu .content {
	padding: 0 50px 0;
	background: url(/css/img/pre_home/fnd_ville.png) no-repeat bottom center;
}
#contenu .content #connexion {
	position: relative;
	top: -10px;
	float: right;
}

#ligne {
	border-left: 1px solid #0085c5;
	border-right: 1px solid #0085c5;
	background: #d9edf6 url(/css/img/pre_home/tiret_vert.png) repeat-x center;
	padding: 5px 0;
}

#bottom {
	background: url(/css/img/pre_home/fnd_footer.png) repeat-y top left;
}
#bottom .content{
	padding: 10px 50px;
	background: url(/css/img/pre_home/fnd_footer_bottom.png) no-repeat bottom left;
	overflow: auto;
	zoom: 1;
	vertical-align: bottom;
}

#bottom span.lien{
	margin: 20px 0 0 0;
	display: block;
	float: left;
	padding: 0 0 0 12px;
	font-weight: bold;
	color: #595959;
}
#bottom span.lien a{
	display: block;
	float: left;
	padding: 0 10px 0 0;
}
#bottom span.lien_droite {
	float: right;
	text-align: right;
}
#bottom span.lien_droite a {
	text-decoration: none;
	padding: 0 0 0 10px;
}

.pusher {
	clear: both;
	margin: 0;
	padding: 0;
	visibility: hidden;
}

/* on surclasse le style des boites*/
.boite_verte_top  {
	background:url("/css/img/boites/top_blanc.png");
}
.boite_verte_middle {
	background:url("/css/img/boites/middle_blanc.png");
	font-size: 0.9em;
}
.boite_verte_bottom  {
	background:url("/css/img/boites/bottom_blanc.png");
}
.boite h3,
.boite div.important p.non_inscrit strong,
.boite form a, .boite form .error-message {
	color: #00457e;
}
#messages_flash {
	margin:0;
}

.introduction {
	padding: 0 250px 0 50px;
}
.introduction .titre {
	color: #000000;
	font-size: 3em;
	font-weight: bold;
	padding: 40px 0 5px;
}
.introduction .titre p {
	margin: 0;
}
.introduction .sous_titre {
	color: #7F1718;
	font-size: 2em;
	font-weight: bold;
	padding: 0 0 20px 0;
}
.introduction .sous_titre p {
	margin: 0;
}
.introduction .sous_sous_titre {
	color: #008fcc;
	font-size: 1.5em;
	font-weight: bold;
	padding: 0 0 0 0;
}
.introduction .sous_sous_titre p {
	margin: 0;
}
.introduction .note {
	color: #666666;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0 100px 10px 0;
	line-height: 1.6em
}
.introduction .note p {
	margin: 5px 0;
}