﻿body{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    margin: 0;
    padding: 0;
    background-color: #dfe2e3;
}

a {
	color: #72acd0;
	text-decoration: none;
}
a:hover {
	color: #000;
}

hr {
	color: #666;
	background-color: #666;
	height: 1px;
	clear: both;
	border: 0;
}
a img {
	border: 0;
}

#conteneur {
    width: 960px;
    margin: 0 auto;
    padding: 0 10px;
    border: none;
    background: url("images/conteneur-fond.png") repeat-y top left;
    color: #737373;
}

.watermark 
{
    color: #666;
}

.noscreen
{
    display: none;
}


/**************************************************************/
/*********** COLONNE GAUCHE (header, contenus) ***********/

#colonneGauche
{
    width: 776px;
    float: left;
    background: url("images/colonneGauche-fond.png") repeat-y top right;
}

/*********** COLONNE DE DROITE (recherche, actu, agenda)***********/

#colonneDroite
{
    float: left;
    width: 183px;
    _width: 169px;
}

#colonneDroite .composant
{
    background: none;
}


/*********** HEADER ***********/

#header
{
    background: #3da39a url(images/header.png) no-repeat top left;
    width: 770px;
    height: 156px;
    z-index: 10;
    position: relative;
}

#header h1
{
    margin: 0;
    padding: 0;
}

#header h1 a
{
	display: block;
	height: 132px;
}

#header h1 a span 
{
    display: none;
}

/*********** RECHERCHE **********/

.recherche {
	text-align: center;
	margin: 30px 0;
}
.recherche input {
    font-size: 11px;
    padding: 4px 0 0 4px;
    height: 16px;
    border: 1px solid #9bc3dd;
}
.recherche .terme {
	width: 130px;
}

.recherche .boutonRechercher
{
    margin-bottom: -5px;
    padding: 0;
    height: 20px;
}

/*********** SITES ***********/
#sites 
{
    float: left;
    padding: 3px;
}
#sites a 
{
    color: #fff;
    font-size: 10px;
    text-decoration: none;
    padding-right: 10px;
}
#sites a:hover 
{
    color: #196a63;
}

/*********** GLOSSAIRE ***********/

#glossaire
{
    padding-right: 50px;
}

#glossaire a
{
    color: #fff;
}

#glossaire a:hover
{
    color: #196a63;
}

/*********** MENU PRINCIPAL ***********/

#menuprincipal 
{
    background: #263583;
	margin: 0;
	padding: 0;
	height: 24px;
	clear: both;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	z-index: 99;
}

.menulist, .menulist  ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menulist li {
	float: left;
	display: block;
	position: relative;
	margin: 0 0 0 0;
	text-align: center;
	border: none;
}

.menulist a {
	display: block;
	padding: 4px 15px;
	margin: 0;
	color: #fff;
	background: url("images/menuprincipal-separateur.png") no-repeat top right;
}
.menulist a:hover, .menulist a.highlighted, .menulist a.highlighted:hover, .menulist a:focus, .menulist a.actif 
{
	background: #3591c5 url("images/menuprincipal-separateur-hover.png") no-repeat top right;
}

.menulist ul {
	display: none;
	position: absolute;
	top: 8px;
	margin-top: 16px;
	width: 180px;
	border-right: 1px solid #263583;
	border-left: 1px solid #263583;
	border-bottom: 2px solid #263583;
}

.menulist ul li {
	float: none;
	margin: 0;
	margin-bottom: -1px;
	padding: 0;
	width: auto;
	text-align: left;
	border: 1px solid #d5eaf2;
	background: #fff;
}

.menulist ul a 
{
    background: none;
    color: #87b7d7;
    text-transform: none;
    font-size: 12px;
    font-weight: normal;
}
.menulist ul a:hover, .menulist ul a.highlighted, .menulist ul a.highlighted:hover 
{
    background: none;
    color: #6e6e6e;
}

.menulist ul ul {
	top: 0px;
	margin-top: 0;
	left: 180px;
}

.menulist a .subind {
	display: none;
}
.menulist ul a .subind {
	display: block;
	float: right;
}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
	float: left;
}
.menulist ul a {
	float: none;
}
/* \*/
.menulist a {
	float: none;
}
/* */


/*
HACKS: IE/Win:
A small height on <li> and <a> tags and floating prevents gaps in menu.
* html affects <=IE6 and *:first-child+html affects IE7.
You may want to move these to browser-specific style sheets.
*/
*:first-child+html .menulist ul li {
	float: left;
	width: 100%;
	padding: 0;
}

* html .menulist ul li {
	float: left;
	height: 1%;
	padding: 0;
}
* html .menulist ul a {
	height: 1%;
}
/* End Hacks */


