@charset "UTF-8";
/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||| HTML & GLOBAL ||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
body {
	background-color: #fff;
	margin: 0px;
	color: #000;
	font-family: Verdana;
	font-size: 11px;
	font-style:normal;
	font-weight:normal;
}

a {
	color: #004c40;
	text-decoration: underline;
}

a:hover {
	color: #ff010c;
	text-decoration: none;
}

p {
	padding-top:0;
	padding-right:10px;
	font-size: 12px;
	vertical-align:top;
}

ul {
	list-style-image:url(images/puce.jpg);
	padding-top:0;
	padding-right:10px;
	font-size: 12px;
	vertical-align:top;
}

ul li {
	padding:5px 0;
}

table {
	padding: 0px;
	font-size: 11px;
}

.tableauGlobal
{
	width: 100%;
	/* A décommenter si le contenu administrable doit être sous le flash */
	
	position: absolute;
	top: 470px;
	 
}

.logo img{
	text-align:center;
}

.right {
	padding-right:10px;
}

.left {
	padding-left:10px;
}


