* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background-color: #660066;
}
a {
	color: #FF9933;
	font-weight: bold;
	text-decoration: none;	
}
a:hover {
	color: #FFCC66;
}
h1, h2, h3 span {
	display: none;
}

h3 {
        font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
        font-weight: bold;
		color: FFFFFF;
		font-size: 16px;
}

h4 {
        font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
        font-weight: bold;
		color: FFFFFF;
		font-size: 15px;
}

dt, dl, dd, ul, li {
list-style-type: none;
margin: 0;
padding: 0;
}

ul.femmes {
		float:left;
		text-align:center;
		padding-left: 60px;
}
ul.hommes {
		float:right;
		text-align:center;
		padding-right: 60px; 
}
.spacer {
  clear: both;	
}
#container {
	position: relative;
	margin: 0 auto 0 auto;
	width: 700px;
	padding: 0 40px 0 40px;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: .75em;
	background: url(container_bg.gif) repeat-y center;
}

#pageHeader {
	background: url(header.gif) no-repeat center;
	padding: 15px 0 0 0;
	height: 100px;
	width: 685px;
}

/*************************************
*			Pied de page					 
*************************************/

#footer {
	width: 700px;
	text-align:center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	color: #660066;
	/*border: thin Black solid;*/
}
#footer a{
	color: #660066;
	font-weight: normal;
	text-decoration: none;	
}
#footer a:hover{
	color: #000000;
}
/*************************************
*		Bloc membre de droite		 
*************************************/

#quickSummary {
	width: 220px;
	float: right;
	left: 515px;
	color: White;
	background: url(smtext_top.gif);
}

#quickSummary p.p1 {
	padding: 15px 15px 0 15px;
	background: url(smtext_hd.gif);
	background-repeat: no-repeat;
}

#quickSummary p.p2 {
	padding: 15px 15px 15px 15px;
	background: url(smtext_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
/*************************************
*		Bloc de gauche					 
*************************************/
#preamble {
	background: url(text_bg_top.gif);
	background-repeat: repeat-y;
	width: 460px;
	color: White;
}

#preamble p.p1 {
	padding: 20px 15px 0 15px;
	background: url(enlightenment_hd.gif);
	background-repeat: no-repeat;
}

#preamble p.p2 {
	padding: 15px 15px 0 15px;
}

#preamble p.p3 {
	padding: 15px 15px 18px 15px;
	background: url(text_bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
