@charset "utf-8";
/* CSS Document */

* {margin:0;}

body {
	background: url(../images/bg_top.jpg) top center repeat-x #FFF;
	text-align: center;}
	
#container {
	width: 1000px;
	margin: 0 auto;}
	
#titre {
	margin-top: 120px;
	text-align:left;}

#texte {
	width: 690px;
	float: left;
	}

#btn_concours {
	width: 276px;
	float: right;
	margin-right: 20px;
	}

#btn_concours img {
	margin-top: 20px;
	}

#texte p {
	margin: 20px 30px 30px 10px;
	color: #000;
	font-size: 15px;
	line-height: 24px;
	}

#flash {
	width: 955px;
	margin: 10px 0 0 10px;}

#video p {
	margin: 20px 50px 40px 0;}

#concours {
	width: 400px;
	height: 480px;
	background-color: #fff;
	margin: 20px;
	padding: 20px;
	border: 3px solid #CCC;
	float: right;}

#concours p { margin: 0; color: #000; }

#left {
	width: 690px;
	float: left;
	padding-left: 10px;
	text-align: left;
	}
	
#right {
	width: 280px;
	float: right;
	margin: 0 20px 0 0;
	background: url(../images/ombre_menudroit.png) top left no-repeat #f2f2f2;
	min-height: 650px;
}

#right .element {
	margin: 20px 0;
	padding-bottom: 10px;
	background: url(../images/separ_minivids.png) bottom center no-repeat;
}

#right .element img {
	border: 5px solid #d8d8d8;
	text-decoration: none;
}

#right .element span {
	color: #000;
	text-decoration: none;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 30px;
}

#right .element:hover img {
	border: 5px solid #b2b2b2;
}

#right .element:hover span {
	color: #ac0000;
}

#right #navigateur {
	width: 250px;
	height: 25px;
	margin: 0 0 20px 15px;
	}

#right #navigateur #btnleft {
	width: 30px;
	height: 25px;
	float: left;
	}

#right #navigateur #numeros {
	width: 190px;
	height: 25px;
	float: left;
	text-align: center;
	letter-spacing: 5px;
	font: 13px Arial, Helvetica, sans-serif;
	}

#right #navigateur #numeros span {
	font-size: 20px;
	color: #000;
	}

#right #navigateur #numeros a {
	color: #666;
	text-decoration: none;
	}
	
#right #navigateur #numeros a:hover {
	color: #ac0000;
	text-decoration: underline;
	}

#right #navigateur #btnright {
	width: 30px;
	height: 25px;
	float: left;
	}

h1 {
	font: 30px Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
	text-transform: uppercase;
	text-align: left;
	color: #CCC;
	margin: 10px 0 20px 30px;
}

h2 {
	font: 18px Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #f6f6f6;
	padding: 5px 8px;
	border-bottom: 1px solid #CCC;
	text-align: left;
	color: #696969;
	margin: 10px 0 20px 30px;
}

h3 {
	font: 24px "Arial narrow", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 5px;
	text-align: center;
	color: #999;
	margin: 0;
	margin-bottom: 20px;
}

p {
	font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: justify;
	color: #666;
	line-height: 22px;
	margin: 10px 0 40px 30px;
}

p.note {
	font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: justify;
	color: #999;
	line-height: 20px;
	margin: 0 0 40px 30px;
}

ul {
	font: 14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	list-style-image: url(../images/dot.gif);
	text-align: justify;
	color: #666;
	line-height: 20px;
	margin: 10px 0 40px 30px;
	padding-left: 30px;
}

a {
	color: #ac0000;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: none;
}
