/**
 *
 * @author	Benoit Asselin <benoit(at)agenceici(dot)com>
 * @version	page-pilotes.css, 2009/11/26
 * @link	http://www.agenceici.com/
 * @link	http://www.kenny-racing.com/
 *
 */


#page-pilotes { }

div.pilotes { position: relative; padding: 5px 35px 5px 5px; }
div.pilotes h1.name { font-weight: normal; font-size: 18px; padding-bottom: 10px; border-bottom: 1px solid #dc3715; width: 660px; }


ul.pilotes { padding-top: 5px; }
ul.pilotes li { border: 1px solid #fff; padding: 10px; width: 100%; overflow: hidden; clear: both; margin: 10px 0 15px; background: url(../images/fff-25.png); }
ul.pilotes li .left { float: left; width: 80px; }
ul.pilotes li .right { float: right; width: 545px; }
ul.pilotes li img { border: 1px solid #fff; }
ul.pilotes li h1 { font-size: 14px; color: #fff; font-weight: normal; padding: 0 0 5px 5px; }
ul.pilotes li p { color: #000; background: url(../images/fff-50.png); padding: 10px; }


