html {
			/*height: 100%;		*/
}

		
BODY{
	background:#37CDE8;
	margin:0;
	padding:0;
	/*height: 100%;	*/
}

a {
	color:#37CDE8;
}

a:hover{
	color:#96C332;
}

.bg_image{
	/*margin-top:-16px;*/
	padding-bottom:20px;
	border:0px solid red;
	background:#37CDE8 url(../images/bg_portail.jpg) 50% 100% no-repeat;
}

.big {
margin-top:10px;
}

.cercle
{
   list-style-type: disc;
   margin-left: 20px;
}


.contenu{
	/*background:transparent url(../images/bg_edito.png) no-repeat;	*/
}
	
.colonne_gauche{
	float:left;
	width:405px;
}
	
.colonne_droite{
	float:right;
	width:280px;
}
	
.login{
	float:right;	
}
		
.edito{
	border:0px solid red;
	/*padding:10px;*/
	font-size:13px;
	width:405px;
	float:left;
	/*background-color:red;*/
	-moz-border-radius: 10px;			
	/*background:url(../images/couleur_fond/FFFFFF.png) no-repeat;			*/
	background:#FFFFFF;
	padding:20px;		
}
	
.edito H2{
	/*color:#FFF;*/
}


.inscriptions ul
{
	background-color:#B3C72A;
	padding:22px 20px 10px 20px;	
	width:247px;
	height:49px;
	margin-bottom:5px;
	width:280px;
	background:transparent url(../images/btn_large_green.png) no-repeat;
}

.inscriptions ul a 
{
	font-size:16px;
	font-weight:bold;
	color:#FFF;
}

.inscriptions ul a:hover{
	color:#9FF3FF;
}






.menu_inscriptions {
	width:280px;
	/*float:right;*/
}

.menu_inscriptions ul {
	list-style-type:none;
}

.menu_inscriptions li {
	background-color:#B3C72A;
	padding:22px 20px 10px 20px;	
	width:247px;
	height:49px;
	margin-bottom:5px;
	background:transparent url(../images/btn_large_green.png) no-repeat;
}

.menu_inscriptions li a{
	font-size:16px;
	font-weight:bold;
	color:#FFF;
}

.menu_inscriptions li a:hover{
	color:#9FF3FF;
}