/* Caractéristiques générales communes à toutes les pages ----- */
* {
	margin: 0;
	padding: 0;
	border: 0;
}
.gras {
	font-weight: bold;
}
.italique {
	font-style: italic;
}
.souligne {
	text-decoration: underline;
}
.tpetit {
	font-size: 70%;
}
.petit {
	font-size: 80%;
}
.grand {
	font-size: 120%;
}
.tgrand {
	font-size: 140%;
}
.textcenter {
	text-align: center;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.left {
	float: left;
}
.right {
	float: right;
}
.both {
	clear: both;
}
.none {
	display: none;
}
.blanc {
	color: #FFF;
}
.noir {
	color: #000;
}
.gris {
	color: #ddd;
}
/* ---------- Balises ---------- */
body {
	background-color: #ffffff;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	text-align: center;
	margin-bottom: 10px;
/* ---------- Scrolbarre ---------- */
	scrollbar-face-color: #e5e8ef;
/*nuances droite + foncé */
	scrollbar-shadow-color: #d7dae0;
	scrollbar-darkshadow-color: #bcbec4;
/*nuances gauche + clair */
	scrollbar-3dlight-color: #eef1f8;
	scrollbar-highlight-color: #f5f8ff;
/*sous la barre*/
	scrollbar-track-color: transparent;
/*fleche*/
	scrollbar-arrow-color: #fff;
}
#centrage {
	background-color: #FFF;
	color: #000;
	width: 960px;
	margin: 0 auto;
	display: table;
	text-align: left;
	position: relative;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
h1 {
	color: #F55F01;
	font-size: 120%;
	clear: both;
}
h2 {
	color: #F55F01;
	font-size: 120%;
	clear: both;
}
ul {
	list-style: none outside none;
}
/*input.champ {
	border: 1px inset #CCC;
	width: 107px;
	height: 13px;
	font-size: 100%;
	padding: 1px 2px;
}
*/
select {
	border: 1px inset #CCC;
}
td {
	vertical-align: top;
}
.separateur {
	background-image: url(../pics/separateur-gris.gif);
	background-repeat: repeat-x;
	clear: both;
	height: 1px;
	font-size: 1px;
}
/* ---------- Structure ---------- */
div#entete {
	background-image: url(../pics/logo.jpg);
	background-repeat: no-repeat; 
	height: 227px;
	display: table;
	position: relative;
	background-color: #ffffff;
	color: #FFFFFF;
	width:960px;
}
 
div#corps {
	display: table;
	position: relative;
	background-image: url(../pics/fond.jpg);
	background-repeat: repeat-x;
	width: 100%;
}
div#corps.annexe {
}
div#pied {
	text-align: right;
	display: table;
	position: relative;
	padding: 0px 0;
	background-color: #ffffff;
	color: #FFFFFF;
	height: 57px;
	width: 100%;
	background-image: url(../pics/footer.jpg);
}
div#pied a {
	color: #FFFFFF;
	font-size: 12px;
	background-color: transparent;
}
/* ---------- Liens utiles ---------- */
div#liensutiles {
	margin: 15px 0px 0px 20px !important;
	float: left;
}
div#pied p {
	text-align: right;
	font-weight: bold;
	font-size: 12px;
	padding: 15px 10px !important;
	color: #ffffff;
	background-color: transparent;
	line-height: 12px;
}
/* ---------- Langues ---------- */
ul#langues {
	position: relative;
	float: right;
	margin-top: -20px;
	right: -173px;
}
html>
/**/
body ul#langues {
	margin: -20px 0 0 0;
	right: 0;
}
ul#langues li {
	display: inline;
	margin: 0 5px;
}
ul#langues li a {
	color: #fff;
}
/* ---------- En tete ---------- */
#logo {
	margin-left: 10px;
}
/* ---------- Corps ---------- */
table#calage {
	background-color: #ffffff;
	width: 100%;
	border: 0px #000000;
	border-style: none;
}
td#calage {
	border: 0px #000000;
	border-style: none;
}
/* ---------- Navigation ---------- */
td#navigation {
	border-style: none;
	background-color: #ffffff;
	color: #555;
	padding: 10px 10px 10px 5px;
	width: 177px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
}
td#navigation .title {
	font-size: 14px;
}
td#navigation img {
	vertical-align: middle;
}
a.navon {
	margin-right: 0;
	text-decoration: none;
	color: #F55F01;
}
a.navoff {
	margin-right: 0;
	text-decoration: none;
	color: #555;
}
td#navigation a.adherent {
	background-color: #F55F01;
	padding: 5px;
	margin-right: 0;
	text-decoration: none;
	/* font-size: 100%; */
	color: #000;
}
td#navigation a.adherent2 {
	background-color: #f5a941;
	padding: 5px;
	margin-right: 0;
	text-decoration: none;
	font-size: 95%;
	color: #000;
}
/* news letter */
>div#newsletter {
	margin-left: 10px;
	text-align: left;
}
div#newsletter h2 {
	text-align: left;
	color: #A9B52D;
}
div#newsletter input.champ {
	float: left;
	width: 130px;
	border: 1px solid #C5C5C7;
}
div#newsletter #envoyer {
	margin-right: 14px;
	background-color: #fff;
	color: #999;
	width: 25px;
	font-weight: bold;
	float: right;
	border: 0px;
}
/* adherent */

div#adherent {
	border:1px solid #F55F01;
	text-align: left;
	color: #A9B52D;
	display:table;
	padding:10px;
	margin:5px;
	width:150px;
	height:112px;
}
div#adherent h2 {
	text-align: left;
	color: #A9B52D;
	margin-bottom:8px;
}
div#adherent input.champ {
	float: left;
	width: 130px;
	border: 1px solid #C5C5C7;
}
div#adherent #envoyer {
	margin-right: 14px;
	background-color: #fff;
	color: #999;
	width: 80px;
	font-weight: bold;
	float: right;
	border: 0px;
}

