/* 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;
	/*border:1px solid green;*/
}

/*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:1200px;
	height:800px;
	float:left;
	background-image:url("../../images/background-shito-katas.jpg");
	/*border: 1px solid black;*/
}

#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;
}

#bouton_accueil{
	width:53px;
	height:161px;
	float:left;
	/*position: absolute;
	left:72px;
	top:148px;*/
	/*background-image:url("../../images/bt_accueil.jpg");*/

/*	border: 1px solid red;*/
}

/*#fond_texte{
	width:1200px;
	height:800px;
	background-image:url("../../images/background-shito-katas.jpg");
	background-repeat:no-repeat;
	float:left;
}*/
#header{
	width:1200px;
	height:148px;
	float:left;
	/*position: absolute;*/
	/*left:157px;
	top:151px;
	overflow:auto;*/
	/*border: 1px solid red;*/
}
#sous_header{
	width:72px;
	height:161px;
	float:left;
	/*position: absolute;
	left:0px;
	top:148px;*/
	/*overflow:auto;*/
	/*border: 1px solid yellow;*/
}
#texte{
	width:780px;
	height:340px;
	float:left;
	position: absolute;
	left:157px;
	top:151px;
	overflow:auto;
	/*border: 1px solid red;*/
}

/******* partie pour les katas ********/
#media{
	width:780px;
	height:110px;
	float:left;
	position: absolute;
	left:157px;
	top:497px;
	/*border: 1px solid red;*/
}
#image_video{
	width:312px;
	height:109px;
	float:left;
	/*border: 1px solid red;*/
}




#cadre_images{
	width:119px;
	height:115px;
	float:left;
	/*background-image:url("../../images/bt_images.gif");*/
	/*position: absolute;
	left:157px;
	top:497px;*/
	/*border: 1px solid blue;*/
}
#titre_en_images{
	width:108px;
	height:20px;
	/*float:left;*/
	background-image:url("../../images/bt_images.gif");
	/*position: absolute;
	left:157px;
	top:497px;*/
	/*border: 1px solid red;*/
}
#en_images{
	width:108px;
	height:83px;
	/*float:left;*/
	/*background-image:url("../../images/bt_images.gif");*/
	/*position: absolute;
	left:157px;
	top:497px;*/
	/*border: 1px solid green;*/
}

#espace{
	width:37px;
	height:109px;
	float:left;
	/*background-image:url("../../images/bt_images.gif");*/
	/*position: absolute;
	left:157px;
	top:497px;*/
	/*border: 1px solid green;*/
}


#cadre_videos{
	width:119px;
	height:115px;
	float:left;
	/*background-image:url("../../images/bt_images.gif");*/
	/*position: absolute;
	left:157px;
	top:497px;*/
	/*border: 1px solid blue;*/
}
#titre_en_videos{
	width:108px;
	height:20px;
	/*float:left;*/
	background-image:url("../../images/bt_videos.gif");
	/*position: absolute;
	left:157px;
	top:497px;*/
	/*border: 1px solid red;*/
}
#en_videos{
	width:108px;
	height:83px;
	/*float:left;*/
	/*background-image:url("../../images/bt_images.gif");*/
	/*position: absolute;
	left:157px;
	top:497px;*/
	/*border: 1px solid green;*/
}

#cadre_articles{
	width:307px;
	height:115px;
	float:left;
	/*background-image:url("../../images/bt_images.gif");*/
	/*position: absolute;
	left:157px;
	top:497px;*/
	/*border: 1px solid blue;*/
}
#titre_articles{
	width:306px;
	height:20px;
	/*float:left;*/
	background-image:url("../../images/bt_articles.gif");
	/*position: absolute;
	left:157px;
	top:497px;*/
	/*border: 1px solid red;*/
}
#articles{
	width:306px;
	height:83px;
	/*float:left;*/
	/*background-image:url("../../images/bt_images.gif");*/
	/*position: absolute;
	left:157px;
	top:497px;*/
	/*border: 1px solid green;*/
}


#illustration{
	width:263px;
	height:461px;
	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{
	margin:15px 0 0 0;
	background-color: #000;
	padding: 2px;	
	border: 1px solid #b20101;
	color: #FFFFFF;
	font-family: arial;
	font-size: 11px;		  
}
select{
	margin:15px 0 0 0;
	background-color: #FFFFFF;
	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;	
}
/*
input[type=submit]{
	height:20px;
	width:75px;
	font-size:10px;
	margin-top:2px;
	background-color:#000;
	color:#FFFFFF;
	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;
}

#pscroller_images{
	margin: 2px;
	width: 107px;
	height: 82px;
	color: #000;
	float: left; 
	font-size: 11px;
}

#pscroller_videos{
	margin: 2px;
	width: 112px;
	height: 82px;
	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;	   
}
