titre-bloc-home/* Page */
html {
	margin: 0;
    padding: 0;
    font-size: 100%; /* Évite un bug d'IE 6-7. (1) */
}
body {
	margin: 0;
	padding: 0; /* Remettre à zéro si nécessaire. */
	/* Pensez à utiliser une collection de polices (2), par ex:*/
    font-family: Arial, Helvetica, FreeSans, sans-serif;
	font-size: 12px; /* À adapter pour la police choisie. (3) */
	line-height: 1.5; /* À adapter au design. (4) */
	background-color: #fff;
	background-image: url(../images/degrade-fond.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
 

/* Titres */
h1, h2, h3, h4, h5, h6 {
    margin: 1em 0 .5em 0; /* Rapproche le titre du texte. (5) */
    line-height: 1.2;
    font-weight: bold; /* Valeur par défaut. (6) */
    font-style: normal;
}
h1 {
    font-size: 1.75em;
}

h2 {
    font-size: 1.25em;
	color:#9DC72D;
	font-variant:small-caps;
	letter-spacing: 3px;
	margin: 25px 0 0 0;
}

h3 {
    font-size: 1.25em;
}

h4 {
    font-size: 1em;
}
 

/* Listes */
ul, ol {
    margin: 0;
    padding: 0;
	list-style-type:none;
}
 

/* Paragraphes */
p {
    margin: 0; /* Marges plus faibles que par défaut. (7) */
}
address {
    margin: .75em 0;
    font-style: normal;
}
 

/* Liens */
/*
a {
    text-decoration: none;
}
a:link {
    color: white;
}
a:visited {
    color: white;
}
a:hover, a:focus, a:active {
    color: #F5B800;
}
a img {
    border: none;
}
*/
/* UDP – UDP – UDP – UDP – UDP – UDP – UDP – UDP – UDP –*/

#conteneur {
	width: 834px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
	
#content h1{
    margin: 0 0 .5em 0; /* Rapproche le titre du texte. (5) */
}
	
#footer{
	clear: both;
	font-weight: normal;
	font-size: 11px;
	text-align: center;
	color: #4aa4b6;
	background-image: url(../images/fond-footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15;
	font-family: Tahoma, Geneva, sans-serif;
	}
#footer a{
	color: #4aa4b6;
	text-decoration:none;
}

#footer a:hover, #footer a:focus, #footer a:active{
	color: #4aa4b6;
	text-decoration:underline;
}
.photo {
	float:right;
	margin-left:15px;
	margin-top:15px;
}

/* Divers éléments de type en-ligne (8) */
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}
 

/* Formulaires */
form, fieldset {
    margin: 0;
    padding: 0;
    border: none;
}
input, button, select {
    vertical-align: middle; /* Solution pb. d'alignement. (9) */
}
#fond {
	background-color: #fff;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D3D9D9;
	border-left-color: #D3D9D9;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D3D9D9;
}
#logo {
	height: 103px;
	width: 240px;
	margin-right: auto;
	margin-left: auto;
	float: left;
	text-align:center;
}
#content {
	background-image: url(../images/degrade-content.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 7px;
}
.clearAll {
	clear:both;
}
#bandeau {
	float: left;
}