/*********** ASCENDANCE ***********/

#ascendance {
	font-size: 11px;
	margin: 0;
	padding: 0;
	vertical-align: top;
	color: #a0a0a0;
	clear: both;
}
#ascendance ul {
	margin: 0;
	padding: 3px 7px 7px 0;
}
#ascendance li {
	display: inline;
	padding-left: 0;
}


/**************************************************************/

#milieuPage 
{
    clear: both;
    min-height: 250px;
    _height: 250px;
    width: 770px;
    float: left;
}

/*********** NAVIGATION ***********/

#navigation {
	width: 240px;
	margin: 0;
	padding: 0 0 0 10px;
	float: left;
	min-height: 250px;
	_height: 250px;
	display: none;
}

/* éléments dans la navigation */
#navigation .element
{
    margin: 0;
    color: #fff;
}
#navigation .element h2 
{
    color: #fff;
    font-size: 13px;
    margin: 0;
    padding: 0;
}
#navigation .element ul 
{
    margin-left: 0;
    padding-left: 20px;
}
#navigation .element a 
{
    color: #fff;
}
#navigation .element a:hover
{
    color: #000;
}


/*********** CONTENUS ***********/

#contenus {
	width: 750px;
	float: left;
	margin: 0 0 10px 10px;
	padding: 0 0 0 0;
	border: 0;
}


/* composants */

.composant {
	color: #787878;
	padding-bottom: 10px;
	padding-top: 10px;
	background: url("images/composant-separateur.png") repeat-x top left;
}

.composant h2 {
    font-size: 16px;
    font-weight: bold;
    color: #b40e1d;
    vertical-align:bottom;
    margin: 0 0 0px 0;
}

.composant a {
}
.composant img {
	border: 0;
}
.composant .highlight 
{
    font-weight: bold;
    font-style: normal;
    color: #c00;
}
.composant .resultatRecherche 
{
    cursor: pointer;
    border: 1px solid #fff;
}
.composant .resultatRecherche:hover 
{
    border: 1px solid #c00;
    background: #fee;
}


.composant H1 {
    font-size: 14px;
    font-weight: bold;
    color: #787878;
    vertical-align:bottom;
    margin: 0 0 10px 0;
}
.composant .question2 {
    font-size: 12px;
    font-weight: bold;
    color: #787878;
    vertical-align:bottom;
    margin: 0 0 10px 0;
}
.composant .question1 {
    font-size: 12px;
    font-weight: bold;
    color: #787878;
    vertical-align:bottom;
    margin: 0 0 10px 0;
}
.composant .info {
    font-size: 10px;
    font-weight: normal;
    font-style:italic ;
    vertical-align:top;
    text-align:right ;
    margin: 0 0 10px 0;
}


/* accroche */
.composant .accroche {
	font-size: 12px;
	margin: 0 0 15px 0;
	text-align: justify;
	color: #0b5b9c;
	font-weight: bold;
}

.composant .accroche p
{
    margin: 0;
}

/* texte */
.composant .texte {
	font-size: 12px;
    text-align: justify;
	color: #737373;
}

.composant .texte img{
    margin-right: 20px;
}

/* contenus */
.composant .texte ul, .composant .accroche ul {
	margin-left: 15px;
	padding-left: 0;
}

/* Gallerie d'image */

.gallerie
{
    float: left;
    padding: 10px;
}

/* formulaires en couleurs */
.frmCouleur
{
	width: 100%;
}
.frmCouleur th 
{
	color: #58737F;
	background: #DDF1EC;
	text-align: left;
	width: 20%;
	vertical-align: top;
}
.frmCouleur .alt th 
{	
	background-color: #E3E8EA;
	color: #58737F;
}
.frmCouleur td p 
{
	margin: 5px 0;
	padding: 0;
}

/* actualités */

.actualites
{
    height: 160px;
    margin-bottom: 20px;
    padding: 0;
    z-index: 1;
    position: relative;
}

.actualites #actusSelection
{
    clear: both;
    text-align: right;
    display: inline;
    padding-left: 35px;
}
.actualites #actusSelection a
{
    font-family: Georgia, "Times New Roman", Times, Sans-Serif;
    font-weight: bold;
    font-size: 14px;
    background: #cadfed;
    color: #253483;
    border: 1px solid #5667a2;
    text-decoration: none;
    padding: 0 2px;
}
.actualites #actusSelection a:hover, .actualites #actusSelection a.actif
{
    background: #2774a0;
    color: #fff;
    border: 1px solid #009068;
}
.actualites .actu 
{
    position: absolute;
    top: 30px;
    left: 0;
    display: none;
    width: 170px;
    _width: 159px;
    background-color: #fff;
    padding-left: 10px;
}

