body{
	background-color: #8488FD;
  	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#page{
	background-color: #5F63FD;
	border: #99A7B3 2px solid;
	border-top: 2px #D2C7F8 solid;
	border-left: 2px #D2C7F8 solid;
	border-bottom: 2px gray solid;
	border-right: 2px gray solid;
	width: 700px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
/*layout*/

.layout{
	text-align: center;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}



/*contenu*/
.center{
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
.gauche{
	position: relative;
	background-image: url(../images/gauche.GIF);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-bottom: 100px;
	padding-left: -10px;
	width: 150px;
	height: 250px;
	/*
	margin-left: 12px;
	margin-top: 25px;*/
	top: 10px;
	left: 15px;
}

a{
	text-decoration: none;
	color: #ffffff;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a:hover{
	color: #535353;
	text-decoration: underline;
}

li{
	list-style-image: url(../images/puce.gif);
}

.contenu{
	width: 330px;
	height: auto;
	padding-bottom: 100px;
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
	/*padding: 20px; 	*/
	margin-right: 165px;
	margin-left: 165px;
	margin-top : -320px;
	margin-bottom: 30px;
	background-color: #8488FD;
	border: 2px solid #D2C7F8;
}

.droite{
	position: absolute;
   width:150px;
	padding-top: 10px;
	padding-bottom: 100px;
	padding-right: 10px;
	background-image: url(../images/droite.gif);
	background-repeat: no-repeat;
	right: 0px;
	top: 10px;
}


h4{
	text-align: center;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4E4E4E;
}
h3{
		text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	color: #4E4E4E;
}
.gras{
	font-weight: bold;
}
.name{
	font-family: Arial, Helvetica, sans-serif;
	color: #3F3F3F;
	font-size: 12px;
}
*/
