body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	padding: 0;
	text-align: center;
	background-color:#FFFFFF;
	color: #000000;
}

/*divs pour la home*/
.conteneur {
	position:relative;
	width: 703px;
	margin-left: auto;
	margin-right:auto;
	text-align:left;
	z-index: 1;
}

.conteneur-inside {
	position:relative;
	width: 703px;
	background-image:url(imgs/home_bck.gif);
	background-repeat:repeat-y;
	text-align:left;
	z-index: 2;
}

.nav-home {
	position:relative;
	width: 703px;
	text-align:left;
	margin-top: 40px;
	z-index: 3;
	height: 15px;
}

.home-shader {
	position: absolute;
	width: 703px;
	background-image:url(imgs/shader.gif);
	background-repeat:repeat-x;
	text-align:left;
	z-index: 2;
	height: 1px;
}

.visu-home {
	position:relative;
	width: 703px;
	text-align:left;
	z-index: 4;
	height: 212px;
}

.form {
	text-align:left;
	z-index: 6;
	width: 179px;
	height: 113px;
}

.briefs {
	text-align:left;
	z-index: 7;
	padding-left: 10px;
}
/*divs pour les pages*/

.pge-conteneur {
	position:relative;
	width: 721px;
	margin-left: auto;
	margin-right:auto;
	text-align:left;
	z-index: 1;
}

.pge-conteneur-inside {
	position:relative;
	width: 721px;
	text-align:left;
	z-index: 2;
	visibility: hidden;
}

.logo {
	width: 721px;
	height:104px;
	z-index: 3;
	background-image:url(imgs/page_up_bck.gif);
	background-repeat:repeat-y;
	/*visibility: hidden;*/
	display: none;
	width: 0px;
	height:0px;
}

.nav-pge {
	position:absolute;
	width: 588px;
	height: 15px;
	text-align:left;
	left: 133px;
	z-index: 4;
	top: 20px;
	/*visibility: hidden;*/
	display: none;
	width: 0px;
	height:0px;
}

.visu-pge {
	position:absolute;
	width: 588px;
	height: 66px;
	z-index: 5;
	left: 133px;
	top: 38px;
	/*visibility: hidden;*/
	display: none;
	width: 0px;
	height:0px;
}

.left-menu {
	position: absolute;
	width: 133px;
	z-index: 6;
	top: 105px;
	/*visibility: hidden;*/
	display: none;
	width: 0px;
	height:0px;
}

.contents {
	position: relative;
	z-index: 7;
	left: 0px;
	visibility: visible;	/*top: 117px;*/
	/**/display: block;
}

/* links and text*/
.navlink:link {
	font-weight:  bold;
	color: #666666;
	text-decoration: none;
}

.navlink:visited {
	font-weight:  bold;
	color: #666666;
	text-decoration: none;
}

.navlink:hover {
	font-weight:  bold;
	color: #A90055;
	text-decoration: none;
}

.falselink {
	font-weight:  bold;
	color: #666666;
}

.boldpink {
	font-weight:  bold;
	color: #A90055;
}

.pink {
	color: #A90055;
}

.leftlink:link {
	color: #333333;
	text-decoration: none;
}

.leftlink:visited {
	color: #333333;
	text-decoration: none;
}

.leftlink:hover {
	color: #A90055;
	text-decoration: none;
}

.quicknavlink:link {
	color: #333333;
	text-decoration: none;
}

.quicknavlink:visited {
	color: #333333;
	text-decoration: none;
}

.quicknavlink:hover {
	color: #A90055;
	text-decoration: underline;
}

.inlink:link {
	color: #333333;
	text-decoration: underline;
}

.inlink:visited {
	color: #333333;
	text-decoration: underline;
}

.inlink:hover {
	color: #A90055;
	text-decoration: underline;
}

.txt{
	color: #000000;
	font-size: 115%;
	text-align: justify;
	list-style-type: square;
}

h1{
	font-weight:  bold;
	color: #000000;
	font-size: 130%;
	text-align: left;
}

h2{
	font-weight:  bold;
	color: #000000;
	font-size: 110%;
	text-align: left;
}

.quick-nav{
	color: #000000;
	text-align: right;
}

.saisie {	
	font: 11px Verdana;
	color: #000000;
}

hr {
	height: 1px;
	color: #666666;
}

div#entete_formulaire img{
float: left;
display:block;
}

form#inscription_event #date_signature {
display: block;
margin-bottom: 50px;
}

form#inscription_event #boutons {
display: none;
}