body, html
{
	background-color:#333333;
	margin:0px;
	padding:0px;
}

img { border:none;}

form { margin:0px; padding:0px;}

#haut
{
	background-color:#3366FF;
	width:100%;
	margin-bottom:20px;
	border:1px solid #000000;
	min-height:70px;
}

#footer
{
	background-color:#3366FF;
	width:100%;
	margin-top:10px;
	color:#FFFFFF;
	font-size:12px;
	height:20px;
	padding-top:3px;
	position:fixed;
	bottom:0px;
	left:0px;
}

#login
{
	float:right;
	margin-right:20px;
	vertical-align:super;
}

#login input
{
	margin:0px;
	padding:0px;
	vertical-align:top;
	margin-top:3px;
}

#login a
{
	color:#FFFFFF;
	text-decoration:none;
}

#login a:hover
{
	text-decoration:underline;
}

#message
{
	color:#FFFFFF;
	text-align:left;
	margin:10px;
	font-size:12px;
}

#message p
{
	margin-top:20px;
}

#message a
{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}

.colonne
{
	float:left;
	width:33%;
	min-width:150px;
}

.bloc
{
	width:90%;
	margin:0 auto;
	margin-bottom:20px;
	min-width:150px;
	border:1px solid #999999;
	background-color:#FFFFFF;
}

.contenuBloc
{
	text-align:left;
	font-size:12px;
	padding:10px;
	padding-bottom:5px;
}

.contenuBloc ul
{
	list-style-image:url(../images/puce.png);
	margin-left:15px;
	margin-top:0px;
	cursor:pointer;
	padding:0px;
}

.contenuBloc li
{
	cursor:pointer;
}

.pTitre
{
	margin:0px;
	padding:0px;
	padding-top:5px;
	font-size:12px;
	font-weight:bold;
}

.titreBloc, .titreBlocBleu, .titreBlocJaune, .titreBlocOrange, .titreBlocRose, .titreBlocRouge, .titreBlocRougeFonce, .titreBlocTurquoise, .titreBlocVert, .titreBlocVertClair, .titreBlocViolet
{
	height:28px;
	text-align:left;
	padding-left:5px;
	vertical-align:middle;
	color:#FFFFFF;
	cursor:pointer;
}

.titreBlocBleu
{
	background-image:url(../images/titre/fondBleu.png);
}

.titreBlocJaune
{
	background-image:url(../images/titre/fondJaune.png);
	color:#000000;
}

.titreBlocOrange
{
	background-image:url(../images/titre/fondOrange.png);
}

.titreBlocRose
{
	background-image:url(../images/titre/fondRose.png);
}

.titreBlocRouge
{
	background-image:url(../images/titre/fondRouge.png);
}

.titreBlocRougeFonce
{
	background-image:url(../images/titre/fondRougeFonce.png);
}

.titreBlocTurquoise
{
	background-image:url(../images/titre/fondTurquoise.png);
}

.titreBlocVert
{
	background-image:url(../images/titre/fondVert.png);
}

.titreBlocVertClair
{
	background-image:url(../images/titre/fondVertClair.png);
}

.titreBlocViolet
{
	background-image:url(../images/titre/fondViolet.png);
}
