/* Feuille de style Masaland */
/* Bleu fonce: #164677 */
/* Bleu gris: #607993 */
/* Orange: #FF9900 */
/* Blanc : #FFFFFF */

/* Styles fondamentaux */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background: url("./images/background.gif") repeat-x;
	margin: 0;
	padding: 0;
}

p, h1, h2 {
	margin: 0;
	padding: 0;
}

ul, li {
	list-style-type: none;
	margin:0;
	padding:0;
}
	
img{
	border: 2px solid #164677;
}

/* Calques generaux */

#conteneur {
	position: absolute;
	width: 640px;
	left: 50%;
	margin-left: -320px;
	background: url("./images/conteneurgauche.gif") repeat-y;
	background-color: #F0F3F2;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
}

#header {
	height: 146px;
	background: url("./images/header.gif") no-repeat;
}

#header h1 {
	position: absolute;
	top: 45px;
	left: 240px;
	color: #0073A5;
	font-size: 1.6em;
	font-weight: bold;
}

#sousheader {
	height: 180px;
	background: url("./images/sousheader.gif") no-repeat;
}

#centre {
	/*width: 465px; Ne fonctionne pas avec IE6*/
	padding-bottom: 10px;
	margin-left: 175px;
	background: url("./images/centre.gif") repeat-y;
}

#gauche {
	float: left;
	width: 175px;
}

#pied {
	clear: both;
	color: #249;
	background: url("./images/pied.gif");
	border-top: 2px solid #FFFFFF;
}
			
/*Contact et Telephone (dans header)*/

#contact {
	padding-top: 70px;
	padding-left: 340px;
	color: #FFFFFF;
}

#contact li {
	margin-top: 18px;
	font-size: 1em;
}

/*Menu gauche*/

h2.gauche {
	margin: 0;
	padding-top: 9px;
	padding-left: 22px;
	width: 177px;
	height: 32px;
	background: url("./images/barremenu.gif") no-repeat;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
}

#menugauche li {
	font-size: 0.9em;
	margin-bottom: 2px;
	padding-left: 30px;
}

#menugauche a {
	margin: 0 2px;
	color: #164677;
	text-decoration: none;
}

#menugauche a:hover {
	color: #FF9900;
	text-decoration: none;
}

/* sousheader */
			
h2.sousheader {
	margin: 0;
	padding-top: 5px;
	padding-left: 8px;
	height: 34px;
	color: #164677;
	font-size: 1.5em;
	font-weight: normal;
}

#sousheader_images {
	padding-top: 25px;
}

#sousheader_images li {
	display: inline;
	margin-left: 35px;
}


/* Partie centrale */

h2.centre {
	margin: 0;
	padding-top: 7px;
	padding-left: 15px;
	height: 32px;
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	background: url("./images/barrecentre.gif") no-repeat;
}

.centre {
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
}

p.copy {
	padding-top: 5px;
	font-size: 0.7em;
	text-align: center;
}
			
/* Liens */
			
a {
	color: #FF9900;
	text-decoration:none;
}
			
a:hover {
	color: #FFFFFF;
	text-decoration:none;
}
