@charset "utf-8";
/* CSS Document */
html, body{
	height:100%;
}
body, td, th, form {
	font-family: Verdana, Geneva, sans-serif;
	color: #555555;
	margin:0px;
	font-size:13px;
}
p{
	text-align:justify;
	margin:0 10px 5px 0px;
}
ul{
	list-style-position:outside;
	list-style-image:url(../images/bullet.gif);
}
ul li{
	padding-right:10px;
}
form{
	margin:0px;
}

/* Liens */
a:link,a:visited{
	color: #00247d;
	text-decoration:underline;
	font-size:13px;
}
a:hover{
	color: #00247d;
	text-decoration:none;
	font-size:13px;
}
a:active{
	color: #00247d;
	text-decoration:underline;
	font-size:13px;
}

/* */
#template{
	width:1000px;
	background-image:url(../images/template-bg.jpg);
	background-repeat:no-repeat;
	background-position:0px 196px;
}
#template #header-holder #header{
	height:196px;
}
#content{
	margin:30px;
}
#content .titre-page{
	width:500px;
	height:60px;
}
strong.blue{
	color:#5984c3;
}
strong.orange{
	color:#f38e1e;
}
.border-orange{
	border:#f38e1e 1px solid;
}
#mongolfiere{
	width:150px;
	height:170px;
	margin:0 auto;
}
.texte-16px{
	font-size:16px;
}