@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	color:#3366CC;
	background-color:#999966;
	
}

ul, ol, dl{
	padding: 0;
	margin: 0;
}
a {
	color: #FFF;
	background-color: #939393;
	text-align: center;
	border-style: none;
}
p {
	color: #FFF;
	}
h1 {
	color: #FFFFFF;
	text-align: center;
	}
h2 {
	color: #FFFFFF;
	text-align: center;
}
h3 {
	color: #333;
}
h6 {
	font-size: 20px;
	width: auto;
	text-align: center;
	display: block;
	border-width: 10px;
	border-bottom-style: groove;
	padding: 0px;
	margin: 0px;
}
img {
	left: 8px;
	border-left-width: 8px;
	float: left;
	margin-right: 10px;
	clear:left;
}

.sidebar1 {
	float: left;
	width: 150px;
	margin: auto;
	background-color: #990;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
}
/* ~~ Styles de liste de navigation (peuvent être supprimés si vous optez pour un menu de survol prédéfini tel que Spry) ~~ */
ul.nav {
	list-style: none; /* crée la bordure supérieure des liens ; les autres sont placées à l'aide d'une bordure inférieure sur la balise LI */
	margin-bottom: 5px; /* crée l'espace entre la navigation et le contenu en dessous */
	background-color: #36F;
	color: #C93;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
}
.container {
	width: 880px;
	
	margin: 0 auto; /* la valeur automatique sur les côtés, associée à la largeur, permet de centrer la mise en page */
	background-color: #FFF;
	background-image:url(../img/jojo64.jpg);
			}
ul.nav li {
	text-decoration: none;
	height: auto;
	width: auto;

}.header {
	background-color: #FFFFFF;
}
a:hover {
	color: #FFF;
	background-color: #C93;
	text-decoration: none;
	left: 25px;
	bottom: 0px;
	cursor:pointer;
}
.content {
	padding: 10px;
	width: 760px;
	float: left;
	background-color: #FFF;
	color: #404040;
	overflow: hidden;
	font-size: 14px;
	font-style: normal;
	border-style: groove;
	background-image:url(../img/escoff.jpg);
}
textarea, input{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

form, dl, dt, dd, p, fieldset{
	margin: 0;
	padding: 0;
}

fieldset{
	border: none;
}

#contact dt{
	float: left;
	width: 200px;
}

#contact{
	width: 520px;
}

#contact dd, #contact p{
	margin-bottom: 5px;
	text-align: right;
}

#contact dl input, #contact textarea{
	width: 300px;
	box-shadow: none;
}

#contact textarea{
	resize: vertical;
}

#contact label{
	font-family: 'Ubuntu',Verdana, Geneva, sans-serif;
}

#contact label + span, #contact span > span{
	color: red;
}

#contact p{
	text-align: center;
	position: relative;
	z-index: 1;
}

#contact input[type="submit"] + span{
	position: absolute;
	z-index: 2;
	right: 0px;
	top: 0px;
	font-style: italic;
}



#contact :required{
	font-weight: bold;
}

.footer {
	padding: 35px 0;
	background: #CCC49F;
	position: relative;/* donne hasLayout à IE6 de façon à permettre un effacement correct */
	clear: both; /* cette propriété d'effacement force le .container à comprendre où se terminent les colonnes et à les contenir */
	text-align:center;
	color: #141414;
}