@charset "utf-8"; /* Feuille de styles AABBM 2009 */

/* Arrière-plan des pages et polices d'écriture */
body {
	background-color:#efefef;
	*background-image:url(../images/background.gif);
	*background-position:center bottom;
	*background-repeat:repeat-x;
	font-family:Arial;
	font-size:12px;
}

.clear {
	clear: both;
}

h1 {
	font-size:22px;
	color:#00005f;
	}
	
h2 {
	font-size:16px;
	color:#000081;
	margin-bottom:-5px;
	}
	
/* Liens */
a:link {	color:#000081;	text-decoration:none}
a:visited {	color:#000081;	text-decoration:none}
a:hover {	color:#000081;	text-decoration:underline}
a:active {	color:#000081;	text-decoration:underline}

/* pour centrer le contenu */
#contenant {
	margin:0 auto;
	width:800px;
}

#fondLogo {
	background-image:url(../images/fond_logo.png);
	background-repeat:no-repeat;
	background-position:center left;
	width:142px;
	height:188px;
	margin-left:20px;
	position:absolute;
	top:0;
	z-index:5;
	float:left;
	}
	
#logo {
	padding:15px 0 0 20px;
	border:0;
	}
	
#menuHaut {
	float:right;
	width:120px;
	}
	
#menuHaut ul {
	padding:0;
	margin:0;
	list-style: none;
	}

#menuHaut li {
	display:inline;
	}

#menuHaut li a {
	
	text-decoration: none;
	color:black;
	}

#menuHaut li a:link {color:black; text-decoration: none;}
#menuHaut li a:visited {color:black; text-decoration: none;}
#menuHaut li a:hover {color:black; text-decoration: underline;}
#menuHaut li a:active {color:black; text-decoration: underline;}
	
#contenu {
	width:798px;
	position:absolute;
	top:120px;
	z-index:0;
	}
	
#texteGauche {
	float:left;
	width:595px;
	}
	
#contenuGauche {
	width:594px;
	background-color:white;
	border:1px solid #676767;
	float:left;
	}
	
#marginTexteGauche {
	width:550px;
	margin:auto;
	margin-top:80px;
	min-height:208px;
	}
	
#marginTexteGauche ul {
	margin:0;
	padding:15px 0 0 15px;
	list-style-image:url(../images/puce.gif);
	display:block;
	}

#marginTexteGauche li {
	margin:0 0 5px 0;
	}

#marginTexteGauche li a {
	
	text-decoration: none;
	color:#000081;
	}

#marginTexteGauche li a:link {color:#000081; text-decoration: none;}
#marginTexteGauche li a:visited {color:#000081; text-decoration: none;}
#marginTexteGauche li a:hover {color:#000081; text-decoration: underline;}
#marginTexteGauche li a:active {color:#000081; text-decoration: underline;}
	
#fondTitre {
	width:594px;
	background-color:black;
	height:40px;
	margin-top:40px;
	}
	
#titreAABBM {
	padding:14px 0 0 20px;
	}
	
#menuDroite {
	float:right;
	width:201px;
	border-bottom:1px solid #676767;
	border-top:1px solid #676767;
	border-right:1px solid #676767;
	background-color:white;
	}
	
#menuDroite ul {
	padding:0;
	margin:0;
	list-style: none;
	}

#menuDroite li {
	border-bottom:1px solid #e3e4e4;
	height:40px;
	line-height:40px;
	vertical-align:middle;
	}

#menuDroite li.sans {
	border:none;
	}

#menuDroite li a.active {
	background-color:#00005f;
	color:white;
	}

#menuDroite li a {
	display: block;
	color: #2a2a2b;
	text-decoration: none;
	font-size:14px;
	text-align:left;
	padding-left:15px;
	}

#menuDroite li a:link {text-decoration: none;}
#menuDroite li a:visited {text-decoration: none;}
#menuDroite li a:hover {text-decoration: none; background-color:#00005f; color:white;}
#menuDroite li a:active {text-decoration: underline;}

#copyright {

	text-align:center;
	font-style:italic;
		width:798px;
	}

/* ************** comité exécutif ************** */
.titreComite {
	float:left;
	width:200px;
	margin-top:6px;
	font-weight:bold;
	}
	
.nomComite {
	float:left;
	width:300px;
	margin-top:6px;
	}	

	