/* redefinition de quelques elements de base */

A {
	font-weight: bold;
	color: #0F056B;
	text-decoration: none;
	/*border-bottom: 1px dashed #4D4D4D;*/
}


A:hover {
	text-decoration: underline;
}


P {
	margin: 4px 4px 10px 4px;
	padding: 0px;
	text-align: inherit;
	font-size: 10pt;
}

h1, .titre {
	margin: 15px 0px 15px 0px;
	text-align: left;
	color: #FF9A5E;
	font-size: 18pt;
	font-family: Verdana;
	letter-spacing: -2px;
	padding: 4px 0px 0px 35px;
}

.accroche {
	background: #0F0568;
	color: white;
	padding: 10px 12px;
	margin: 0px;
	font-weight: bold;
	-moz-border-radius: 0px 0px 15px 0px;
}

.accroche A {
	color: #D8EEF6;
}

h2, .sousTitre {
	margin: 17px 0px 10px 0px;
	padding: 0px;
	font-size: 12pt;
	color: #FF6300;
	font-weight : bold;
	height: 17px;
	border-bottom: 1px solid #FFB98E;
}

h3, .sousSousTitre {
	margin: 14px 0px 8px 0px;
	padding: 0px;
	font-size: 10pt;
	color: #FF6300;
	font-weight : bold;
}


h4, .important {
	margin: -5px 0px 5px 0px;
	padding: 10px 10px 10px 10px;
	font-size: 10pt;
	color: #0F056B;
	/* -moz-border-radius: 0px 0px 20px 0px;*/
	text-align: left;
	
	/*border: 1px solid #B91E2B FFFCF0;*/
	/*font-variant: small-caps;*/
}


h5, .note {
	margin: 0px;
	padding: 0px;
	font-size: 8pt;
	font-weight: normal;
}

h6, .legende {
	margin: -5px 10px 10px 8px;
	padding: 0px;
	font-size: 8pt;
	color: #505050;
}

.color {
	font-weight: bold;
	color: #FF6300;
}

UL {
	text-align: left;
	font-size: 10pt;
	list-style: circle;
	margin: 5px 2px 10px 25px;
	padding: 0px;
}

LI {
	padding: 2px 0px 2px 0px;
}

.encadre {
	border-top: 1px solid #FFB98E;
	border-left: 1px solid #FFB98E;
	border-bottom: 2px solid #FF6300;
	border-right: 2px solid #FF6300;
	padding: 0px;
	margin: 10px 5px 10px 5px;
	color: #404040;
	font-weight: bold;
	-moz-border-radius: 0px 0px 57px 0px;
	text-align: left;
}

.encadre H2 {
	font-size: 11pt;
	border: 0px;
	padding: 3px 6px 3px 6px;
	margin: 0px;
	background: #FFB98E;
	color: white;
}

.encadre P {
	padding: 3px 8px 3px 8px;
}

.encadre2 {
	background: #FFF8F4;
	padding: 3px 9px 5px 9px;
	border-left: 1px solid #FFB98E;
	border-right: 1px solid #FFB98E;
	margin: 0px 5px 0px 5px;
}

.encadre2 H2 {
	border: 0px;
	margin-top: 3px;
	text-align: right;
}

.photoLegende {
	padding: 6px 8px 6px 8px;
	border-top: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
	border-right: 1px solid #B1B1B1;
	border-bottom: 1px solid #B1B1B1;
	margin: 0px 6px 8px 6px;
	font-weight: bold;
	text-align: center;
	color: #404040;
	background-color: white;
}

UL.listeVignette {
	list-style: none;
	margin: 10px 0px 10px 5px;
}

UL.listeVignette LI {
	width: 180px;
	height: 230px;
	max-width: 175px;
	float: left;
}

UL.listeVignette LI P {
	vertical-align: bottom;
}

UL.listeVignette LI:hover {
	background: #FFFCF0;
}


UL.listePhotos {
	list-style: none;
	margin: 10px 0px 10px 5px;
}

UL.listePhotos LI {
	width: 184px;
	float: left;
}

UL.listePhotos LI P {
	vertical-align: bottom;
}

UL.listePhotos LI:hover {
	background: #FFFCF0;
}

.small {
	font-size: 9pt;
	font-weight: normal;
}
