@charset "UTF-8";

/****************************************************

 CSS Design - Boomerang 2007
 Copyright (c) 2007. CAP. All rights reserved.

 ****************************************************/


/* 
 *  ===  Main  ===
*/

html, body {
	height:100%;
}

body {
	background-color:#ff00ff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	margin:0;
	padding:0;
}

p {
	margin:0 0 10px;
}

img {
	border:0;
}

.spacer {
	clear:both;
	font-size:0px;
	height:0px;
	background-color:#8c8c8c;
}


/* 
 *  ===  Header  ===
*/

#header {
	width:990px;
	margin:0 auto;
	height:135px;
}

.header_logo {
	margin-top:14px;
	float:left;
}


/* 
 *  ===  Tab  ===
*/

#tab {
	width:990px;
	margin:0 auto;
	height:27px;
	background-color:transparent;
}

.tab_item_active a, .tab_item_normal a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	height:21px;
	float:left;
	padding-right:3px;
	padding-left:3px;
	padding-top:6px;
	margin-right:3px;
	width:162px;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
}

.tab_item_active a {
	background-image: url(../Images/tab_active_2009.gif);
	background-repeat: no-repeat;
	background-color:#8c8c8c;
}

.tab_item_normal a {
	background-image: url(../Images/tab_normal_2009.gif);
	background-repeat: no-repeat;
	background-color:#595959;
}

.tab_item_normal a:hover {
	background-image: url(../Images/tab_hover_2009.gif);
	background-repeat: no-repeat;
	background-color:#6b6b6b;
}

#tab_year {
	color:#FFFFFF;
	float:right;
	font-size:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


/* 
 *  ===  Toolbar  ===
*/

#toolbar {
	width:990px;
	margin:0 auto;
	height:40px;
	background-color:#8c8c8c;
}

#toolbar_concours {
	float:right;
	margin-right:5px;
	margin-top:5px;
}

.toolbar_concours_list_grandprix {
	color:#ee6931;
	font-weight:bold;
}


/* 
 *  ===  Footer  ===
*/

#footer {
	width:974px;
	margin:0 auto;
	height:48px;
	background-color:#8c8c8c;
	clear:both;
	color:#FFFFFF;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-left:8px;
	padding-right:8px;
}

#footer a {
	color:#FFFFFF;
	text-decoration:underline;
}

#footer a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

#footer p {
	padding-top:18px;
}


/* 
 *  ===  Concours ===
*/
#concours_sidebar {
	width:158px;
	background-color:#FFFFFF;
	height:auto;
	padding-top:12px;
	padding-bottom:12px;
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	float:left;
}

#concours_content {
	background-image: url(../Images/concours_background.gif);
	background-repeat: repeat-y;
	float:left;
	width:816px;
	background-position: 3px;
	margin-top:3px;
	padding-bottom:40px;
}

#concours_container {
	width:974px;
	margin:0 auto;
	height:auto;
	background-color:#8c8c8c;
	padding-right:8px;
	padding-left:8px;
	clear:both;
	background-image: url(../Images/sidebar_background_home.gif);
	background-repeat: repeat-y;
	background-position: 8px;
}

#concours_texte {
	margin-left: 4px;
	width:770px;
	background-color:#FFFFFF;
	padding:18px;
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	float:left;
}

#concours_texte a {
	color:#666;
	text-decoration:none;
}

#concours_texte a:hover {
	text-decoration:underline;
}

/* 
 *  ===  Content Accueil  ===
*/

#home_container {
	width:974px;
	margin:0 auto;
	height:auto;
	background-color:#8c8c8c;
	padding-right:8px;
	padding-left:8px;
	clear:both;
	background-image: url(../Images/sidebar_background_home.gif);
	background-repeat: repeat-y;
	background-position: 8px;
}

#home_sidebar_concours {
	width:158px;
	background-color:#FFFFFF;
	height:auto;
	padding-top:12px;
	padding-bottom:12px;
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	float:left;
}

#home_sidebar {
	width:126px;
	background-color:#FFFFFF;
	height:auto;
	padding-left:16px;
	padding-right:16px;
	padding-top:12px;
	padding-bottom:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	float:left;
}

.link_sidebar {

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color: #666;
}


#home_sidebar a {
	text-decoration:none;
}

#home_sidebar a:hover {
	text-decoration:underline;
}

.link_sidebar a {
	color: #666;
	text-decoration:none;
}

.link_sidebar a:hover {
	text-decoration:underline;
}

#home_sidebar hr {
	background-color:#e0e0e0;
	height:1px;
}

#home_title, #concours_title {
	width:805px;
	height:46px;
	background-color:#ededed;
	color:#595959;
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	font-weight:normal;
	margin-left:3px;
	float:left;
	border: 4px solid #FFFFFF;
}

#home_title p {
	margin-left:10px;
	margin-top:2px;
}

#concours_title p {
	margin-left:10px;
	margin-top:8px;
}

#home_content {
	background-image: url(../Images/content_background.gif);
	background-repeat: repeat-y;
	float:left;
	width:816px;
	background-position: 3px;
	margin-top:3px;
	padding-bottom:40px;
}

#home_grandprix {
	background-image: url(../Images/grandprix_background.gif);
	background-repeat: repeat-y;
	float:left;
	width:816px;
/*	padding:18px; */
	background-position: 3px;
	margin:3px 0 0 0;
	padding-bottom: 3px;
}

.home_grandprixBlank  {
	width:249px;

	float:left;
	margin-top:0px;
	margin:3px 0 0 3px;
	padding: 30px 10px 10px 10px;
}

*html .home_grandprixBlank  {
	width:248px;
	float:left;
	margin-top:0px;
	margin:3px 0 0 3px;
	vertical-align: middle;
	padding: 30px 10px 10px 10px;
}

