
#header
{
	width:100%;
	margin-top:20px;
	height:140px;
	float:left;
	background:url('../images/bg-header.png') left bottom repeat-x;


}



#global
{
	width: 900px;
	margin:0 auto;
	min-height: 100%;


}


#cornerLeft
{
	width:23px;
	height:42px;
	background:url('../images/corner-left.png') left bottom no-repeat;
	float:left;
}
#menu
{
	width: 834px;
	margin:0 auto;
	
	float:left;
	height:42px;
	background:url('../images/bg-menu.png') left bottom repeat-x;
}
#cornerRight
{
	width:23px;
	height:42px;
	background:url('../images/corner-right.png') left bottom no-repeat;
	float:left;
}

#left 
{
	float:left;
	width:550px;
	background-color:#000;
	padding:10px;
	background-color:white;
	margin-top:10px;
	border:1px solid #0d2d83;
	min-height:300px;
}


.right 
{
	float:left;
	margin-left:10px ;
	width:250px;
	min-height:100px;
}

#left_sport
{
	float:left;
	width:550px;
	background-color:#000;
	padding:10px;
	background-color:white;
	margin-top:10px;
	border:1px solid #0d2d83;
	min-height:300px;
	background:url('../images/drapeau.png') right bottom no-repeat;
}


.right_mod_sport
{
	float:left;
	
	width:250px;
	margin-top:10px;
	border:1px solid #0d2d83;
	padding:10px;
	background-color:white;
	min-height:100px;
	background:url('../images/drapeau.png') right bottom no-repeat;
}

.right_mod
{
	float:left;
	
	width:250px;
	margin-top:10px;
	border:1px solid #0d2d83;
	padding:10px;
	background-color:white;
	min-height:100px;
}

.right_admin
{
	float:left;
	
	width:250px;
	margin-top:10px;
	border:1px solid #0d2d83;
	float:left;
	margin-left:20px ;
	width:250px;
	min-height:100px;
	background-color:white;
	min-height:100px;
}



#main
{
	padding-top: 10px;
	width:900px;
	float:left;
	padding-bottom: 50px;
	padding-left:5px;
	

}





#footer{
	float:left;
	width: 900px;
	height:40px;
	margin-top:0px;
	text-align:center
}













