<!--
/* ------------------------------------------------------------- */
/* Corps */
body {
	background-color: #FFFFFF;
	margin: 0px;
	font-family: Verdana, Arial, Times, serif;
	font-size: x-small;
}

/* ------------------------------------------------------------- */
/* Div conteneur centrée divisé en 4 div horizontales : top, utop, middle et bottom*/
#container {
	color: #000000;
	background-color: #FFFFFF;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
	
/* ------------------------------------------------------------- */
/* Image, bannière, bandeau pub, anim flash en haut sur toute la largeur*/
#container #top {
	background-image: url('../img/utop960.jpg');
	background-repeat: no-repeat;
	width: 960px;
	height: 196px;
	clear: both;
	position: relative;
}

/* ------------------------------------------------------------- */
#container #utop {
	background-repeat: no-repeat;
	width: 960px;
	clear: both;
	float: left;
	position: relative;
}
/* ------------------------------------------------------------- */
/* Drapeau */
#container #utop #utop_flag {
	float: right;
	padding: 20px 0px 10px 25px;
	position: relative;
}
#container #utop #utop_flag img {
	border: 0px;
}

/* ------------------------------------------------------------- */
/* ------------------------------------------------------------- */

/* Milieu qui sera divisé en 3 colonnes : menu, center et right */
#container #middle {
	border: 0px;
	float: left;
	clear: both;
	width: 960px;
	padding: 0px;
	margin: 0px; 
	position: relative;
}

/* ------------------------------------------------------------- */
/* ------------------------------------------------------------- */
/* Menu ( colonne de gauche ) */
#container #menu {
	color: #727272;
	background-repeat: no-repeat;
	position: relative;
	float: left;
	width: 190px;
}
	
/* ------------------------------------------------------------- */
/* Menu Liens */
#container #menu ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 4px 4px;
}

#container #menu ul li {
	display: block;
	text-align: left;
	clear: both;
	position: relative;
	float: left;
	width: 150px;
	padding: 2px 0px 12px 10px;
	font-size: small;
	font-weight: bold;
}

#container #menu ul li ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 20px;
}

#container #menu ul li ul li {
	display: block;
	text-align: left;
	clear: both;
	position: relative;
	float: left;
	width: 120px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	font-size: small;
	font-weight: normal;
}

#container #menu ul li a {
	height: 25px;
	display: block;
	color: #727272;
	text-decoration: none;
}

#container #menu ul li a:hover {
	background-image: url('../img/icone_on.jpg');
	background-repeat: no-repeat;
	background-position: right;
	color: #4b90c0;
}

#container #menu ul li ul li a {
	height: 18px;
	color: #727272;
	text-decoration: none;
}

#container #menu ul li ul li a:hover {
	background-image: url('../img/icone_on_small.jpg');
	background-repeat: no-repeat;
	background-position: right;
	color: #4b90c0;
}

#container #menu #w3c {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 180px 0px 0px 0px;
}

#container #menu #w3c img {
	border: 0px;
	margin: 0px 0px 0px 20px;
}
/* ------------------------------------------------------------- */
/* ------------------------------------------------------------- */
/* Center dans div middle */
#container #middle #center {
	color: #727272;
	background-color: transparent;
	float: left;
	position: relative;
	padding: 10px;
	width: 520px;
	margin: 0px;
	font-size: small;
}

#container #middle #center h1 {
	font-size: large;
	color: #b00;
	margin: 0px 2px 0px 0px;
	padding: 3px;
}

#container #middle #center h2 {
	color: #999;
	font-size: medium;
	font-style: italic;
	text-align: right;
	margin-top: 2px;
}

/* ------------------------------------------------------------- */
/* lien haut de cat */
#container #middle #center #ulink {
	width: 500px;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-size: x-small;
	line-height: 1.6em;
}

#container #middle #center #ulink a {
	color: #999999;
	text-decoration: none;
}

#container #middle #center #ulink a:hover {
	color: #BB0000;
}
/* ------------------------------------------------------------- */