.home_grandprixGray {
	width:249px;
	height: 156px;
	float:right;
	margin-top:0px;
	margin:3px 0 0 3px;
	padding: 10px;
	background-color: #f2f2f2;
}

*html .home_grandprixGray  {
	width:248px;
	height: 156px;
	float:right;
	margin-top:0px;
	margin:3px 0 0 3px;
	padding: 10px;
	background-color: #f2f2f2;
}

.home_grandprixGrayCenter  {
	width:249px;
	height: 136px;
	float:left;
	margin-top:0px;
	margin:3px 0 0 3px;
	padding: 30px 10px 10px 10px;
	background-color: #f2f2f2;
}

*html .home_grandprixGrayCenter   {
	width:248px;
	height: 156px;
	float:left;
	margin-top:0px;
	margin:3px 0 0 3px;
	padding: 20px 10px 0 10px;
	background-color: #f2f2f2;
}

#home_prixspecial {
	background-image: url(../Images/grandprix_background.gif);
	background-repeat: repeat-y;
	float:left;
	width:780px;
	height: 100px;
	padding:18px;
	background-position: 3px;
	margin-top:3px;
}

*html #home_content {
	margin-left:-3px;
	background-position: 6px;
	width:819px;
}

.home_categorie {
	width:269px;
	float:left;
	margin-top:0px;
	margin-left:3px;
}

.home_souscategorie, .home_souscategorie_alt {
	width:233px;
	background-color:#FFFFFF;
	padding:18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8c8c8c;
}

.home_souscategorie {
	background-color:#FFFFFF;
}

.home_souscategorie_alt {
	background-color:#E5E5E5;
}

/* 
 *  ===  Content Prix  ===
*/

#prix_container {
	width:974px;
	margin:0 auto;
	height:auto;
	background-color:#8c8c8c;
	padding-right:8px;
	padding-left:8px;
	clear:both;
	background-image: url(../Images/sidebar_background_prix.gif);
	background-repeat: repeat-y;
	background-position: 8px;
}

#prix_sidebar {
	width:204px;
	background-color:#FFFFFF;
	height:auto;
	padding-left:16px;
	padding-right:16px;
	padding-top:12px;
	padding-bottom:12px;
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	float:left;
}

#prix_sidebar a {
	color:#666;
	text-decoration:none;
}

#prix_sidebar a:hover {
	text-decoration:underline;
}

#prix_sidebar hr {
	background-color:#e0e0e0;
	height:1px;
}

#prix_title {
	width:727px;
	height:46px;
	background-color:#ededed;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	font-weight:normal;
	margin-left:3px;
	float:left;
	border: 4px solid #FFFFFF;
}

#prix_title p {
	margin-left:10px;
	margin-top:8px;
}

#prix_content {
	float:left;
	width:735px;
	background-position: 3px;
	margin-top:3px;
	margin-left:3px;
	background-color:#FFFFFF;
	font-size:11px;
}

#prix_content_body {
	width:508px;
	margin-top:14px;
	margin-left:16px;
	margin-bottom:14px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

*html #prix_content_body {
	margin-left:8px;
}

.prix_slideshow {
	margin-top:20px;
	margin-bottom:20px;
}

.prix_content_flash_error {
	width:488px;
	padding:10px;
	background-color:#FFE8E8;
}

#prix_content_right {
	width:180px;
	background-color:#ededed;
	margin-top:14px;
	margin-right:16px;
	margin-bottom:14px;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
}

*html #prix_content_right {
	margin-right:8px;
}

#prix_content_right p {
	margin-left:18px;
	margin-right:18px;
}

#prix_content_right p img {
	margin-left:-18px;
	margin-right:-18px;
	background-color:#FFFFFF;
	padding-bottom:10px;
}


/* 
 *  ===  Texte  ===
*/

.txt_titre_categorie {
	color:#ee6931;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	padding-bottom:5px;
}

.txt_titre_categorie_bold {
	color:#ee6931;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	padding-bottom:5px;
	text-decoration: none;
}

.txt_titre_categorie_bold, .txt_titre_categorie a {
	color:#ee6931;
	text-decoration: none;
}

.txt_titre_categorie a:hover {
	color:#ee6931;
	text-decoration: underline;
}

.txt_titre_grand_prix {
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	background-color:#8e8e8e;
	padding:5px;
	text-transform:uppercase;
	margin:0px;
}

.txt_titre_souscategorie {
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

.txt_table_gray {
	color:#8e8e8e;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#f2f2f2;
}

.txt_table_gray a {
	color:#8e8e8e;
	text-decoration:none;
	font-weight:normal;
}

.txt_table_gray a:hover {
	color:#8e8e8e;
	text-decoration:underline;
}

.txt_table_blank {
	color:#8e8e8e;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
}

.txt_table_blank a {
	color:#8e8e8e;
	text-decoration:none;
}

.txt_table_blank a:hover {
	color:#8e8e8e;
	text-decoration:underline;
}

.txt_Titre_PrixSpecial {
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}

.txt_titre_grandprix {
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

.txt_titre_grandprix a {
	color:#000000;
	text-decoration:none;
}

.txt_titre_grandprix a:hover {
	color:#000000;
	text-decoration:underline;
}

.txt_titre_finaliste {
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}

.txt_titre_volet {
	color:#ee6931;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
}

.txt_titre_sousvolet {
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
}

.txt_titre_finaliste a {
	color:#ee6931;
	text-decoration:none;
}

.txt_titre_finaliste a:hover {
	color:#ee6931;
	text-decoration:underline;
}

.dropDownMenu {
	background-color: #f2f2f2;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}

.textGrandPrix {
	padding: 10px;
	width: 265px
}


