/*-------------
STYLES GENERAUX
-------------*/

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px;
	padding:0px;
}
body {
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	background-color: #9BB5FF;
	font-size:11px;
}
img
{
	border: 0px solid #000000;
}

.image_centre
{
	margin: auto;
}
.titre
{
	font-size:36px;
	align:center;
}
.sous_titre
{

	font-size:18px;
}
/*-----------
MISE EN FORME
-----------*/
.justify{
	text-align: justify;
}
.center{
	text-align:center;
	margin:auto;
}
.right{
	text-align:right;
}
.left{
	text-align:left;
}
.small{
	font-size:9px;
	text-align: bottom;
}
.bold{
	font-weight:bold;
}
.underline{
	text-decoration:underline;
}
.spacer{
	clear: both;
	visibility: hidden;
}
.cache{
	display:none;
}
.couleurTableau{
	background-color:#ACD7FF;
}

/*---
LIENS
---*/
a
{
	border: 0px;
}
.link {
	color: #000000;
	text-decoration: none;
}
a.link:hover {
	text-decoration: underline;
}
a.rollover{
	background-repeat: no-repeat;
	background-position: 0% 100%;
	padding-left: 20px;
	margin-left:0px;
	padding-top:10px;
	background-image:url(../images/fleche1.gif);
}
a.rollover:hover{
	background-image:url(../images/fleche2.gif);
}


ul{
	list-style-type: url("../images/puce.gif");
	font-weight:bold;
}
#demo
{
	font-weight: none;
}
.attention
{
	color: red;
	font-weight: bold;
	text-decoration: underline;
}
.demo
{
	color: blue;
	font-weight: bold;
}