#body {
	margin:0px;
	padding:0px;
	background-color: #FEBD00;
	text-align:center;
	font-family: Arial, Verdana,  Helvetica, sans-serif;
	color:#000000;
	font-size:12pt;
}
#body a {
	text-decoration:underline;
	color:#1794B3;
}
#body a:hover {
	text-decoration:none;
	color:#1CB2D8;
}
#body h1, #body h2, #body h3, #body h4, #body h5, #body h6, #body h7 {
	font-size:1em;
	font-weight:normal;
	padding:0;
	margin:0;
}
#body ul, #body li {
	margin:0;
	padding:0;
	list-style:none;
}
.invisibleText {
	font-size:0px;
	line-height:0px;
}

/*** Les phrases automatiques pour ouvrir dans une nouvelle fenetre et se désinscrire dans la newsletter ***/
#body #openInBrowser {
	margin-top:0.5em;
	color:#FFFFFF;
	font-size:8pt;
	margin-bottom:0.5em;
}
#body #unsubscribe {
	margin-top:0.5em;
	color:#FFFFFF;
	font-size:8pt;
	margin-bottom:0.5em;
}



/*** Conteneur ****/
#body #conteneur {
	width:600px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	background:#FFFFFF;
	padding-bottom:1em;
}


/*** Header ***/
#body #header {
	overflow:hidden;
	height:86px;
}
#body #header h1 {
	display:block;
	position:absolute;
}
#body #header h1 a {
	display:block;
	width:168px;
	height:86px;
	background-position: top left;
	background-repeat:no-repeat;
}
#body #header .entete {
	float:right;
	color: #199DBF;
	font-size:8pt;
	font-weight:bold;
	padding-top:25px;
	padding-right:15px;
}

/*** Titre principal ***/
#body h2 {
	background:url("fond.gif") top left no-repeat;
	height:130px;
	width:600px;
}
#body h2 .texte {
	font-size: 16px;
	color:white;
	font-weight:bold;
	font-size:12pt;
	margin-left:30px;
	margin-right:30px;
	padding-top:35px;
	line-height:1.5em;
}

/*** Chapeau **/
#body .chapeau {
	color: #1794B3;
	display:block;
	margin-bottom:15px;	
	font-weight:bold;
	width:550px;
	text-align:justify;
	margin-left:25px;
	font-size:10pt;
	font-style:italic;
}

/*** texte principal ***/
#body #textePrincipal {
	width:550px;
	margin-left:25px;
	font-size:9pt;
}
/***** Paragraphe ******/
#body .paragraphe {
	margin-bottom:1.5em;
	text-align:justify;
}
#body .paragraphe h3 {
	background:url("fleche.gif") top left no-repeat;
	padding-left:25px;
	min-height:20px;
	font-weight:bold;
	color: #1794B3;
	margin-bottom:0.5em;
}

#body .paragrapheAvecImage {
	margin-bottom:1.5em;
	text-align:justify;
	overflow:hidden;
	height:1%;
}
#body .paragrapheAvecImage h3 {
	background:url("fleche.gif") top left no-repeat;
	padding-left:25px;
	min-height:20px;
	font-weight:bold;
	color: #1794B3;
	margin-bottom:0.5em;
}
#body .paragrapheAvecImage .texte {
	float:left;
	display:inline;
	width:450px;
	margin-right:10px;
}
#body .paragrapheAvecImage .image {
	float:left;
	display:inline;
	width:90px;
	text-align:center;
}

/***** Les séjours *********/
#body .sejours {
	overflow:hidden;
}
#body .sejours h3 {
	text-align:center;
	font-weight:bold;
	color:black;
	border-bottom:1px dotted #1794B3;
	padding-bottom:10px;
	margin-bottom:1em;
}
#body .sejours .liste {
}
#body .sejours .liste .sejour {
	margin-bottom:1em;
	overflow:hidden;
	padding-bottom:1em;
	border-bottom:1px dotted #1794B3;
}
#body .sejours .liste .sejourNoSeparation {
	border-bottom:none;
	margin-bottom:0px;
}
#body .sejours .liste .sejour .texte {
	float:left;
	display:inline;
	width:370px;
	text-align:justify;
	height:1%;
	overflow:visible;
}
#body .sejours .liste .sejour .texte h4 {
	font-weight:bold;
	margin-bottom:0.5em;
}
#body .sejours .liste .sejour .image {
	float:left;
	display:inline;
	width:180px;
	text-align:center;
	font-size:8pt;
}


/******* Téléchargements ********/
#body .telechargements {
	width:430px;
	margin-left:60px;
	text-align:center;
	margin-bottom:1em;
}
#body .telechargements .cpdp {
	margin-top:1em;
	font-weight:bold;
}
/***** Logo *********/
#body .logo {
	text-align:center;
	font-weight:bold;
	margin-bottom:1em;
}
/******* A propos ********/
#body .aPropos {
	margin-bottom:1em;
	text-align:justify;
}
#body .aPropos h3 {
	display:block;
	background:url("fleche.gif") top left no-repeat;
	padding-left:25px;
	min-height:20px;
	font-weight:bold;
	color: #1794B3;
	margin-bottom:0.5em;
}

/***** Contacts ****/
#body .contacts {
	overflow:hidden;
	padding-bottom:0.5em;
	border:1px solid #1794B3;
}
#body .contacts .contact {
	float:left;
	display:inline;
	width:260px;
	margin:5px;
}
#body .contacts .contact h3 {
	font-weight:bold;
}