/* ------------------------------------------------------------- */
/* Center - article */
#container #middle #center .article {
	clear: both;
	float: left;
	margin-bottom: 35px;
	width: 100%;
}

#container #middle #center .article a {
	color: #333333;
	text-decoration: underline;
}

#container #middle #center .article a:hover {
	color: #333333;
	text-decoration: none;
}

#container #middle #center .article h2 {
	color: #bb0000;
	font-size: small;
	font-style: normal;
	text-align: left;
}

#container #middle #center .article img {
	float: right;
	margin: 10px;
}

#container #middle #center .article object {
	float: right;
	margin: 10px;
}

/* ------------------------------------------------------------- */
/* Center - article2 - image à gauche */
#container #middle #center .article2 {
	clear: both;
	float: left;
	margin-bottom: 35px;
	width: 100%;
}

#container #middle #center .article2 h2 {
	color: #bb0000;
	font-size: small;
	font-style: normal;
	text-align: left;
}

#container #middle #center .article2 img {
	float: left;
	margin: 10px;
}

/* ------------------------------------------------------------- */
/* ------------------------------------------------------------- */
/* formulaire de contact */
#container #middle #center #contact {
	width: 500px;
	margin: 0px 10px 0px 10px;
	font-size: x-small;
	position: relative;
	clear: both;
}

#container #middle #center #contact fieldset {
	background-image: url('../img/bg_contact.jpg');
	border: 1px solid #727272;
	width: auto;
	margin: 0px;
}

#container #middle #center #contact fieldset p {
	padding: 0 0 0 0.5em;
	clear: both;
}

#container #middle #center #contact legend {
	margin: 0px;
	padding: 0.3em;
	font-size: small;
	font-weight: bold;
	color: #727272;
}

#container #middle #center #contact label.text {
	display: block;
	position: relative;
	float: left;
	width: 20%;
	text-align: right; /* n'hésitez pas pas à aligner à gauche, c'est pas mal aussi */
	margin: 0 1em 0 0;
	padding: 0.1em;
}

#container #middle #center #contact input.text, textarea {
	position: relative;
	font-family: Courier, Arial,sans-serif;
	font-size: small;
	background-color: #fff;
	border: 1px solid #9aa5a8;
	padding: 2px;
}

#container #middle #center #contact .btp {
	margin: 1em 0;
	text-align: center;
}

#container #middle #center #contact .btp .bt {
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: x-small;
	color: #fff;
	background-color: #bb0000;
	border: 1px solid #000;
	padding: 2px;
}

#container #middle #center #contact p.warning {
	color: #727272;
	font-weight: normal;
	font-size: small;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 4px;
}
/* ------------------------------------------------------------- */
/* ------------------------------------------------------------- */

/* ------------------------------------------------------------- */
/* Center - article page Références */
#container #middle #center-ref {
	color: #727272;
	float: left;
	font-size: small;
	position: relative;
	width: 520px;
	padding: 10px;
}

#container #middle #center-ref .article-ref {
	clear: both;
	float: left;
	margin-bottom: 55px;
	width: 100%;
}

#container #middle #center-ref .article-ref h2 {
	color: #bb0000;
	font-size: small;
	font-style: normal;
	text-align: left;
}

#container #middle #center-ref .article-ref h4 {
	color: #bb0000;
	font-size: small;
	padding: 0px;
	margin: 0px;
}

#container #middle #center-ref .article-ref img {
	float: left;
	border: 0px;
	margin: 0px 10px 5px 0px;
}

#container #middle #center-ref .article-ref p .logo {
  font-weight: bold;
}

/*-------------------------------------------------------------- */
/* Center - page Temoignages */
#container #middle #center-tem {
	color: #727272;
	font-size: small;
	float: left;
	position: relative;
	width: 520px;
	padding: 10px;
}

#container #middle #center-tem .article-tem {
	width: 220px;
	font-size: small;
	float: left;
	position: relative;
	padding: 0px 40px 60px 0px;
}

#container #middle #center-tem p {
	margin-top: 0px;
}

