/* CSS Document */

#global {
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
	width:97%;
	text-align:left;
	}
	
body {
	margin:0;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	}
	
h3 {
	padding-left:25px;
	font-size:14px;
	color:#003399;
	line-height:10px;
	}

/*----------------------------------------------------*/
/*-----------------BANNIERE DE PAGE-------------------*/
/*----------------------------------------------------*/

#entete {
	width:100%;
	height:130px;
	background-color: #6699cc;
	border: 1px solid #999999;
	}
	
#recherche {
	
	float:right;
	color:#FFFFFF;
	margin-top: 5px;
	font-weight: bold;
	line-height:22px;
	padding-left:5px;
	padding-top:10px;
	border-top-width: 1px;
	width:65%;

	border-top-style: solid;

	border-top-color: #CCCCCC;

	}
	
#recherche_etiq {
	float:left;
	}


	
#titre_site {
	
	
	color:#FFFFFF;
	padding-top:10px;
	padding-bottom:10px;
	font-size: 20px;
	font-weight: bold;
	
	}
	
/*----------------------------------------------------*/
/*-----------------CONTENU : MENUS + TEXTE------------*/
/*----------------------------------------------------*/
	
#contenu {

	width:100%;
	clear:both;
	margin-bottom:20px;
	}

/*----------------------------------------------------*/
/*-----------------MENU DE GAUCHE---------------------*/
/*----------------------------------------------------*/

#menu {
	width:23%;
	float:left;
	margin-top:15px;
	margin-bottom:20px;
	}

#menu ul {
	list-style-type: none;
	margin:0;
	padding:0;
	line-height: 30px;
	font-size:16px ;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	}

.titremenu {
	background-color:#c80000;
	line-height:30px;
	font-size: 16px;
	font-weight: bolder;
	text-align: center;
	vertical-align: middle;
	margin:0;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	letter-spacing: 0.2em;
	}
	
.titremenubleu {
	background-color:#6699cc;
	line-height:30px;
	font-size: 16px;
	font-weight: bolder;
	text-align: center;
	vertical-align: middle;
	margin:0;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	letter-spacing: 0.2em;
	}
		
#menu li{
	border-bottom:solid #CCCCCC 1px;
	}

#menu a:hover {
	padding-right:2px;
	padding-left:10px;
	color:#c80000;
	text-decoration:none;
	}
	
#menu a {
	padding-right:2px;
	padding-left:10px;
	color:#6697fd;
	text-decoration:none;
	}
	

/*----------------------------------------------------*/
/*-----------------MENU DE PAGE-----------------------*/
/*----------------------------------------------------*/

#ssmenu {
	width:75%;
	margin-top:15px;
	float:right;
	border: 1px solid #CCCCCC;
	padding-bottom:10px;
	text-align: center;	
	}

#ssmenu h1 {
	font-size: 18px;
	color: #C80000;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin:10px;
	}

#ssmenu a {
	color:#003399;
	text-decoration:none;
	}
	


#ssmenu a:hover {
	color:#c80000;
	text-decoration:none;
	
	}
	
#ssmenu a {
	color:#003399;
	}

#ssmenu a:hover {
	color:#c80000;
	}
	
#ssmenu td {
	vertical-align: top;
	font-size:11px;	
}
/*----------------------------------------------------*/
/*-----------------TEXTE DE LA PAGE-------------------*/
/*----------------------------------------------------*/

#texte {
	width:75%;
	float:right;
	
	margin-top:10px;
	margin-bottom:10px;
	}

#texte h2 {
	color:#C80000;
	font-size: 16px;
	margin-top:20px;
	margin-bottom:20px;
	}

#texte h3 {
	padding-left:25px;
	font-size:14px;
	color:#003399;
	line-height:10px;
	}

#texte h3 a {
	padding-left:25px;
	background-image:url(IMG/puce_sommaire_a.gif);
	background-repeat:no-repeat;
	font-size:14px;
	color:#003399;
	background-position: 10px;	
	text-decoration:none;
	
	}

#texte h3 a:hover {
	background-image:url(IMG/puce_sommaire_ahover.gif);
	color:#003399;
	}

#texte .sommaire  {
	text-decoration:none;
	color:#333333;
	font-weight:normal;
	
	font-style:italic;
	}

#texte a, a:hover {
	font-weight:bold;
	}
#texte a {
	color:#003399;
	}
#texte a:hover {
	color:#c80000;
	}
	
#texte table {
	border-color:   #003399 ;
	border-collapse:collapse;
	
}


#texte td {
	border-color:   #6697fd ;
	}
	
/*Liste pour les rubriques de la rubrique LIENS*/

.listeliens  {
	font-size:16px;
	color:#c80000;
	font-weight:bold;
	list-style-image: none;
	list-style-type: none;
	display: inline;
	}
.listeliens ul {
	font-size:14px;
	color:#003399;
	list-style:none;
	font-weight:bold;
	text-indent: 30px;
	}

.titre_sites  {
	font-size:12px;
	font-weight:bold;
	color:#333333;
	}

.description_site  {
	font-size:12px;
	color:#333333;
	font-style: italic;
	margin-left:40px;
	font-weight: lighter;
	}

.liens a:hover {
	text-decoration:none;
	}
	

#navig {
	color:#666666;
	font-weight:bold;
	}

#navig a {
	text-decoration:underline;
	color:#666666;
	}

#navig a:hover {
	color:#0066CC;
	}


/*----------------------------------------------------*/
/*-----------------PIED DE LA PAGE--------------------*/
/*----------------------------------------------------*/

#footer {
	width:99%;
	font-size:12px;
	height:105px;
	background-color: #6699CC;
	padding: 5px;
	color: #FFFFFF;
	clear:both;
	margin-top:10px;
	border: 1px solid #999999;
	}
	
#signature {
	color:#999999;
	font-size:10px;
	text-align:center;
	}
	
#signature a {
	font-weight:bold;
	text-decoration:none;
	color:#999999;
	}
	
.hop {
text-align:right;
clear:both;}
.hop a {
	color:#666666;
	
	}
	
/*----------------------------------------------------*/
/*-----------------DIVERS-----------------------------*/
/*----------------------------------------------------*/

#contrat {
	border:1px #CCCCCC solid;
	padding-left:25px;
	padding-bottom:25px;
	width:65%;
	margin-left:50px;
	}
	
	
/*----------------------------------------------------*/
/*-----------VERSION IMPRIMABLE DU CONTRAT------------*/
/*----------------------------------------------------*/

#contrat_print {
	width:16cm;
	font-size:10pt;
	text-align:justify;
	margin-left:auto;
	margin-right:auto;

	}
	
#contrat_print h1 {
	font-size:16pt;
	color:#c80000;
	text-align:center;	
	}
	
#contrat_print h2 {
	font-size:12pt;
	color:#003399;
	}
