/* ==============================================
   FEUILLE DE STYLES DES GABARITS HTML/CSS --- 07
   © Elephorm & Alsacreations.com
   Conditions d'utilisation:
   http://creativecommons.org/licenses/by/2.0/fr/
   ============================================== */

/* Général */
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color:#ebebee;
	background-image: url(../images/background.gif) ;
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
}

/* En-tête */
#entete a{
	height: 170px;
	display:block;
	background: url(../images/header.jpg) no-repeat;
}
/*Menu*/
#menu-horiz {
	height : 36px;
	margin: 0;
	padding:0;
}
#menu-horiz ul{
	margin: 0;
	padding:0;
	list-style: none;
}
#menu-horiz li{
	float:left;
	margin: 0;
	padding : 0;
}
.accueil a{
	display:block;
	width :201px;
	height:36px;
	background-image : url(../images/accueil.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.accueil a:hover{
	background-image: url(../images/accueil.gif);
	background-repeat: no-repeat;
	background-position: 0 -36px;
}
.accueil-actif a{
	display:block;
	width :201px;
	height:36px;
	background-image: url(../images/accueil.gif);
	background-repeat: no-repeat;
	background-position: 0 -36px;
}
.techniques a{
	display:block;
	width :197px;
	height:36px;
	background-image : url(../images/techniques.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.techniques a:hover{
	background-image: url(../images/techniques.gif);
	background-repeat: no-repeat;
	background-position: 0 -36px;
}
.techniques-actif a{
	display:block;
	width :197px;
	height:36px;
	background-image: url(../images/techniques.gif);
	background-repeat: no-repeat;
	background-position: 0 -36px;
}
.zones a{
	display:block;
	width :196px;
	height:36px;
	background-image : url(../images/zones.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.zones a:hover{
	background-image: url(../images/zones.gif);
	background-repeat: no-repeat;
	background-position: 0 -36px;
}
.zones-actif a{
	display:block;
	width :196px;
	height:36px;
	background-image: url(../images/zones.gif);
	background-repeat: no-repeat;
	background-position: 0 -36px;
}
.syndicat a{
	display:block;
	width :197px;
	height:36px;
	background-image : url(../images/syndicat.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.syndicat a:hover{
	background-image: url(../images/syndicat.gif);
	background-repeat: no-repeat;
	background-position: 0 -36px;
}
.syndicat-actif a{
	display:block;
	width :197px;
	height:36px;
	background-image: url(../images/syndicat.gif);
	background-repeat: no-repeat;
	background-position: 0 -36px;
}
.contact a{
	display:block;
	width :200px;
	height:36px;
	background-image : url(../images/contact.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.contact a:hover{
	background-image: url(../images/contact.gif);
	background-repeat: no-repeat;
	background-position: 0 -36px;
}
.contact-actif a{
	display:block;
	width :200px;
	height:36px;
	background-image: url(../images/contact.gif);
	background-repeat: no-repeat;
	background-position: 0 -36px;
}
/* Page */
#global {
	width: 991px; 
	margin: 0 auto; 
	/*border:1px solid red;*/
}

/* Bloc central contenant #navigation et #contenu */
#centre {
	width: 100%; 
	overflow: hidden;
	background: url(../images/repeat-centre.gif) repeat-y;
	/*min-height: 630px;rajout de moi*/
}
/** html body #centre {height:630px} Pour IE PC*/

/* Pied de page */
#pied {
	background: url(../images/pied.gif) no-repeat;
	height : 40px;
	color : #3a3f87;
	font-size : 0.8em;
	font-weight: bold;
	text-align:center;
	margin: 0;
	padding: 10px 0 0 0;
}
#pied a{
	color : #3a3f87;	
}
#pied a:hover{
	text-decoration : none;
}
/************************* PAGE INTERNE *******************************/
/* Navigation */
#navigation {
	/*background: green; */
	width: 230px;
	/*float: left;*/
	margin-right: 750px;
}
#pave-top2 {
	width: 213px;
	height : 160px;
	margin : 12px 0 10px 15px;
}

/* Contenu principal */
#contenu {
	/*background: pink; border:1px solid pink;*/
	/*margin-left: 200px; */
	float:right;
	width : 695px;
	padding: 0 25px 15px 0;	
	margin:0;
	font-size : 0.9em;
	text-align : justify;	
}
/************************ PAGE INDEX ****************************/
/* Modules */
#modules-index {
	/*background: green; */
	width: 213px;
	/*float: left;*/
	margin-left: 750px;
}

/* Contenu index */
#contenu-index {
	/*background: pink; */
	/*margin-left: 200px; */
	float:left;
	width : 695px;
	padding: 0 0 15px 25px;	
	margin:0;
	font-size : 0.9em;
	text-align : justify;
}
#pave-top {
	width: 213px;
	height : 160px;
	margin : 12px 0 0 0;
}
.pave-contact {
	width: 213px;
	height : 160px;
	background: url(../images/pave-contact.jpg) no-repeat;	
	margin : 12px 0 0 0;
	/*border:1px solid blue;*/
}
.pave-congres a{
	display:block;
	width: 213px;
	height : 160px;
	background: url(../images/pave-seminaires.jpg) no-repeat;	
	margin : 12px 0 0 0;
	/*border:1px solid red;*/
}

