/*

		- Présentation générale
		- Présentation Bandeau haut
		- Présentation Menu
		- Présentation Contenu
		- Présentation Footer
		- Présentation formulaire


*/
/*  Présentation générale  */
body {
	background: url(/styles/img/global/bg_body.gif) repeat;
	font-family: Arial;
	font-size: 12px;
	color: #00A8B0;
	margin: 10px 0 0 0;
	text-align: justify;
}
#container {
	width: 754px;
	float: left;
	background: url(/styles/img/global/bg_container.gif) repeat-y;
}

/*  Présentation Bandeau haut  */
#header {
	width: 754px;
	height: 201px;
}
#header #logo {
	background: url(/styles/img/global/top_evasion.gif) no-repeat;
	width: 293px;
	height: 201px;
	display: block;
	float: left;
}
#header #photo {
	background: url(/styles/img/global/top_kiosque.jpg) no-repeat;
	width: 461px;
	height: 201px;
	display: block;
	float: right;
}

/* Présentation Menu  */
#menu {
	width: 754px;
	height: 43px;
	font-size: 10px;
	background: url(/styles/img/global/bg_menu.gif) no-repeat;
	margin: 0;
	padding: 0;
}
#menu a {
	background: url(/styles/img/global/bg_btMenu.gif) no-repeat;
	width: 106px;
	height: 16px;
	padding: 27px 0 0 0;
	margin-right: 1px;
	display: block;
	float: left;
	text-align: center;
	color: #B37B27;
	text-decoration: none;
}
#menu a:hover {
	background-position: bottom;
}
/*  Présentation contenus  */

#contents {
	background: url(/styles/img/global/bg_contents.gif) no-repeat;
	padding: 45px 0 0 80px;
	height: 230px;
}
#contents h1 {
	color: #37A9FF;
	font-size: 15px;
	width: 655px;
	border-bottom: 1px solid #9BD4E6;
}
#contents p {
	width: 420px;
	float: left;
}
#contents a {
	color: #37A9FF;
	font-weight: bold;
	text-decoration: none;
}
#contents p.all {
	width: 655px;
	float: left;
}
#contents .picture {
	display: block;
	float: left;
	width: 120px;
	text-align: center;
	margin: 0 0 10px 0;
}
#contents .pix {
	float: right;
	margin: 5px 10px 10px 10px;
	clear: both;
	display: block;
}
#contents .pix02 {
	float: right;
	margin: 0 10px 10px 10px;
	width: auto;
	clear: right;
	display: block;
}
#contents .pix03 {
	float: left;
	margin: -80px 0 0 0;
	width: auto;
	display: block;
}
#contents .pix04 {
	float: right;
	margin: -40px 0 0 0;
	width: auto;
	display: block;
}
#contents ul {
	clear: left;
}
#contents .btPlus {
	width: 98px;
	height: 16px;
	background: url(/styles/img/global/bt_savoirPlus.gif) no-repeat;
	display: block;
	clear: left;
	float: right;
}
#contents .btPlus:hover {
	background-position: bottom; 
}

/*  Présentation Footer  */
#footer {
	background: url(/styles/img/global/bg_footer.gif) no-repeat;
	clear: both;
	height: 40px;
	font-size: 9px;
	text-align: center;
	padding-top: 5px;
	color: #73C3FF;
}
#footer a {
	color: #73C3FF;
}

/*  Présentation formulaire  */
form {
	clear: left;
	width: 655px;
	border: 0px;
	height: 200px;
}
fieldset {
	border: 0px;
}
fieldset div {
	clear: left;
	height: 50px;
	margin: 0 auto;
}
fieldset #formButton {
	clear: left;
	margin-left: 150px;
}
fieldset #formButton input {
	float: left;
	background-color: #A9C8E1;
	font-weight: bold;
	margin: 5px 5px 5px 0;
}
label {
	width: 60px;
	display: block;
	float: left;
	clear: left;
	text-align: right;
	font-weight: bold;
	margin: 0 10px 0 0;
	color: #2776B3;
}
input, textarea {
	float: left;
	color: #2776B3;
	font-size: 11px;
	border: 1px solid #2776B3;
	padding: 2px;
	margin: 1px;
}
hr {
	clear: both;
	width: 600px;
	border: 1px dashed #9BD4E6;
}

img {
	border: 0;
}
