/************************************************************************************
*                   Fichier CSS pour Take Off par [Chronos Dev.]
************************************************************************************/
/************************************************************************************
*         PARTIE GENERALE
************************************************************************************/

*{
margin:0;
padding:0;
font-family:arial,verdana,times new roman;
color:#555555;
}
	img, a{
	text-decoration:none;
	border:0px;
	}
	a{
	font-size:15px;
	font-weight:bold;
	}
	a:hover{color:#999999;}
	p, ul{
	font-size:15px;
	padding:0px 50px 10px 20px;
	margin-left:30px;
	}
	li{
	margin-left:50px;
	list-style:url('img/puce.gif');
	}
	h1, h2, h3, h4, h5, h6{
	font-size:20px;
	margin: 5px 0 10px 15px;
	}
	hr{
	margin:auto;
	margin-top:20px;
	margin-bottom:30px;
	width:250px;
	background:url('img/hr.gif') no-repeat;
	border:none;
	}
	body{
	background:url('img/background.png');
	background-position:center;
	}
	.clear{clear:both;}
	.imgLeft{float:left; margin: 2px 10px 2px 0;}
	.imgRight{float:right; margin: 2px 0 2px 10px;}
	.center{text-align:center; display:block;}

#body{
margin:auto;
width:950px;
height:410px;
margin-top:10px;
margin-bottom:10px;
}

/************************************************************************************
*         PARTIE HEADER
************************************************************************************/

#header{
height:150px;
width:950px;
background:url('img/header.jpg');
}

/************************************************************************************
*         PARTIE MENU
************************************************************************************/

#menu{
height:25px;
width:auto;
background:url('img/menu.jpg');
padding-left:50px;
padding-top:15px;
//padding-top:0px; /* IE7 */
//padding-bottom:10px; /* IE7 */
_padding-top:0px; /* IE6*/
_padding-bottom:0px; /* IE6*/
}
	.bouton{
	padding-right:3px;
	position:relative;
	bottom:3px;
	//bottom:-1px; /* IE7 */
	font-size:16px;
	height:auto;
	width:auto;
	vertical-align:top;
	}
	.boutonSelect{
	padding-right:3px;
	font-size:20px;
	height:auto;
	width:auto;
	vertical-align:top;
	}

/************************************************************************************
*         PARTIE CONTENU
************************************************************************************/
#corps{
height:300px;
width:auto;
padding:10px 10px 1px 30px;
background:url('img/background.jpg');
}
#bg{
height:300px;
width:auto;
background:url('img/stetos.jpg') no-repeat center;
}
#contenu{
height:300px;
width:auto;
overflow:auto;
padding-right:10px;
}
	.retour{
	background:url('img/retour.gif') no-repeat top right;
	padding-right:15px;
	text-align:right;
	}
	.retour, .retour a{
	padding-bottom:10px;
	font-size:12px;
	}
	.sommaire{
	margin-bottom:20px;
	margin-left:75px;
	margin-right:75px;
	background:#EFEFEF;
	border-left: 7px solid #999999;
	width:auto;
	height:100px;
	background:url('img/sommaire.gif') no-repeat;
	}
	.sommaire ul{
	padding:0px;
	margin-left:-10px;
	padding-top:2px;
	margin-bottom:-5px;
	margin-top:10px;
	background:none;
	}
	.sommaire li{
	margin-bottom:2px;
	text-decoration:none;
	list-style:url('') none;
	}
	.soutien{
	height:auto;
	width:450px;
	margin-left:75px;
	margin-bottom:5px;
	padding:5px;
	padding-left:33px;
	border: 1px solid #999999;
	border-left: 7px solid #999999;
	background:url('img/soutien.gif') no-repeat;
	}
	.soutien p, .soutien ul{
	margin:0px;
	padding:0px;
	}
	.accueil{
	padding-left:20px;
	background:url('img/titreAccueil.gif') no-repeat;
	color:#c10250;
	}
	.action{
	padding-left:20px;
	background:url('img/titreAction.gif') no-repeat;
	color:#118F40;
	}
	.moyens{
	padding-left:20px;
	background:url('img/titreMoyens.gif') no-repeat;
	color:#65b7e6;
	}
	.mecenat{
	padding-left:20px;
	background:url('img/titreMecenat.gif') no-repeat;
	color:#57287e;
	}
	.sponsors{
	padding-left:20px;
	background:url('img/titreSponsors.gif') no-repeat;
	color:#cc5e1e;
	}
	.presse{
	padding-left:20px;
	background:url('img/titrePresse.gif') no-repeat;
	color:#c2077a;
	}
	.contact{
	padding-left:20px;
	background:url('img/titreContact.gif') no-repeat;
	color:#95acd5;
	}

/************************************************************************************
*         PARTIE FOOTER
************************************************************************************/

#footer{
height:60px;
width:950px;
background:url('img/footer.jpg');
}
	#footer p{
	text-align:center;
	position:relative;
	top:32px;
	color:#999999;
	font-weight:bold;
	font-size:12px;
	}
	#footer a{
	text-align:center;
	color:#999999;
	font-weight:bold;
	font-size:12px;
	}
	#footer em{
	color:#999999;
	}
	#footer a:hover{color:#555555;}