/*************************Mise en page******************************/
#bloc-texte{
	/*background-color:pink;*/
	width:690px;
	margin : 0 0 0 5px;

}
.chemin-navigation{
	background: url(../images/chemin-navigation.gif) no-repeat;
	color: #5662b3;
	margin : 15px 0 0 0;
	padding : 0 0 0 15px;
	height: 26px;
	font-weight: bold;
}
.h1-contenu{
	background: url(../images/titre.gif) no-repeat;	
	margin : 10px 0 10px 0;
	padding : 2px 0 0 40px;
	color : #3a3f87;
	font-size : 1.3em;
	height: 28px;
	font-weight: normal;
}
.h2-contenu{
	background: url(../images/puce-carre.gif) no-repeat 0 4px;	
	margin : 15px 0 0 0;
	padding : 0 0 0 18px;
	color : #5662b3;
	font-size : 1.2em;
	font-weight: bold;
	text-align : left;
}
.h3-contenu{
	background: url(../images/puce-etoile.gif) no-repeat 0 3px;	
	margin : 10px 0 0 0;
	padding : 3px 0 0 20px;
	color : #8594be;
	font-size : 1.05em;
	height:17px;
	font-weight: bold;
}
.centrage{
	text-align:center;
}
.img-sans-bord{
	border:none;
}
.img-gauche{
	float:left;
	margin : 0 10px 0 0;
	border:none;
}
.img-droite{
	float:right;
	margin : 0 0 0 10px;
	border:none;
}
.bloc-img{
		text-align:center;
		margin : 10px 0 10px 0;
}
.legende-photo{
	font-style: italic;
	font-size: 0.8em;
	text-align:center;
	display:block;
}
.legende-photo2{
	font-size: 0.8em;
	text-align:center;
}
.legende-video{
	font-size: 0.8em;
	text-align:center;
	display:block;
	font-weight: bold;
}
.tablo-en-tete{
	margin : 0;
	padding : 0 0 0 5px;
	vertical-align: top;
	/*border-top : 1px solid #5662b3; 
	border-bottom : 1px solid #5662b3; */
}
.tablo-en-tete a{
	color: #5662b3;
	text-decoration: none;
}
.tablo-en-tete a:hover{
	color: #8993c7;
}
.tablo-en-tete td{
	vertical-align: top;
}
.hr-tablo-en-tete{
	color: #5662b3;
	background-color: #5662b3;
	height: 1px;
	border: 0;
}
.liste-tablo{
	margin :0 35px 0 0;
	padding :0;
	top : 0;
	font-size: 0.8em;
	/*border:1px solid #ff0000;*/
}
.liste-tablo li{
	list-style: none;
	background-image: url(../images/puce-ronde2.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding : 0 0 2px 10px;
	/*border:1px solid #000;*/
}

.tablo1{
	margin : 0; 
	padding :0;	
}
.tablo1 img{
	margin : 0 10px 0 0;
}
.tablo1 td{
	vertical-align: top;
}
.tablo2{
	margin : auto; 
	padding :0;
	width:80%;
}
.tablo2 img{
	text-align:center;
}
.tablo2 td{
	vertical-align: middle;
}
.tablo3 {
	margin : 0; 
	padding :0;
}
.tablo3 img{
	margin : 0 10px 0 0;
}
.tablo4{
	margin : auto; 
}
.tablo4 td{
	text-align: left;
}
.tablo5{
	margin : 0; 
	padding :0;
}
.tablo5 img{
	text-align:center;
}
.tablo5 td{
	vertical-align: middle;
}
.td-tablo5{
	width : 210px;
}
.decalageG10{
	padding :  0 0 0 10px ;
}
.decalageD35{
	padding :  0 35px 0 0 ;
}
.lien{
	color: #5662b3;
}
.lien:hover{
	color: #8993c7;
}
.lienExt{
	color: #5662b3;
}
.lienExt:hover{
	color:#8993c7;
}
.lienExt img{
	border: none;
}
.lien-chemin1-navig{
	color: #5662b3;
	text-decoration: none;
	font-weight:bold;
}
.lien-chemin1-navig:hover{
	color: #8993c7;
}
.lien-chemin2-navig{
	color: #5662b3;
	text-decoration: none;
	font-weight:normal;
}
.lien-chemin2-navig:hover{
	color: #8993c7;
}
.texte-chemin-navig{
	color: #5662b3;
	font-weight:normal;
}
.liste li{
	margin : 0 0 5px -10px;
}
.liste2 li{
	margin : 0 0 5px -30px;
}
.liste-puce li {
	margin : 0 0 5px -30px;
	padding : 0 0 0 20px ;
	list-style: none;
	background: url(../images/puce-carre.gif) no-repeat 0 3px;	
}
.petit-titre{
	color: #b771ae;
	font-weight: bold;
}
.texte-rouge{
	color : red;
}
.texte-bleu{
	color : blue;
}
.texte-important{
	color : #5662b3;
	font-weight: bold;
}
.texte-important2{
	color : #5662b3;
	margin: 0 0 0 10px;
}
.fleche{
	background: url(../images/fleche.gif) no-repeat 0 3px;	
	padding : 0 0 0 15px ;
}
.texte-italique-decale{
	font-style: italic;
	margin: 0 0 0 10px;
}