/* ---------- Contenu ---------- */
td#contenu {
	padding: 10px 10px 10px 10px;
	border-style: none;
}
/* ---------- Les listes ---------- */
td#contenu ul {
	margin: 0px 0px 10px 20px;
	font-weight: normal;
}
td#contenu ul li {
	padding-left: 8px;
	background-image: url(../pics/puce-li.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
}
td#contenu #liens {
	float: left;
}
td#contenu #liens a {
	color: #F55F01;
	font-size: 11px;
}
/* ---------- Actualites ---------- */
td#contenu a.savoirplus {
	float: right;
	color: #7B7C80;
	font-weight: bold;
}
td#contenu img.accroche {
	float: left;
	margin: 0 5px 0 0;
}
/* ---------- La liste ariane ---------- */
td#contenu #ariane h2 {
	margin: 2px;
}
td#contenu #ariane h2 a {
	font-size: 18px;
	color: #F55F01;
	padding-left: 20px;
	font-weight: bold;
	background-image: url(../pics/arrow1.jpg);
	background-repeat: no-repeat;
	background-position: 0 2px;
}
td#contenu #ariane h3 a {
	margin-top: 10px;
	padding-left: 20px;
	font-size: 17px;
	color: #F55F01;
	font-weight: bold;
}
td#contenu #ariane h4 a {
	padding-left: 20px;
	margin-top: 10px;
	font-size: 17px;
	color: #F55F01;
	font-weight: bold;
}
/* ---------- Les titres ---------- */
td#contenu h2 {
	margin-top: 20px;
	padding-bottom: 3px;
}
/* ---------- Les paragraphes ---------- */
td#contenu p {
	margin-bottom: 10px;
}
td#contenu .zone1 {
	text-align: justify;
}
/* ---------- Les visuels ---------- */
td#contenu img.visuel {
	margin: 0;
	position: relative;
	padding-top: 0;
	padding-right: 5px;
	border: 0px;
}
td#contenu img.visuelgauche {
	float: left;
	margin: 0;
	position: relative;
	padding-top: 0;
	padding-right: 5px;
	border: 0px;
}
td#contenu img.visueldroite {
	float: right;
	margin: 0;
	position: relative;
	padding-top: 0;
	padding-left: 5px;
	border: 0px;
}
/* ---------- Les tableaux ---------- */
td#contenu table.tableau {
	border: 1px solid #000;
	border-bottom: none;
}
td#contenu table.tableau thead {
	background-color: #000000;
	color: #FFFFFF;
}
td#contenu table.tableau td {
	border-bottom: 1px solid #000;
	padding: 0 3px;
}
td#contenu a {
	color: #666666;
	text-decoration: underline;
}
td#contenu a:hover {
	color: #666666;
	text-decoration: none;
}
td#contenu table p {
	text-align: justify;
	margin: 0;
}
/* ---------- Annexes ---------- */
td#annexes {
	border-style: none;
	padding: 10px 0px 10px 8px;
	width: 226px;
}
td#annexes h2.titre {
	font-size: 17px;
	color: #F55F01;
	padding-left: 17px;
	padding-bottom: 5px;
	background-image: url(../pics/arrow1.jpg);
	background-repeat: no-repeat;
	background-position: 0 2px;
}
td#annexes h2.titre2 {
	font-size: 15px;
	color: #A9B72C;
	padding-left: 17px;
	padding-bottom: 10px;
	background-image: url(../pics/arrow2.jpg);
	background-repeat: no-repeat;
	background-position: 0 1px;
}
td#annexes h2 a {
	color: #F55F01;
	margin-top: 15px;
}
td#annexes img {
	float: right;
}
td#annexes .sousTitre {
	font-weight: bold;
	color: #F55F01;
}
td#annexes .zone1 {
	text-align: justify;
}
td#annexes  .zone1 a {
	color: #666666;
	text-decoration: underline;
}
td#annexes  .zone1 a:hover {
	color: #F55F01;
	text-decoration: none;
}
/* ---------- Pied de Page ---------- */
a.linkRight {
	padding-top: 5px;
	float: right;
	font-size: 15px;
	color: #F55F01;
	font-weight: bold;
}
.pas_abonne{
	cursor:pointer;
	color:#F55F01;
	font-size:16px;
	background-image:url(../pics/puce-li.gif);
	background-position:0 7px;
	background-repeat:no-repeat;
	padding-left:8px;
}
.deja_abonne{
	cursor:pointer;
	color:#F55F01;
	font-size:16px;
	background-image:url(../pics/puce-li.gif);
	background-position:0 7px;
	background-repeat:no-repeat;
	padding-left:8px;
}
.detail_service{
	cursor:pointer;
	color:#F55F01;
	font-size:11px;
}
.affiche_form{
	color:#F55F01;
	cursor:pointer;
	font-size:18px;
}
.mess_error{
	color:#FF0000;
}
.affiche_form{
	color:#F55F01;
	cursor:pointer;
	font-size:18px;
}
.fin_commande{
	color:#F55F01;
	font-size:18px;
	text-align:center;
}
.submit_manifestation{
	background-color:#FFFFFF;
	border:0 none;
	color:#999999;
	font-weight:bold;
}
.style_form_event{
	border:1px solid #C5C5C7;
}
.erreur_form{
	border: 1px solid #FF0000;
	color:#FF0000;
}
.detail_service_non_gras{
	background-image:url("../pics/puce-li.gif");
	background-position:0 6px;
	background-repeat:no-repeat;
	font-weight:normal;
	padding-left:6px;
}