﻿@charset "utf-8";
/* CSS Document */

/*INITIALISATION*/
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: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* **************** */
/* COMMUN       */
/* **************** */

.cleaner {
	clear:both;
}


/* **************** */
/* LAYOUT       */
/* **************** */

html, body, #wrap {height: 100%;}


body {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #333333;
text-align:center;
background:url('../design/mainbackground.jpg') repeat-x scroll bottom;
overflow:auto;
}

body > #wrap { 
width:1024px;
margin:auto;
}

#footer {
width:1024px;
margin:auto;
position:absolute;
bottom:0px;
}

#pasFlash {
width:600px;
background-color:#ffffff;
-moz-border-radius:5px;
margin:auto;
padding: 20px;
}

#pasFlash p,
#pasFlash a {
margin:5px 0px;
}

#pasFlash ul {
margin:auto;
}

#pasFlash #menuUn {
width:550px;
}

#pasFlash #menuDeux {
width:330px;
}

#pasFlash ul li {
float:left;
}

#pasFlash ul li a {
color:#ffffff;
background-color:#AB9976;
padding:5px 10px;
margin:5px;
text-decoration:none;
font-weight:bold;
display:block;
width:80px;
}

#pasFlash ul li a:hover {
background-color:#009CAC;
}



