/* CSS Document */
html *{margin:0; padding:0;}
img{border:none;
}
body{
	background-color:#FFFFFF;
	background-image:url(../IMG-equitation/body_fond.jpg);
	background-repeat:repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	}
a{
	text-decoration:none;
	}

.newsticker{ color:#0099CC;
list-style:none; }

#global{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	}

#banniere{
	height:125px;
	width:800px;
	background-image:url(../IMG-equitation/banniere-fond.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	}

#menu-fond{
	width:575px;
	height:143px;
	float:left;
	background-image:url(../IMG-equitation/menu_fond.jpg);
	background-repeat:no-repeat;
	}

#image-fond{
	width:225px;
	height:143px;
	float:left;
	background-image:url(../IMG-equitation/image_fond.jpg);
	background-repeat:no-repeat;
	}

#contenu{
	width:800px;
	background-image:url(../IMG-equitation/contenu-fond.jpg);
	background-repeat:repeat-y;
	}
#contenu a:hover{
	text-decoration:underline;
	}
#footer{
	width:100%;
	background-image:url(../IMG-equitation/footer-fond.jpg);
	background-repeat:repeat-x;
	height:103px;
	}

#footer-centre{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	height:103px;
	background-image:url(../IMG-equitation/footer-centre-fond.jpg);
	background-repeat:no-repeat;
	text-align:center;
	color:#336699;
	font-size:90%;
	}
#footer-centre a{
	color:#666666;
	}

/* BANNIERE */
#banniere a.titre{
	display:block;
	background-image:url(../IMG-equitation/titre-troubadour.jpg);
	width:333px;
	height:45px;
	margin-top:38px;
	margin-left:44px;
	float:left;
	}

#banniere a.texte{
	display:block;
	background-image:url(../IMG-equitation/texte-banniere.jpg);
	width:189px;
	height:60px;
	float:left;
	margin-top:29px;
	margin-left:20px;
	}


/* MENU PRINCIPAL */
#menu-princ{
	height:33px;
	margin-left:15px;
	margin-top:6px;}
#menu-princ a{ 
	display:block;
	width:181px;
	height:33px;
	text-decoration:none;
	background-repeat:no-repeat;
	float:left;
	margin-right:3px;
}
#menu-princ a.decouvrir{
	background-image:url(../IMG-equitation/menu/decouvrir.jpg);
	}
#menu-princ a.tout-savoir{
	background-image:url(../IMG-equitation/menu/tout-savoir.jpg);
	}
#menu-princ a.en-pratique{
	background-image:url(../IMG-equitation/menu/en-pratique.jpg);
	}

/* MENU SECONDAIRE */
#menu-secondaire{
	height:104px;
	width:540px;
	margin-left:5px;
	}

#menu-secondaire div{
	width:160px;
	float:left;
	padding-left:15px;
	margin-right:5px;
	margin-top:15px;
	}

#menu-secondaire div a{
	display:block;
	background-repeat:no-repeat;
	padding-left:20px;
	color:#FFFFFF;
	height:20px;
	background-position:0px 5px;
	margin-bottom:5px;

	font-size:14px;
	width:100px;
	
	}

#menu-secondaire div.decouvrir a{
	background-image:url(../IMG-equitation/menu/puce_decouvrir.jpg);
	}
#menu-secondaire div.tout-savoir a{
	background-image:url(../IMG-equitation/menu/puce_tout_savoir.jpg);
	}
#menu-secondaire div.en-pratique a{
	background-image:url(../IMG-equitation/menu/puce_en_pratique.jpg);
	}

/* TEXTE */
#texte h1{
	color:#336699;
	font-size:20px;
	margin-bottom:15px;
	}

#texte h2{
	margin-top:15px;
	margin-bottom:10px;
	color:#7db31c;
	font-size:18px;
	}
#texte h3{
	color:#FF6600;
	background-image:url(../IMG-equitation/puce-fleche-orange.jpg);
	background-repeat:no-repeat;
	padding-left:25px;
	background-position:0px 5px;
	}
#texte p{
	margin-bottom:5px;
	margin-top:3px;
	}

#texte td{
	text-align:left;}

#texte li{
	text-align:left;
	margin-left:20px;
	}