/* CSS Document */
* {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
body, html {
	margin:0;
	padding:0;
}
body {
	background-color:#47769E;
}
img {
	border:none;
}
p {
	margin:0;
	padding:0;
	margin-bottom:15px;
	text-align:justify;
}

h1 {
	margin:0;
	padding:0;
	background-color: #D3273A;
	margin-bottom:10px;
	padding:3px;
	color:white;
	text-align:center;
	text-transform:uppercase;
}
h2 {
	margin:0;
	padding:0;	
}
.h2_bleu {
	color:#47769E;
	border-bottom:2px solid #47769E;
}
.h2_rouge {
	color:#D3273A;
	border-bottom:2px solid #D3273A;
}
.h2_jaune {
	color:#F0AA01;
	border-bottom:2px solid #F0AA01;
}

#total {
	width:100%;
	background-image:url(../images/degrade.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}
#bann_sportiviales {
	margin-left:152px;
}
#visuel_nuage {
	position:absolute;
	left:124px;
	top:130px;
}
#visuel_fete {
	position:absolute;
	left:793px;
	top:130px;
}
#visuel_macaron {
	position:absolute;
	left:690px;
	top:60px;
}

#menu {
	background-color:#F0AA01;
	margin-left:169px;
	width:624px;
	height:29px;
}
.onglet {
	cursor:pointer;
	text-decoration:none;
}
.onglet img {
	float:left;
}
.onglet_c {
	background-image:url(../images/onglet_c.jpg);
	float:left;
	padding:7px 10px 0px 10px;
	color:white;
	height:22px;
}
.onglet_c_sur {
	background-image:none;
	background-color:#FFFFFF;
	float:left;
	padding:7px 10px 0px 10px;
	color:#F0AA01;
	height:22px;
}

#page {
	padding:10px 10px 0px 10px;
	background-color:white;
	width:604px;
	min-height:500px;
	_height:500px;
	margin-left:169px;
}
#page a {
	color:#47769E;
}

#page a:hover {
	text-decoration:none;
}

#visu_sportiviales {
	float:left;
	margin-top:-181px;
}
#visu_sportiviales {
	background-image:url(../images/visuel.png);
	width:793px;
	height:392px;
	_margin-bottom:-4px;
}
#footer {
	margin-top:368px;
	margin-left:260px;
	margin-right:20px;
	color:white;
	font-size:10px;
	text-align:center;
}
#footer a {
	position:relative;
	color:white;
	font-size:10px;
}
#footer a:hover {
	text-decoration: none;	
}
.clear_bottom {
	clear:both;
	line-height:0px;
	height:0px;
	margin:0px;
}