/* Generale */

body {
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background:#e22561;
	color: #e22561;
	font-size: 10px;
	font-weight: bold;
	overflow: auto;
}
.haut {
	background:#e22561;
	background-repeat: no-repeat;
	background-position: left top;
}


h2 {
display:none;
}


/* Contenu */

.tabContenu {
	background-image: url(../interface/tabFond.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#tab {
	background-image: url(../interface/tabFond.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
#contenu {
	margin: 10px;
}

#baseline{
	font-size: 12px;
	color: #e22561;
	font-weight: bold;
}

#baseline a {
	font-size: 12px;
	color: #e22561;
	font-weight: bold;
	text-decoration: underline;
}
#baseline a:hover {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 3px solid #FFFFFF;
}

#powered a {
	font-size: 12px;
	font-weight: bold;
	color: #e22561;
}
#powered img {
	height: 14px;
	width: 14px;
	vertical-align: middle;
}

h1 {
	display:none;
}

.linkeo_cnil {
	font-size: 10px;
}

.testContact {
	font-size: 11px;
	color: #e22561;
}

.photo {
	text-align: center;
	padding: 2px;
	border: 2px #e22561 solid; 
}	

.photo:hover {
	border: 2px #e22561 solid; 
}

ul {
	display: block;
	padding-left: 0;
	margin-left: 5px;
	list-style-type: none;
	text-decoration: none;
	text-align:left; }

ul li {
	font-size: 10px;
	font-weight: bold;
	padding-left: 30px;
	line-height: 26px;
	background: transparent url(../images/puce.png) 0% 0% no-repeat;
}

.fleft {
float: left;
margin: 0 10px 10px 0;}

.fright {
float: right;
margin: 0 0px 10px 10px;}

.clr {
clear: both;
height: 1px;}