﻿html,
body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 1.1em;
	color: #036;
}

h2 {
	font-family: inherit;
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: 1em;
	color: #036;
}

h3 {
	font-family: inherit;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 1em;
	color: #036;
}

h4 {
	font-family: inherit;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 1em;
	color: #036;
}

p {	
	padding-bottom: 1em;
	text-align: justify;
	line-height: 1.3em;
}

.iconeInfolettre, a.iconeInfolettre:link {
	display:block;
	background:#1c2c4e;
	color:#fff;
	padding:15px 20px;
	font-size:18px;
	text-align:center;
	text-decoration:none;
	line-height:1.2em;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.iconeInfolettre img, #accueil-actualites .iconeInfolettre img{
	margin:0 auto;
	width:45px;
	height:auto;
	border:none;
	float:none;
}
a.iconeInfolettre span {
	display:block;
	padding-top:10px;
	color:#fff;
	font-weight:600;
}
a.iconeInfolettre:hover {
	opacity:0.92;
}
a.iconeInfolettre:focus-visible {
	outline:3px solid #1ea0d8;
}

.photo {
	margin: 5px 5px 5px 0px;
	padding: 0px 0px 0px 0px;
	border: 4px solid #71B3C4;
}

.vignette {
	text-align: justify;
	line-height: 1em;
	margin: 0px 0px 0px 7px;
	padding: 0px 0px 10px 5px;
}

sup {
  	vertical-align: super;
    font-size: smaller;
} 

table {
	border: 0;
	padding: 10px 0px 0px 0px;
	margin: 0;
	text-align: left;
	vertical-align: top;
}

th {
	color: #FFF;
	text-transform: uppercase;
	background-color: #696361;
	padding: 0.5em 0.2em 0.6em 0.2em;
}

td {
	border-bottom-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding: 0.5em 0.2em 0.6em 0.2em;
}

table.misepage td {
	border-bottom-width: 0px;
}

#texte ol, ul {
	padding-bottom: 0.6em; 
	position: relative; 
	margin-left: 10px;
}

#texte ol li { 
	list-style-type: decimal; 
	line-height: 1.5em;
	text-align: justify;
	position: relative; 
	margin-left: 10px;
}
 
#texte ul li { 
	list-style-type: disc;
	line-height: 1.5em;
	text-align: justify;
	position: relative; 
	margin-left: 10px;
}

 
#texte dl, dt {
	text-align: justify;
	line-height: 1.5em;
	margin: 0;
}

#texte dd {
	text-align: justify;
	line-height: 1.5em;
	position: relative; 
	margin: 0 2em 0 2em;
}  

#texte blockquote {
	text-align: justify;
	line-height: 1.5em;
	padding: 0em 2em 1.1em 2em;
}

a:link {
	color: #3693AB;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #036;
}

#body {
	width: 1024px;
	height: 640px;
	overflow: visible;
	margin: 0 auto;
	background: url("img/fond.gif") repeat;
	background-repeat: repeat-x;
}

#principal {
	width: 910px;
	margin: 0 auto;
}

#entete1 {
	width: 910px;
	height: 51px;
	color: #FFF;
}

.langue {
	float: right;
	width: 620px;
	z-index: 50;
	margin-top: 20px;
	font-weight: normal;
	text-align: right;
}

.langue img {
	border: 0px;
	margin: 0px;
	padding: 0px;  
}

#entete1 a {
	color: #FFF;
	text-decoration: underline;
	padding-right: 1em;
}

#entete1 a:hover {
	color: #FFF;
	text-decoration: none;
}

#entete1 a:visited {
	color: #FFF;
	text-decoration: underline;
}

#entete2 {
	width: 910px;
	height: 219px;
	background: url("img/bandeau.jpg");
	background-repeat: no-repeat;
	margin-left: 57px;
}

#deco {
	float:left;
	width: 135px;
	min-height: 350px;
	height: auto!important;
	height: 350px;
	margin: 0 auto;
	background: url("img/colonne1.jpg") no-repeat;
	position: relative;
}

#versSectionReservee
{
	display: block;
	margin: 20px auto;
	width: 82%;
	color: white;
	color: #fff;
	background-color: #3693AB;
	padding: 6px;
	border: 0;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
	cursor: pointer;
}

#versFormCotisation, #versFormDon, #versFormActivite
{
	width: 82%;
	margin-top: 20px;
	color: white;
	color: #fff;
	background-color: #3693AB;
	padding: 6px;
	border: 0;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
	cursor: pointer;
}

