/* CSS Document */

/* Styles de Base du site */
body{
	margin: 0px; padding: 0px;
	background-image: url(../img-rodeo/fond-noir-logo.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #000000;
	
	font-family: trebuchet ms, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

img{
	margin: 0px;
	border: none;
}

H1{
	letter-spacing:1px;
	font-weight: bold;
	font-size: 18px;
	color: #0B2BB9;
	margin:0;
	padding:0;
}

H2{
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
	padding:0;
	color: #0B2BB9;
}

H3{
	font-size: 15px;
	color: black;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
	padding:0;
}

/* Styles par ID */

/* Coeur de page */

.cadre{
	border:1px solid#F6F7A7;
	background:#F6F7A7;
}
.fond-page{
	background-image: url(../img-rodeo/fond-page.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

.cadretexte{
	text-indent: 20px;
	padding-left: 20px;
	padding-bottom:40px;
	font-size: 12px;
	line-height:16px;
}
.cadretexte p{
	text-indent: 20px;
	margin: 0;
	padding: 0;
}
.texte{
	padding-left: 20px;
	font-size: 12px;
	line-height:16px;
}

#vignettes {
	text-align: center;
}
	#vignettes img {
		height: 30px;
		width: auto;
		border: 1px solid #f9f9dd;
	}

#zoom {
	text-align: center;
	margin-bottom: 10px;
}
	#zoom img {
		height: 230px;
	}

.titre {
	text-align:center;
	letter-spacing:1px;
	font-weight: bold;
	font-size: 24px;
	color: #0B2BB9;
}
.titreagenda {
	padding-right:20px;
	text-align:right;
	letter-spacing:1px;
	font-weight: bold;
	font-size: 14px;
	color: black;
}


.nombredepages a{
	padding-right:20px;
	text-align:right;
	font-size: 11px;
	text-decoration: none;
	font-weight: light;
	color: black;
}

.pagesuivante {
	text-align:right;
}

.pagesuivante a{
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #0B2BB9;
}

.galerie {
	padding-right:20px;
	text-align:right;
}
.galerie a{
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #0B2BB9;
}

.pageprecedente a{
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #0B2BB9;
}

.form{
	font-size: 11px;
	border:1px solid#585934;
	padding:1px;
}

.envoyer{
	border:1px solid#585934;
	font-size: 11px;
	color:#0B2BB9;
	font-weight:bold;
	padding:1px;
}

#sous-menu-contenu a{
	color: #000000;
	text-decoration: none;
	line-height: 16px;
}

#sous-menu-contenu a:hover{
	color: #0B2BB9;
	font-weight: bold;
	line-height: 16px;
}

#sous-menu-contenu{
	background-image: url(../img-rodeo/cadre-sous-menu/centre.png);
	background-repeat: repeat-y;
	background-position: center;
	padding: 7px 12px 12px 12px;	font-size: 12px;
}


/* Menu bas de page (hauteur : 24px)*/
.menu-bas{
	height: 18px;
	padding-top: 2px;
	padding-right:20px;
	text-align: right;
	font-size: 11px;
	color: #585934;
	background-image: url(../img-rodeo/fond-menu-bas.jpg);
	background-position: top;
	background-repeat: no-repeat;}

.menu-bas A:link{color:#585934; text-decoration: none;}
.menu-bas A:visited{color:#585934; text-decoration: none;}
.menu-bas A:active{color:#585934; text-decoration: none;}
.menu-bas A:hover{color:#585934; text-decoration: none;}

.menu-intro{
	background:black;
	padding-top:10px;
	text-align: center;
	font-size: 11px;
	color: #585934;}

.menu-intro a{
	color: #585934;
	text-decoration: none;}
