html {
	width: 1024px;
	height:768px;
	margin:auto;
	padding:0;
}

body {
	width: 1024px;
	height:768px;
	margin:auto;
	padding:0;
	background-color: #7EA3D0;
}

a {
	text-decoration: none;
}

a img {
	border: none;
	outline-width: 0;
}

/******************************************/
/******************HAUT ******************/
/******************************************/
#bandeau {
	background-image: url(images/haut.gif);
	background-repeat: no-repeat;
	position: relative;
	height: 168px;
	width: 1024px;
	margin: 0px;
	display:block;
	left: 0px;
	top: 0px;
	z-index: 5;
}

.logo {
	display: block;
	height: 150px;
	width: 150px;
	margin: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	
}

/*******************************************/
/****************MENUS ******************/
/******************************************/
.menuHaut {
	background-color: #0062A6;
	position: relative;
	left: 150px;
	top: 142px;
	height: 26px;
	width: 792px;
	display: block;
	margin: 0;
	padding: 0;
	z-index: 15;
}

.lienHaut {
    background-color: #0266A3;
    position: relative;
    height: 14px;
    width: 99px;
    float: left;
    font-family: Tahoma;
    font-size: 9pt;
    font-weight: 400;
    font-variant: small-caps;
    color: #FFFFFF;
    letter-spacing: 1px;
    text-align: center;
    padding-top:5px;
    padding-bottom:7px;
}

.lienHaut > a {
	color: #FFFFFF;
}

.lienHaut > a:hover {
	color: #0266A3;
}

.lienHaut  a{
	height: 14px;
	width: 200px;
	margin: 0px;
	display: block;
	padding-top:5px;
	padding-bottom:7px;

}


#menuGauche {
	background-image: url(images/gauche.gif);
	background-repeat: no-repeat;
	position: relative;
	height: 600px;
	display:block;
	width: 150px;
	margin: 0px;
	float: left;
	z-index: 15;

}

.lienGauche {
	background-color: #F0EC90;
	margin: 0px 0px 25px 64px;
	position: relative;
	height: 15px;
	width: 86px;
	display:block;
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: 400;
	font-variant: small-caps;
	color: #000000;
	letter-spacing: 1px;
	text-align: center;
	padding-top:5px;
	padding-bottom:5px;
}


.lienMembre {
	height: 51px;
	width: 150px;
	margin-top: 25px;
	margin-left: 0px;
	display:block;
	background-image: url(images/adherent-off.gif);
	background-repeat: no-repeat;
}

a.lienMembre:hover{
	background-image: url(images/adherent-on.gif);
	background-repeat: no-repeat;
 }
 
 .lienAtelier {	
	height: 50px;
	width: 150px;
	margin-top: 50px;
	margin-left: 0px;
	display:block;
	background-image: url(images/atelier-off.gif);
	background-repeat: no-repeat;
}

a.lienAtelier:hover{
	background-image: url(images/atelier-on.gif);
	background-repeat: no-repeat;
 }
/*******************************************/
/*********** SOUS MENU ******************/
/******************************************/
.menuLienHaut {
	background-color: #FACDA7;
	left: 48px;
	top:26px;
	position: absolute;
	display:block;	

}
.menuLienHautPasOver {
	background-color: #89766B;
	height: 20px;
	width: 150px;
	display:block;
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: 400;
	color: #FFFFFF;
	text-align: left;
	text-indent: 3pt;
	vertical-align: bottom;
	text-decoration:none;
}
a.menuLienHautPasOver:hover{
	background-color: #7EA3D0;
}

.menuLienGauche {
	background-color: #89766B;
	left: 86px;
	top:13px;
	position: absolute;
	display:block;
}
.menuLienGauchePasOver {
	background-color: #89766B;
	height: 25px;
	width: 200px;
	display:block;
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: 400;
	color: #FFFFFF;
	text-align: left;
	text-indent: 3pt;
	vertical-align: middle;
	text-decoration:none;
	z-index: 15;
}

a.menuLienGauchePasOver {
	vertical-align: middle;
}

a.menuLienGauchePasOver:hover{
	background-color: #68B4B8;
}

.cache {
	display:none;
}


/***********************************************/
/****************** CONTENU ******************/
/**********************************************/
#contenu {
	width: 874px;
	height: 600px;
	max-width: 874px;
	background-image: url("images/fond.gif");
	background-repeat: no-repeat;
	float: right;
	position: relative;
	_position: absolute;

	display: inline;		
	z-index: 1;
}

#titre {
	width: 483px;
	height: 29px;
	margin: 10px;
	background-image: url("images/titre.gif");
	background-repeat: no-repeat;
	font-family: Arial;
	font-weight: 400;
	font-size: 15pt;
	color: #0062A6;
	text-indent: 2px;
	letter-spacing: 3px;
}

#titre:first-letter {
	font-weight: bold;
}

.flash {
	width: 874px;
	height: 600px;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
}

/****************** TEXTE ******************/
#corps {
	width: 838px;
	max-width: 838px;
	height: 546px;	
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 20px;
	padding-bottom: 0px;
	padding-right: 17px;
	overflow: auto;
}

#corps a {
    font-weight: 500;
    color: #23567E;
    background-color: #dcf2f8;
    letter-spacing: 1px;
    text-align: left;
    text-indent: 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
}

#corps a:hover {
    color: #572A25;
    background-color: #B0D5EE;
}

# corps a:visited {
    color: #292D31;
    background-color: #C4C2A5;
}
/*
.textes {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #001A28;
    letter-spacing: 1px;
    line-height: 14px;
    word-spacing: 2px;
    text-align: justify;
}

.titres {
    font-family: Tahoma;
    font-size: 14px;
    font-weight: 600;
    color: #3C332E;
	word-spacing: 2px;
}

.soustitres {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #405159;
    word-spacing: 2px;
}

.retraitexte  {
    margin-left: 20px;
}
*/
