/* CSS Document */
/*   RESET CSS    */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 95%;
vertical-align: baseline;
background: transparent;
text-decoration:none;
font-family:Helvetica,Arial,sans-serif;
}
body {
line-height: 1.2;
}
ul {
list-style: none;
}
blockquote, q {
quotes: none;
text-indent:2em;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}
em{
font-style:normal;
font-size:100%;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}
/*__________________________________END INIT      */
h1{
margin-bottom:.4em;
}
h2{
margin-bottom:.4em;
}
h3{
margin-bottom:.3em;
}
strong{
color:#333333;
font-size:100%;
}
.right {
	text-align:right;
	padding-left:50px;
	float:left;
}

#enligne{
display:inline;
float:left;
vertical-align:top;
}
#menu{
	background-color:#999999;
	/*padding:.7em;
	height:50px;
	position:fixed;*/
}
#menu ul{
display:none;
}
#menu li{
	display:inline;
	padding-right:1em;
	font-weight:bold;
}
#menu a{
font-weight:normal;
text-decoration:none;
}
a:visited, a:link{
color:#000;
}
a:hover{
color:#fff;
}
li.remixmenu{
display:block;
border-top:thin solid #fff;
width:900px;
}
.retour{
display:block; position:absolute; right:0;
margin-bottom:1em;
margin-top:1em;
font-size:90%;
}

												/* footer/contener */
#pied{
margin-bottom:1em;
float:none;
clear:both;
}
#contener{
margin-bottom:2em;
padding-bottom:2em;
float:none;
clear:both;
z-index:0;
}
#contener a:link {color:#14439B; font-weight:bold}
#contener a:visited {color:#14439B; font-weight:bold}
#contener a:hover {color: #0C2C5A; font-weight:bold; text-decoration:underline}
#contener a:active {color: #113E80; font-weight:bold}