.actualites h2
{
    background: url("images/actualites-titre-fond.png") repeat-x bottom left;
    padding-left: 10px;
    margin: 0;
}

.actualites .active
{
    z-index: 10;
    display: block;
}
.actualites .last-active {
    z-index: 9;
}

.actualites .actu h3
{
    font-size: 14px;
    color: #4f4d4d;
    margin: 5px 0;
    padding: 0;
}
.actualites .actu img 
{
    text-align: center;
    display: block;
    clear: both;
    margin: 5px auto;
}
.actualites .actu .lienSuite 
{
    clear: both;
    margin: 5px 0;
}

/* agenda */

.agenda
{
    background-color: #f0f6fa;
}

.agenda h2
{
    font-size: 16px;
    color: #b40e1d;
    padding: 10px 0 5px 10px;
    margin: 0;
}

.agenda h3
{
    font-size: 12px;
    color: #263583;
    padding: 0;
    margin: 0;
}

.reunion
{
    background: url("images/agenda-separateur.png") repeat-x top left;
    padding: 10px 0 10px 10px;
}

/* Logos défilants */

.logosDefilants
{
    height: 170px;
}

.logosDefilants img
{
    display: none;
}

.logosDefilants .active
{
    display: block;
    position: absolute;
}

/* déroulants */
.titreDeroulant 
{
	cursor: pointer;
}
.titreDeroulant h2
{
    font-size: 12px;
}
.deroulant 
{
	padding: 0;
}
/* --- FAQ --- */
/* déroulants pour les question FAQ */
.titreDeroulantFAQ
{
	cursor: pointer;
	margin: 0;
	margin-top: 3px;
	padding: 0 40px 0 34px;
	border: 1px solid #D6DEE1;
	border-bottom: 0;
	position: relative;
}
.titreDeroulantFAQ p
{
    margin-bottom : 0;
	
}
.titreDeroulantFAQ .img1
{
	position: absolute;
	top: 0%;
	right: -8px;
	margin-top: 12px;
	padding: 0 0px 0 0px;
}
.titreDeroulantFAQ .img2
{
	position: absolute;
	top: 0%;
	left : 10px;
	margin-top: 13px;
	padding: 0 0px 0 0px;
}
.deroulantFAQ
{
	border: 1px solid #D6DEE1;
	border-top: 0;
	padding: 0;
	margin-bottom: 3px;
	padding: 0 10px 0 10px
}

.deroulantFAQ .deroulantFAQ
{
	border: 0;
	padding: 3px;
	margin: 0;
}
.deroulantFAQ .label
{
	font-size: 12px;
    text-align: justify;
	color: #000000;
}
.deroulantFAQ .titre
{
	font-size: 12px;
	font-weight : bold;
    text-align: justify;
	color: #000000;
}

/*********** CONTENU HOME ***********/

.homeContenus
{
    margin-top: 20px;
}
.homeContenus h2
{
    color: #eb6a18;
    font-size: 13px;
    margin: 0;
    padding: 0;
}
.homeContenus .accroche p
{
    font-size: 15px;
    font-weight: bold;
    color: #b40e1d;
    margin: 0;
    padding: 0;
}
.homeContenus
{
    color: #737373;
    font-size: 12px;
}

.homeGauche .texteContenus
{
    min-height: 350px;
    _height: 350px;
    z-index: 1;
    position: relative;
}

.homeDroite .texteContenus
{
    min-height: 350px;
    _height: 350px;
}

.homeGauche p
{
    clear: left;
}

.homeDroite p
{
    clear: left;
}

.homeGauche
{
    background: url("images/contenu-home-gauche-fond.png") repeat-y top right;
    float: left;
    width: 375px;
    position: relative;
    margin-top: 20px;
    padding-right: 10px;
    min-height: 300px;
    _height: 300px;
}

.homeDroite
{
    float: left;
    width: 350px;
    position: relative;
    margin-top: 20px;
    padding-left: 10px;
    min-height: 300px;
    _height: 300px;
}

.homeGauche img
{
    padding-bottom: 15px;
}

.homeDroite img
{
    padding-bottom: 15px;
}

.boutonAccueil
{
    position: relative;
    bottom: 0;
    background: url("images/bouton-fond.png") no-repeat top center;
    height: 44px;
    width: 192px;
    padding: 0px 80px 0;
}

.boutonAccueil a
{
    padding: 5px 0 5px 20px;
    color: #263583;
    font-weight: bold;
    font-size: 11px;
    display: block;
}

.boutonAccueil span
{
    background: url("images/accueil-titre-bouton-fond.png") no-repeat left 2px;
    padding-left: 20px;
    font-size: 16px;
    color: #b40e1d;
}

