/* définition générale */
body{
	background-color: #2f8dcd;
	font-family: arial;
	font-size: 11px;
	color: #000;
	margin:-3px;
}

#site{
	width:1200px;
	float:left;
}

#page{
	width:950px;
	float:left;
	text-align:left;
}

/*DEFINITION DES ZONES PRINCIPALES*/

#menu_flash{
	width:150px;
	height:501px;
	background-image:url("../../images/background_menu_flash.jpg");
	background-repeat:no-repeat;
	float:left;
}

#flashcontent{
	width:150px;
	height:501px;
	background-image:url("../../images/background_menu_flash.jpg");
	background-repeat:no-repeat;
	float:left;
}

#contenu{
	width:677px;
	height:461px;
	float:left;
}

#bandeau_droit{
	width:123px;
	height:501px;
	float:left;
}

#affiche_droit{
	width:250px;
	height:600px;
	float:left;
}

#fond_1280{
	width:250px;
	height:600px;
	background-image:url("../../images/affich_aksf_78_karate.jpg");
	background-repeat:no-repeat;
	float:left;
}

/* ELEMENT DU CONTENU PRINCIPAL */
#newsletter{
	width:316px;
	height:40px;
	background-image:url("../../images/background_newsletter.jpg");
	background-repeat:no-repeat;
	text-align:right;
	float:left;
}

#boutons{
	width:361px;
	height:40px;
	float:left;
}

#fond_texte{
	width:413px;
	height:461px;
	background-image:url("../../images/background_contenu_general.jpg");
	background-repeat:no-repeat;
	float:left;
}
#texte{
	width:413px;
	height:390px;
	float:left;
	overflow:auto;
}
#fond_club{
	width:676px;
	height:461px;
	float:left;
	background-image:url("../../images/background_club.jpg");
	background-repeat:no-repeat;	
}
#texte_club {
	width:650px;
	height:390px;
	float:left;	
	overflow:auto;
}

#illustration{
	width:263px;
	height:461px;
	position:relative;
	float:left;
}

/*ELEMENTS DU FOOTER*/
#footer{
	margin-top:-3px;
	width:1200px;
	height:46px;
	background-image:url("../../images/footer.jpg");
	background-repeat:no-repeat;
	float:left;
	color:#FFF;
	padding: 15px;
}
ul.footer {
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

ul li.footer {
	margin: 0px 3px 0px 3px;
	padding: 0;
	list-style:none;
	display:inline;
}
a.footer, a.footer:hover, a.footer:visited{
	color:#FFF;
	text-decoration:none;
}


/*DEFINITION DES ELEMENTS HTML */
img{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

a, a:visited {
	color: #000;
	text-decoration:underline;
}

a:hover {
	color: #950101;
	text-decoration: none;
}

ul {
    margin: 0px 0px -3px 0px;
    padding: 0px;
}

ul li {
	margin: 0px -3px 0px 0px;
	padding: 0;
	list-style:none;
	display:inline;
}

fieldset
{
    margin: 0px;
    padding: 0px;
    border: 0px;
}

label
{
    margin: 1px;
    width: 50px;
    display: inline;
    float: left;
    vertical-align: top; 
}

form{
	margin:0px; 
}

input, select{
	margin:15px 0 0 0;
	background-color: #FFF;
	padding: 2px;	
	border: 1px solid #b20101;
	color: #000;
	font-family: arial;
	font-size: 11px;		  
}

input.image{
	margin-right:20px;
	vertical-align:top;
	padding:0;
	border:0;
}

input.button{
	height:20px;
	width:75px;
	font-size:10px;
	margin-top:2px;
	background-color:#000;
	color:#FFF;
	border: 1px solid #b20101;	
}

h1{
	color:#2f8dcd;
	font-weight:bold;
	font-size:11px;
}

table, tr, td{
	font-family: arial;
	font-size: 11px;
}

/* STYLE DES POP UP */
#texte_popup{
	width:100%;
	background-color:#e0f2ff;
	margin:5px;
	padding: 5px;
}

/* ELEMENTS DES ZONES D'ILLUSTRATIONS */
#pscroller1{
	margin: 5px 0 0 10px;
	width: 200px;
	height: 200px;
	color: #000;
	float: left; 
	font-size: 11px;
	padding-left:10px;
	border-left: 1px solid #b20101;	   
}

#pscroller_actu{
	margin: 5px;
	width: 230px;
	height: 220px;
	color: #000;
	float: left; 
	font-size: 11px;
}

#elmt_statiques{
	margin: 20px 0 0 10px;
	width: 200px;
	height: 100px;
	color: #000;
	float: left; 
	font-size: 11px;
	padding-left:10px;
	border-left: 1px solid #b20101;	   
}