#header {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D3D9D9;
}
#page {
	float: left;
	width: 574px;
	margin-left:10px;
	margin-top:8px;
}
#contenu-haut {
	background-image: url(../images/bloc-centre-haut.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 6px;
}
#contenu-repeat {
	background-image: url(../images/bloc-centre-repeat.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.fck-titre {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #7A3795;
	background-image: url(../images/puce-titre.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 18px;
	margin-bottom: 10px;
}
.fck-titre-bloc-home {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #7a2a85;
}
.fck-titre-bloc-home a{
	color: #7a2a85;
	text-decoration:none;
}

.fck-titre-bloc-home a:hover, .fck-titre-bloc-home a:focus, .fck-titre-bloc-home a:active{
	color: #7a2a85;
	text-decoration:underline;
}
.fck-texte-bloc-home {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #2190a6;
	line-height: 16px;
	margin-bottom: 8px;
}

.fck-sstitre-home {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #2993AA;
	text-align:center;
	line-height:20px;
}
.fck-sstitre-home2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #2993AA;
	text-align:center;
	line-height:22px;
}

#contenu-bas {
	background-image: url(../images/bloc-centre-bas.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 5px;
}

#bandeau-int {
	margin-bottom: 10px;
	text-align:center;
}
#contenu {
	margin-bottom: 13px;
}
.bloc-home-haut {
	background-image: url(../images/home/bloc-home-haut.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-right: 9px;
	padding-bottom: 5px;
	padding-left: 18px;
}
.fck-bouton-home {
	float: right;
	height: 18px;
	width: 69px;
	background-image: url(../images/home/savoir-plus.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #2190a6;
	padding-left: 5px;
}
.fck-bouton-actu {
	float: left;
	height: 18px;
	width: 64px;
	background-image: url(../images/home/savoir-plus.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #2190a6;
	padding-left: 10px;
	margin-left: 5px;
}
.fck-bouton-actu2 {
	float: left;
	height: 18px;
	width: 56px;
	background-image: url(../images/home/savoir-plus.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #2190a6;
	padding-left: 18px;
	margin-left: 5px;
}
.fck-texte-14 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #2190a6;
	line-height: 18px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.fck-texte-14 a{
	color: #2190a6;
	text-decoration:underline;
}

.fck-texte-14 a:hover, .fck-texte-14 a:focus, .fck-texte-14 a:active{
	color: #2190a6;
	text-decoration:none;
}
.fck-sstitre-14 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #7a2a85;
	margin-left: 5px;
	line-height: 20px;
}
.fck-sstitre-14 a{
	color: #7a2a85;
	text-decoration:none;
}
.fck-sstitre-14 a:focus, .fck-sstitre-14 a:hover, .fck-sstitre-14 a:active{
	color: #7a2a85;
	text-decoration:underline;
}
.fck-texte-violet {
	color: #7a2a85;
}


.fck-bouton-home a{
	color: #2190a6;
	text-decoration:none;
}
.fck-bouton-home a:focus, .fck-bouton-home a:hover, .fck-bouton-home a:active{
	color: #2190a6;
	text-decoration:underline;
}
.fck-bouton-actu a{
	color: #2190a6;
	text-decoration:none;
}
.fck-bouton-actu a:focus, .fck-bouton-actu a:hover, .fck-bouton-actu a:active{
	color: #2190a6;
	text-decoration:underline;
}
.fck-bouton-actu2 a{
	color: #2190a6;
	text-decoration:none;
}
.fck-bouton-actu2 a:focus, .fck-bouton-actu2 a:hover, .fck-bouton-actu2 a:active{
	color: #2190a6;
	text-decoration:underline;
}
#bloc-home-repeat {
	background-image: url(../images/home/bloc-home-repeat.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.bloc-home-bas {
	background-image: url(../images/home/bloc-home-bas.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 4px;
}
#bloc-home-gauche {
	float: left;
	width: 283px;
	margin-right: 8px;
}
#blocs-home {
	margin-bottom: 10px;
}
#tel {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

#bloc-home-droite {
	float: left;
	width: 283px;
}
#signature {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #c3c3c4;
	margin-top: 5px;
}
#signature a{
	color: #c3c3c4;
	text-decoration:none;
}
#signature a:hover, #signature a:focus, #signature a:active{
	color: #c3c3c4;
	text-decoration:underline;
}
#signatureG {
	float: left;
	margin-bottom: 10px;
	margin-left: 20px;
}
#signatureD {
	float: right;
	margin-bottom: 10px;
	margin-right: 20px;
}
.fck-texte-12 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #2190a6;
	line-height: 16px;
	margin-bottom: 10px;
	margin-left: 5px;
	text-align: justify;
}
.fck-img-align-gauche {
	float: left;
	margin-right: 10px;
}
.fck-titre2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #7A3795;
	background-image: url(../images/puce-titre.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 18px;
	margin-bottom: 10px;
}
.fck-img-align-droite {
	float: right;
	margin-left: 15px;
}
.fck-puces-carre {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #2190a6;
	padding-left:50px;
}
.fck-puces-carre li {
	background-image:url(../images/puce-carre.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left:10px;
}
.fck-texte-12-violet {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #7A3795;
	line-height: 16px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.fck-texte-12-violet a{
	color: #7A3795;
	text-decoration:underline;
}

.fck-texte-12-violet a:hover, .fck-texte-12-violet a:focus, .fck-texte-12-violet a:active{
	color: #7A3795;
	text-decoration:none;
}
.fck-sstitre-14-marge {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #7a2a85;
	margin-left: 5px;
	line-height: 20px;
	margin-bottom: 10px;
}
.sep-actus {
	background-image: url(../images/sep-actus.gif);
	background-repeat: repeat-x;
	background-position: left center;
	height: 8px;
	margin-top: 5px;
	margin-bottom: 10px;
}
.fck-texte-date {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #7A3795;
	margin-bottom: 5px;
	margin-left: 5px;
}

