/*
//------------------------------------------------------------------
// Auteur : Ludovic Martin <ludovic@dreamclic.com> / www.dreamclic.com
// 
// Version             : 2.0
// Date de création    : 26/06/2008
//
// Description         : feuille de style de rubrique
//
//------------------------------------------------------------------
*/

/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
.rbroundbox { 
	background: url(images/nt.gif) repeat; 
	clear:left;
	margin:20px;
	margin-bottom:0px;
}
.rbtop div { background: url(images/tl.gif) no-repeat top left; }
.rbtop { background: url(images/tr.gif) no-repeat top right; }
.rbbot div { background: url(images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(images/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }

.rbroundbox img{ 
	border:solid 1px white;
	float:right;
}

/*---------------------------------------------------------------------*/

#content div.chevalavendre{
	width:99%;
	color:white;
}

#content .photo{ 
	width:180px;
	float : right;;
}
#content .chevalavendre img{ 
	border:solid 1px white;
}
#content .chevalavendre{
	text-align:center;
}


#content .chevalavendre h2{
	color:white;
	text-align : left;
}
#content .chevalavendre h3 a{
	color:white;
	font-weight:bold;
	text-decoration:none;
	font-size:13px;
	text-transform:uppercase;
}
#content .chevalavendre .origines{
	text-transform:uppercase;
}
#content .chevalavendre .infos_generales{
	margin : 10px 0;
}
/*---------------------------------------------------------------------*/

#content ul{
	margin-bottom:20px;
}

#content ul li{
	list-style-type:none;
}

#content img.equipe{
	float:left;
	margin-right:10px;
	margin-left:20px;
}

#content h4{
	font-family:Century Gothic;
	color:white;
	font-weight:bold;
	font-size:15px;
	margin-bottom:15px;	
}

#content p{
	padding-right:20px;
	padding-left:20px;
	padding-bottom:10px;
}
/*-----------------------------SOUS MENU-------------------------------*/

#submenu ul li{
	text-align:center;
	list-style-type:none;
}


#submenu a{
	color:#48473f;	
}

#submenu .contact{
	background:url(images/barreh.gif) top repeat-x;
	padding-top:15px;
	margin-top:30px;
}