#container #middle #center-tem .titre-lien {
	display: block;
	background-image: url('../img/picto.jpg');
	background-repeat: no-repeat;
	background-position: left;
	font-size: small;
	color: #cc0000;	
	padding: 8px 0px 8px 30px;
	margin-bottom: 0px;
}

#container #middle #center-tem .titre-lien a {
	color: #CC0000;
	text-decoration: none;
}

#container #middle #center-tem .titre-lien a:hover {
	color: #CC0000;	
	text-decoration: underline;
}

/* ------------------------------------------------------------- */
/* ------------------------------------------------------------- */

/* :::RIGHT::: Colonne de droite dans le div middle */
#container #middle #right {
	float: left;
	position: relative;
	padding: 0px 0px 0px 20px;
	width: 170px;
	font-size: small;
}

#container #middle #right h3 {
	color: #9aa5a8;
	letter-spacing: 0.2em;
	padding: 0px 0px 3px 15px;
	font-size: medium;
	font-weight: bold;
}

#container #middle #right img {
	border: 0px;
	margin: 9px;
}

/* ------------------------------------------------------------- */
/* :::RIGHT::: - Colonne de droite dans le div middle - cadre */
#container #middle #right .cadre {
	width: 200px;
	background: white url('../img/right_c.gif') no-repeat;
	background-position: center bottom;
	margin-bottom: 15px;
}

#container #middle #right .cadre h2 {
	background: transparent url('../img/right_t.gif') no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 10px 15px 0px 15px;
	color: #9aa5a8;
	font-size: small;
	font-style: normal;
	text-align: left;
}

#container #middle #right .cadre p {
	font-size: x-small;
	padding: 0px 15px 10px 15px;
}

#container #middle #right .cadre ul {
	font-size: x-small;
	padding: 0px 2px 8px 8px;
	margin: 4px 0px 8px 28px;
}

/* ------------------------------------------------------------- */
/* liens dans les cadres */
#container #middle #right .cadre .lien {
	font-size: x-small;
	margin-top: 4px;
	text-align: left;
	font-weight: bold;
	padding-bottom: 10px;
	padding-left: 18px;
}	

#container #middle #right .cadre .lien a {
	color: #bb0000;
	text-decoration: underline;
}

#container #middle #right .cadre .lien a:hover {
	color: #bb0000;
	text-decoration: none;
}

#container #middle #right .cadre .lien a:visited {
	color: #bb0000;
}
/* ------------------------------------------------------------- */

/* ------------------------------------------------------------- */
/* ------------------------------------------------------------- */
/* Pied de page qui sera divisé en 3 parties */
#container #bottom {
	color: #999999;
	background-color: #FFFFFF;
	clear: both;
	position: relative;
	float: left;
	width: 960px;
	padding: 30px 0px 20px 0px;
}

/* ------------------------------------------------------------- */
/* Pied de page - Adresse */
#container #bottom .adresse {
	float: left;
	width: 153px;
	position: relative;	
}
#container #bottom .adresse p {
	font-size: x-small;
	text-align: center;
}

/* ------------------------------------------------------------- */
/* Pied de page - Menu */
#container #bottom #bottom-navbar {
	text-align: center;
	width: 650px;
	position: relative;
	float: left;
}

#container #bottom #bottom-navbar a {
	color: #999999;
	text-decoration: none;
	font-size: x-small;
}

#container #bottom #bottom-navbar a:hover {
	text-decoration: underline
}
/* ------------------------------------------------------------- */
/* Pied de page - right - Afnic */
#container #bottom #bottom-right {
	float: left;
	position: relative;
	width: 140px;	
}
#container #bottom #bottom-right .img {
	background-image: url('../img/afnic.jpg');
	background-repeat: no-repeat;
	height: 48px;
}
/* ------------------------------------------------------------- */
/* ------------------------------------------------------------- */
.lien_externe {
	display: block;
	float: none;
	width: 200px;
	margin-top: 55px;
}
.lien_externe a{
	color: #bb0000;
	text-decoration: underline;
}
.lien_externe a:hover{
	color: #9aa5a8;
	text-decoration: underline; 
}
