/* Dpo.ch - Evenement Sportif - Supercross
   Nicolas VERNAZ - www.djvega.cc */

/* Main Stylings ------------------------------------------------------------------------------------------------------------ */
/** {
	margin:0;
	padding:0;
	}*/

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#666666;
	background:url(../images/body.jpg) repeat-x #3f3f3f;
	margin:0;
	padding:0;
	}

p {
	margin-bottom:20px;
	}

img {
	border:0;
	}
	
a {
	text-decoration:none;
	color:red;
	}

a:hover {
	color:#666666;
	}
	
ul {
	list-style-type:square;
	margin-bottom:0px;
	padding-left:15px;
	margin:5px;
	}

/* Image TOP ------------------------------------------------------------------------------------------------------------ */	
.hhome {background:url(../images/header_index.jpg) no-repeat;}
.hprogramme {background:url(../images/header_programme.jpg) no-repeat;}
.hpilotes {background:url(../images/header_pilotes.jpg) no-repeat;}
.hbilletterie {background:url(../images/header_billetterie.jpg) no-repeat;}
.hforfaits {background:url(../images/header_forfaits.jpg) no-repeat;}
.hmerchandising {background:url(../images/header_merchandising.jpg) no-repeat;}
.himages {background:url(../images/header_images.jpg) no-repeat;}
.hvideos {background:url(../images/header_videos.jpg) no-repeat;}
.hsponsors {background:url(../images/header_sponsors.jpg) no-repeat;}
.hpresse {background:url(../images/header_presse.jpg) no-repeat;}
.harchives {background:url(../images/header_archives.jpg) no-repeat;}
.hequipe {background:url(../images/header_equipe.jpg) no-repeat;}

/* Structure ------------------------------------------------------------------------------------------------------------ */
#wrapper {
	width:700px;
	padding:0 15px;
	margin:0 auto;
	background:url(../images/wrapper.jpg) repeat-y #ffffff;
	}
#wrappertop {
	width:732px;
	padding:3px 0px;
	margin:0 auto;
	}
#header {
	height:140px;
	border-bottom:10px solid #4d4d4d;
	/*background:url(../images/header_equipe.jpg) no-repeat;*/
	line-height:140px;
	padding-left:20px;
	}
#sidebar {
	width:190px;
	float:left;
	padding:5px;
	min-height:400px;
	background-color:#ececec;
	}
#menu {
	width:180px;
	min-height:300px;
	float:left;
	padding:5px;
	background-color:#ffffff;
	}
#body {
	width:485px;
	min-height:400px;
	float:right;
	padding:5px;
	}
#footer {
	clear:both;
	padding:15px 20px;	}

/* Sidebar ------------------------------------------------------------------------------------------------------------ */
#sidebar ul {	
	list-style-type:none;
	margin-bottom:15px;
	background-color:#ffffff;
	padding:5px;
	margin:7px;
	}
#sidebar li {
	background:url(../images/ico_damier.gif) no-repeat;
	background-position:0px 0;
	height:20px;
	padding-left:10px;
	padding-top:1px;
	}
#sidebar img {
	padding:5px;
	/*border:1px solid #dddddd;*/
	}
#sidebar a {
	font-weight:normal;
	text-transform: uppercase;
	}
#sidebar a:hover {
	font-weight:bold;
	font-size:14px;
	}

/* Headings ------------------------------------------------------------------------------------------------------------ */
h1 {
	font-size:16px;
	font-weight:bold;
	letter-spacing:-1px;
	color:red;
	}
h2 {
	font-size:14px;
	font-weight:normal;
	background-color:#4d4d4d;
	color:#ffffff;
	padding:2px 5px;
	}

/* Entries ------------------------------------------------------------------------------------------------------------ */
.redbold {
	font-size:14px;
	font-weight:bold;
	color:red;
	}
.entry {
	margin-bottom:30px;
	}
.entrybody {
	line-height:20px;
	text-align:justify;
	padding:0px 0;
	}
.entrymeta {
	border-top:1px dotted #999999;
	padding:0px 0;
	}
.date {
	float:right;
	}
.bordercolor 
	{ border-style: solid; border-width: 2px; border-color:red; }
.graylign {
	padding:2px 0px 2px 0px;
	background-color:#cccccc;
	}
	
/* Footer ------------------------------------------------------------------------------------------------------------ */
#footer-nav {
	text-align:left;
	}
#footer-nav a {
	margin-right:20px;
	}
#copyright {
	text-align:center;
	margin-top:20px;
	}