/* CSS issu des tutoriels css.alsacreations.com */

body {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	background-color:#0000FF;
}
*#header {
height: 100px;
background-color:#33CCFF;
}



#conteneur {
	position: relative;
	width: auto;
	margin: 0 auto;
	background-color: #6E8F84;
}
#centre {
	background-color: #33CCFF;
	height :420px;
	margin-left: 0px;
	margin-right: 200px;
/*	text-align: justify;*/
	color: #CC3300;
	padding-left :10px;
	text-align: left;
	color: #CC3300;

}
#centretexte {
	background-color: #33CCFF;
	width : 300px;
	margin-left: 0px;
	margin-right: 200px;
/*	text-align: justify;*/
	color: #CC3300;
	padding-left :10px;
	text-align: left;
	color: #CC3300;

}
#centretexte2 {
	position: absolute;
	top: 190px;
	left: 20px;
	background-color: #33CCFF;
	width: 300px;
	margin-left: 300px;
	margin-right: 200px; /*	text-align: justify;*/
	color: #CC3300;
	padding-left: 10px;
	text-align: left;

}
#centre2 {
	background-color: #33CCFF;
	height :420px;
	margin-left: 0px;
	margin-right: 200px;
	text-align: justify;
	color: #CC3300;

} 
#VignettesGauche {
	position: absolute;
	top: 120px;
	padding-left: 10px;
	padding-right: 10px;
	width : 220px;
	left: -1px;

/* il faut redéfinir la taille en fonction de la bordure */

  } 
#imagedroite {
position: absolute;
top: 120px;
left: 240px;

}
#droite {
background-color:#6A371E;
position: absolute;
right:0;
width: 200px;
z-index:20;
}

#contenu{
position: absolute;
left:0;
width: 800px;
height: 600px;
}

#droite2 {
	position: absolute;
	background-color: transparent;
	
	margin-left: 800px;
	z-index: 20;
}
#texteaccueil {
	position: absolute;
	
	background-color: #33CCFF;
	top: 130px;
	left: 800px;
	width : 180px;
	padding: 10px;
	
	z-index: 20;
} 
#pied {
	height: 30px;
	background-color: #33CCFF;
	width: 100%;
	text-align: center;
}
#piedaccueil {
	position : absolute;
	margin-top :600px;
	height: 30px;
	background-color: #33CCFF;
	width: 100%;
	text-align: center;
	z-index: 30;
}
.imagebordure {
border: 3px solid #0000FF;  
/* bordure rajoutée dans la classe image*/

}
.imageborduregrande {
border: 5px solid #0000FF;  
/* bordure rajoutée dans la classe image*/

}
.menudroit {
list-style-type: none;
margin: 0;
padding:0;
}
.menudroit li {
margin-bottom: 5px;
}
.menudroit a {
	margin: 0 2px;
	color:black;
	text-decoration: underline;
}
.menudroit a:hover {
text-decoration: none;
}
p {margin: 0 0 10px 0;}

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
	
	position: absolute;
	top: 0em;
	left: 1em;
	width: 14em;
	background-color: #0000FF;
}

#menu dt {
	cursor: pointer;
	color: #CC3300;
	background: #FFFFB7;
	height: 20px;
	line-height: 20px;
	margin: 2px 0;
	border: 1px solid gray;
	text-align: center;
	font-weight: bold;
}

#menu dd {
	position: absolute;
	color: #CC3300;
	z-index: 100;
	right: 14em;
	margin-top: -1.4em;
	border: 1px solid gray;
	width: 10em;
	background: #FFFFB7;
}

#menu ul {
padding: 2px;
}
#menu li {
text-align: center;
font-size: 85%;
height: 18px;
line-height: 18px;


}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
}

#menu li a:hover {
text-decoration: underline;
}

#menu dd a {
	color: #CC3300;
	text-decoration: none;
	display: block;
}
/*Pour mise en forme liens*/
#centretexte3 {
	position: absolute;
	top: 135px;
	left: 10px;
	background-color: #33CCFF;
	width: 300px;
	margin-left: 300px;
	margin-right: 200px; /*	text-align: justify;*/
	color: #CC3300;
	padding-left: 10px;
	text-align: left;

}