.boutonTelechargement
{
    position: relative;
    bottom: 0;
    background: url("images/bouton-fond.png") no-repeat top center;
    height: 44px;
    width: 165px;

}

.boutonTelechargement a
{
    padding: 5px 0 5px 20px;
    color: #263583;
    font-size: 11px;
    vertical-align:center; 
    display: block;
}

.boutonTelechargement span
{
    background: url("images/accueil-titre-bouton-fond.png") no-repeat left 2px;
    padding-left: 20px;
    vertical-align:center; 
    font-size: 14px;
    color: #b40e1d;
}

.boutonIndustriel
{
    background: url("images/bouton-fond.png") no-repeat top center;
    height: 44px;
    padding-left: 10px;
    padding-top: 10px;
}

.boutonIndustriel span
{
    font-weight: bold;
    display: block;
    background: url("images/accueil-titre-bouton-fond.png") no-repeat left 2px;
    padding-left: 20px;
    font-size: 16px;
    color: #b40e1d;
}

/*********** PAGE DE DETAIL DES CONTACTS DE L'ANNAUAIRE ***********/

/* FAIT */
.ProcessusCertification2
{
    color: #1BDF23;
    font-weight: bold;
}

/* A FAIRE */
.ProcessusCertification1
{
    font-weight: bold;
}

/*********** MOTS DE GLOSSAIRE DANS LA RECHERCHE ***********/

.fieldsetGlossaire
{
    margin-top: 10px;
}

.GlossaireRecherche
{
    float: left;
    width: 100%;
}

.GlossaireRecherche div
{
    display: inline;
}
/*********** MOTS DE GLOSSAIRE DANS L'ARTICLE ***********/

.GlossaireArticle
{
    display: inline;
}

/*********** ANNUAIRE ***********/

.lettres 
{
    text-align: center;
    height: 25px;
}
.lettres a 
{
    padding: 2px;
    border: 1px solid #eb8f22;
    text-decoration: none;
}
.lettres a:hover 
{
    border-color: #655a54;
}
.lettres a.disabled
{
    color: #999;
    border-color: #999;
    background: #eee;
}

.adherent h2 {
    font-size: 16px;
    font-weight: bold;
    color: #263583;
    vertical-align:bottom;
    margin: 0 0 0 0;
    padding-bottom:0;
}

.adherent h3 {
    font-size: 14px;
    font-weight: bold;
    color: #b40e1d;
    vertical-align:bottom;
    margin: 0 0 0 0;
}
/*********** TABS ***********/
/* le menu (ul) avec les tabs eux-mêmes */
.ui-tabs-nav 
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    clear: both;
    height: 17px;
}
.ui-tabs-nav li 
{
    float: left;
    width: 100px;
    text-align: center;
    margin: 0;
    padding: 0;
}
.ui-tabs-nav a 
{
    display: block;
    border: 1px solid #ccc;
}
/* le tab sélectionné (li) */
.ui-tabs-selected 
{
    background: #ccc;
}
.ui-tabs-selected a 
{
    border: 1px solid #666;
}
/* chaque panel de tab */
.ui-tabs-panel 
{
    border: 1px solid #ccc;
}
/* les panels de tabs masqués */
.ui-tabs-hide 
{
    display: none;
}



/**************************************************************/


/*********** PIED DE PAGE ***********/

#pieddepage{
    clear: both;
    background: url("images/pieddepage-fond.png") no-repeat top left;
    width: 960px;
    margin: 0 auto;
    padding: 15px 10px 0 10px;
}

#pieddepage a{
    width: 50px;
    height: 100px;
    text-decoration: none;
}

#pieddepage input 
{
    font-size: 11px;
    padding: 0;
    height: 16px;
    border: 1px solid #9bc3dd;
    padding: 4px 0 0 4px;
}

.login
{
    background: url("images/login-fond.png") no-repeat left 4px;
    margin-left: 0px;
    margin-top: 2px;
    padding-left: 110px;
    height: 30px;
    width: 290px;
    float: left;
}

#pieddepage .login .boutonLogin
{
    margin-bottom: -5px;
    padding: 0;
    height: 20px;
}

#pieddepageDroite
{
    background: url("images/pieddepage-separateur.png") no-repeat left 2px;
    float: left;
    padding-left: 10px;
    font-size: 11px;
    color: #6d6d6d;
    height: 30px;
    padding-top: 7px;
}

#pieddepageDroite img
{
    margin: 0 5px 4px 5px;
}

#pieddepageDroite a {
	text-decoration: none;
	color: #263583;
    font-weight: bold;
}

#pieddepageDroite a:hover {
	color: #4c6570;
}

#poweredby
{
    display: inline;
}

