body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #3eb5e5;
	text-decoration: none;
}
a:visited {
	color: #3eb5e5;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: underline overline;
}
a:active {
	color: #999999;
	text-decoration: none;
}
.Style1 {color: #999999;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.Style2 {color: #434343;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.Style {color: #3eb5e5;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.forminput {text-decoration: none;
BORDER:none;
BORDER-RIGHT: #c8d3e0 1px solid;
BORDER-TOP: #c8d3e0 1px solid;
BORDER-LEFT: #c8d3e0 1px solid;
BORDER-BOTTOM: #c8d3e0 1px solid
            font-family: Arial, Helvetica, sans-serif;
			font-size: 8pt;
			font-weight : normal;
			background: #f1f5fa;
}
.tinytext {			font-size: 6pt;
			font-family: Arial, Helvetica, sans-serif;
}

label.float {
	width:180px;
	clear:left;
	float:left;
	text-align:right;
	margin-right:15px;
}

#charte{
	width:100%;
	height:220px;
	overflow:auto;
}

/********************************************/

/* Categorie */

#ctrcat {
}

.catego {
	width: 92px;
	float: left;
	position: relative;
	margin-top: 30px;
	margin-left: 10px;
	margin-right: 10px;
	height: 110px;
}

.catego a {
	color: #999999;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

.catego a:HOVER {
	color: #D3D3D3;
}

.round {
	border: 1px solid white;
	background: white;
	width: 90px;
	height: 90px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

.icon {
	width: 90px;
	height: 90px;
	margin: 0;
	padding: 0;
}	

#ctrcat2 {
}

.catego2{
	width: 102px;
	float: left;
	position: relative;
	margin-top: 30px;
	margin-left: 85px;
	margin-right: 85px;
	height: 170px;
}

.catego2 a {
	color: #999999;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

.catego2 a:HOVER {
	color: #D3D3D3;
}

.round2 {
	border: 1px solid white;
	background: white;
	width: 140px;
	height: 140px;
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px;
}

.icon2 {
	width: 140px;
	height: 140px;
	margin: 0;
	padding: 0;
}	


/* Bordure */

fieldset {
	border: 3px ridge #C8C8C8;
}

