body {
	background-color: #fff;
	font-size: 1em;
	color:#564b47;
	padding:5px;
	margin:0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content {
	vertical-align: middle;
	margin: 0px auto;
	padding: 0 0 10px 0;
	width: 980px;
	background-color: #fff;
	text-align:center;
}
a:link, a:visited {
	color: #474747;
	text-decoration: underline;
}
a:hover, a:active {
	color: #664500;
	text-decoration: underline;
}
h1 {
	font-size:1.4em;
	padding: 5px 5px 0 5px;
}
h2 {
	font-size:1.0em;
	padding: 10px 10px 0 0;
}
.important {
	font-style:italic;
	font-weight:bold;
	color:#0066CC;
}
.noborder {
	border:0;
}
/* WWWWW accueil WWWWW */
#accueil {
	background-image: url(../Img/accueil-famille-fond.jpg);
	background-repeat: no-repeat;
	background-position: center 95px;
	height:540px;
	text-align:center;
}
div.titre {
	text-align:center;
}
div.titre img {
	padding:0px;
	border:0;
}
#bouton {
	text-align:right;
	padding-top:350px;
	padding-right:150px;
}
#bouton a.accueilfr:link, #bouton a.accueilfr:visited {
	color: #000;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
}
#bouton a.accueilen:link, #bouton a.accueilen:visited {
	color: #626262;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
}
#bouton a.accueilfr:hover {
	color: #626262;
}
#bouton a.accueilen:hover {
	color: #000;
}
/* WWWWW Contenu général WWWWW */

.encadre {
	margin-left:180px;
	border: 2px double #EAEAEA;
	font-size: 0.90em;
	color:#564b47;
	width: 650px;
	padding-bottom: 5px;
}
.encadre h2 {
	padding-left:10px;
}
.encadre2 {
	background-color:#fff5ea;
	margin-left:30px;
	margin-right:30px;
	border: 3px double #7e4309;
	color:#7e4309;
}
.important {
	font-style:italic;
	font-weight:bold;
}
.clearfloat {
	clear:both;
}
.left {
	float:left;
}
.right {
	float:right;
}
#texte {
	text-align:left;
	font-size:0.76em;
	padding:5px;
}
#texte p {
	padding:5px;
}
.gros {
	font-size:1em
}
div.encadre a:link, div.encadre a:visited {
	color: #664500;
	text-decoration: underline;
}
div.encadre a:hover, div.encadre a:active {
	color: #474747;
	text-decoration: underline;
}
div.Recherche {
	background-color: #fff;
	width: 400px;
	text-align:center;
	font-weight:bold;
	font-size:1.3em;
	margin:5px auto 10px auto;
}
div.Recherche div {
	float:left;
	width:200px;
}
div.Recherche a:link, div.Recherche a:visited {
	text-decoration:none;
	color:#003366;
}
div.Recherche a:hover {
	text-decoration:none;
	color:#3c5975;
}
div.Recherche a:link img, div.Recherche a:visited img {
	border:0;
	-moz-opacity:1;
	opacity: 1;
	filter:alpha(opacity=100);
	-khtml-opacity: 1;
}
div.Recherche a:hover img {
	-moz-opacity:0.8;
	opacity: 0.8;
	filter:alpha(opacity=80);
	-khtml-opacity: 0.8;
}
/* WWWWW QUOI DE NEUF WWWWW */
p.margeDroite {
	margin-right:237px;
}
#QdN {
	float:right;
	width:230px;
	margin:5px 0 5px 7px;
}
#QdN div.boxtete {
	padding:0 5px 5px 5px;
	background-image: url("../Img/qdntete-fond.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom:0;
}
#QdN div.boxtete h2 {
	color:#003366;
	margin:0;
	padding:5px 7px 3px 7px;
}
#QdN div.boxcontenu {
	color:#000;
	padding:1px 7px 4px 9px;
	background-image: url("../Img/qdncontenu-fond.jpg");
	background-repeat: no-repeat;
	background-position: left bottom;
}
#QdN div.boxcontenu p {
	margin-top:0;
}
#QdN div.boxcontenu a:link, #QdN div.boxcontenu a:visited {
	color:#003366;
}
#QdN div.boxcontenu a:hover, #QdN div.boxcontenu a:active {
	color: #626262;
}

/* WWWWW ONGLETS WWWWW */
#Exemple {
	font-size:1em;
	font-weight:bold;
	padding-left:17px;
	background-image: url("../Img/onglet-fond.gif");
	background-repeat: repeat-x;
	background-position: left top;
	height:43px;
}
#Exemple a:link, #Exemple a:visited {
	display:block;
	text-decoration:none;
	background-image: url("../Img/onglet-off.gif");
	background-repeat: no-repeat;
	background-position: left top;	
	width:238px;
	height:43px;
	padding-top:20px;
	text-align:center;
	float:left;
}
#Exemple span, #Exemple a:hover {
	display:block;
	text-decoration:none;
	background-image: url("../Img/onglet-on.gif");
	background-repeat: no-repeat;
	background-position: left top;	
	width:238px;
	height:43px;
	padding-top:20px;
	text-align:center;
	float:left;
}
#Retour {
	text-align:right;
	margin:0 20px;
	font-weight:bold;
}
li.imgMarge img {
	margin-left:150px;
	margin-top:2px;
}
li.imgInline img {
	vertical-align:middle;
	border: 1px solid #CCCCCC;
	margin-top:2px;
}
/* WWWWW Pied de page WWWWW */
#logo {
	vertical-align:bottom;
	width:710px;
	margin-left:auto;
	margin-right:auto;
}
.logo_accueil {
	margin-top:-40px;
}
#logo p{
	padding:0;
	margin:10px 35px 0 35px;
	font-size:0.8em;
}
#logo img {
	padding-right:25px;
	padding-left:25px;
	border:0;
}
/*.logoCAPT {
	font-size: 1.2em;
	font-weight: bold;
	color: #999999;
	padding:3px;
}*/
.partenaires {
	float:right;
	font-size:0.75em;
}
.partenaires a:hover, .partenaires a:active {
	color: #000;
}