.boutonFormulaire
{
	position: absolute;
	bottom: 50px;
	left: 16px;
}

a.lienPanier
{
	position: absolute;
	bottom: 20px;
	left: calc(-9px + 50%);
}

#accueil-principal {
	float: right;
	width: 888px;
	background-color: #FFF;
}

#accueil-texte {
	float: left;
	width: 608px;
	background-color: #FFF;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 25px;
}

#accueil-texte-photo {
	float: left;
	width: 155px;
	margin: 0px 5px 5px 0px;
	font-size:11px;
}

#accueil-texte-photo img {
	padding: 0px 0px 0px 0px;
	margin-left:5px;
	margin-bottom:5px;  
	border: 1px solid #71B3C4;
}

#accueil-colonne2 {
	float: right;
	width: 240px;
	background-color: #FFF;
}

#accueil-actualites {
	float: left;
	width: 212px;
	min-height: 350px;
	height: auto!important;
	height: 350px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 25px;
	background: url("img/division-actualites.gif") no-repeat;
}

#accueil-actualites h2 {
	font-family: inherit;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	text-transform:uppercase;
	margin-bottom: 1em;
	color: #036;
}

#accueil-actualites sup { 
	text-transform: lowercase;
}

#accueil-actualites p {
	text-align: left; 
	margin-bottom: 15px; 
	display: block; 
	background-image: url("img/filetactualites.gif"); 
	background-repeat: repeat-x;
	background-position: bottom; 
}

#accueil-actualites img {
	float: left;
	margin: 0px 15px 5px 0px;
	padding: 0px;  
	border: 3px solid #71B3C4;
}

#bulletin-texte { 
	float: left;
	width: 575px; 
}

#bulletin-liste { 
	border: 1px dotted #999;
	padding: 7px 0px 7px 0px;
	float: right;
	width: 245px; 
}

#bulletin-liste ul li { 
	list-style-type: none;
	text-align: left;
}

#liens-utiles {
	width: 680px;
	border: 1px dotted #999;
	padding: 25px 10px 10px 35px;
}

#liens-utiles ul li {
	padding-bottom: 1.2em;
	}

#contenu {
	float: right;
	width: 888px;
	background-color: #FFF;
}

#texte {
	float: left;
	width: 845px;
	background-color: #FFF;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 25px;
}

#ombre {
	float: right;
	width: 2px;
	min-height: 350px;
	height: auto!important;
	height: 350px;
	background: url("img/ombre.jpg") no-repeat;
}

#pied {
	clear: both;
	width: 888px;
	background: url("img/piedpage.gif");
	background-repeat: repeat-x;
	background-position: 0px 20px;
	min-height: 60px;
	height: auto!important;
	height: 60px;
	margin-top: 15px;
	padding-top: 40px;
}

.piedgauche {
	float: left;
	width: 350px;
	text-align: left;
}

.pieddroite {
	float: right;
	width: 350px;
	text-align: right;
}

a.lienPanier
{
	text-decoration: none;
}

 a.lienPanier span
 {
	 position: absolute;
	 top:-6px;
	 right:-6px;
	 font-weight: bolder;
	 font-size:1.2em;
	 color: black;
 }
 
 .supprimerDuPanier
 {
	 background-image: url('delete.png');
	background-repeat: no-repeat;
	padding-left: 20px;
 }
 
 
table.Activites 
 {
	 width: 100%;
	 text-align: center;
	 
 }
 
  table.Activites thead th
 {
	color: #000;
	background-color: #fff;
	text-transform: default;
	font-weight: bold;
	font-size: 1.3em;
 }
 
table.Activites td
{
	vertical-align: middle;
}

div.dataActivite
{
	text-decoration: underline;
	font-size: 1.5em;
	font-weight: bolder;
	color:  #71B3C4;
	margin: 10px 0;
	
}
div.DescriptionActivite, div.coutCalcule
{
	font-size: 1.3em;
	font-weight: bold;	
}

div.prixActivite, div.accompagneActivite
{
	font-style: italic;
	font-size: 1.1em;
	
}

div.accompagneActivite
{
	margin-top: 5px;
}

div.formulaireAccompagnateur{
	font-size: 0.9em;
	margin-top:15px;
	padding-left: 15px;
}

div.identificateurAccompagnateur{
	font-style:normal;
	font-weight: bold;
}



	
