/* @group Typography */
* {
	margin: 0;
	padding: 0;
}


html {
	width:100%;
}


img {
	border: 0;
}

body {
	color: #515256;
	text-align: left;
	font: 13px  Arial, Helvetica, Geneva, sans-serif;
	width:100%;
	border:0;
}


#wrapper {
	width:1000px;
	margin: 0 auto 15px auto;
	
	
}

#header {
	background-image:url(../img/top.jpg);
	background-repeat:repeat-x ; /* Default -- Closed Red */
	background-position: -213px 0;
	border-bottom: 1px solid #fcfcfc;
	display: block;
	min-height: 90px;
	min-width: 974px;
	height: auto;
	width: auto;
	
}

#header h1 {
	margin: 0;
	padding: 15px 0 0 0;
}

#header .logo {
	margin: 0;
	padding: 15px 0 0 0;
}


#main {
	width:100%;
	background-image:url(../img/grey.jpg); background-repeat:repeat-x;
	/*background: #c9c5c4 url(../img/background.jpg) top left repeat-x;*/
	
	
}



#page {
	text-align: left;
	}



small {
	margin: 0;
	padding: 0 0 20px;
	font: 11px/14px Arial, Helvetica, Sans-Serif;
}

h1, h2, h3 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	}

h1 {
	font-size: 20px;
	text-align: center;
	}

#headerimg .description {
	text-align: center;
	}

h2 {
	color: #BFD73B;
	font: bold 30px/30px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	padding-bottom: 5px;
	padding-right: 70px;
	letter-spacing: -1px;
}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	color: #FF9B25;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #00889B;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

h2 a:hover {
	color: #6ACFF6;
}

h4 {
	color: #6ACFF6;
	margin: 0;
	padding-right: 0;
	padding-top: 10px;
	padding-left: 0;
	line-height: 12px;
}

.entry p a:visited {
	color: #6ACFF6;
	}

.category {
	text-transform: uppercase;
	font: bold 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	padding: 0;
}

.category a:link, a:visited {
	color: #616266;
}

.moretext {
	font: bold 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
}


#sidebar {
	font: italic 15px Georgia, "Times New Roman", Times, serif;
	}

#sidebar a {
	color: #6ACFF6;
}


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

a:visited {
	color: #000;
	text-decoration: underline;
	}
a:link {
	color: #000;
	text-decoration: underline;
	}	

a:hover {
	color: #000;
	text-decoration: none;
	}
/* @end */

/* @group Structure */

/******************************************************************************/


/* #pagination 

____________________________________________________________*/

.pagination {
    font: 11px Arial, Helvetica, sans-serif;
    padding: 1px;
    margin: 0;
	padding-top:1px;
	padding-left:15px;
	text-align: left
	
}
.pagination a {
    background-color: #fff;
    border: 1px solid #406B82;
    color: #1E4759;
    margin: 1px;
    padding: 1px 3px;
    text-decoration: none
}
.pagination a:hover,active {
    background-color: #C5DFEC;
    border: 1px solid #C5DFEC;
    color: #1E4759;
    margin: 1px;
    padding: 1px 3px
}
.pagination span.courante {
    background-color: #406B82;
    border: 1px solid #406B82;
    color: #fff;
    font-weight: bold;
    margin: 1px;
    padding: 1px 3px
}
.pagination span.desactive {
    background-color: #fff;
    border: 1px solid #eee;
    color: #ddd;
    margin: 1px;
    padding: 1px 3px
}
/******************************************************************************/
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/pro_dropline2-5.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.pro_line2 {
height:36px; 
position:relative; 
font-family:arial, verdana, sans-serif; 
font-size:11px;
z-index:500;
}

.pro_line2 .select {
margin:0; 
padding:0 0 0 0px; 
list-style:none; 
white-space:nowrap;
}

.pro_line2 li {
float:left;
background:url(../img/blank_over.gif);
}

.pro_line2 .select a {
display:block; 
height:36px; 
float:left; 
background: url(../img/blank.gif); 
padding:0 0 0 15px; 
text-decoration:none; 
line-height:25px; 
white-space:nowrap; 
color:#ddd;
}

.pro_line2 .select a b {
display:block; 
padding:0 30px 10px 15px; 
background:url(../img/blank.gif) right top;
}

.pro_line2 .select a:hover, 
.pro_line2 .select li:hover a {
background: url(../img/blank_over.gif); 
padding:0 0 0 15px;
line-height:27px;
cursor:pointer; 
color:#fff;
}

.pro_line2 .select a:hover b, 
.pro_line2 .select li:hover a b {
display:block; 
padding:0 30px 9px 15px; 
background:url(../img/blank_over.gif) right top; 
cursor:pointer;
}

.pro_line2 .sub {
display:none;
}

/* IE6 only */
.pro_line2 table {
border-collapse:collapse; 
margin:-1px; 
font-size:1em; 
width:0; 
height:0;
}

.pro_line2 .sub {
margin:0; 
padding:0 0 0 60px;
list-style:none;
}
.pro_line2 .sub li {background:transparent;}

.pro_line2 .select :hover .sub {
height:18px;
display:block; 
position:absolute;
float:left;
width:750px;
top:28px; 
left:0; 
text-align:center;
}

.pro_line2 .select :hover .sub li a 
{display:block;height:18px; line-height:16px; float:left; background:transparent url(line/transparent.gif); padding:0 16px; margin:0; white-space:nowrap; border:1px solid #000; border-color:#888 #777 #666 #ddd; color:#888;font-size:10px;}

.pro_line2 .select :hover .sub li a:hover 
{color:#000; background:#e8e8e8; border-color: #fff #333 #000 #fff; line-height:15px;}

/* LARGE SCOOP */

#main_scoop {
text-align: left;
width: 1000px;
padding-top: 6px;
}

.list_scoop {
	padding: 1px 8px 0 0;
	margin-right: 40px;
	margin-bottom: 10px !important;
	margin-bottom: 0px;
}

.scoopin .list_scoop {
	background: #fff;
}

.list_scoop a {
	text-decoration: none;
}

.list_scoop a:hover .click_me {
	text-decoration: none;
}

.list_scoop .scoop {
	margin-left: 60px;
	padding: 0 5 1 5;
}

.hidden_scoop {
	margin-left: 60px;
	margin-right: 45px;
	padding: 4;
	border:  1px solid #ccc;
	background:  #eee;
	margin-bottom: 10px;
}
.hidden_scoop a {
	color:  #999;
}

.scoop_title {
	margin-top: 0px;
	margin-bottom: 4px;
	font-size: 130%;
	font-weight: bold;
}

.scoop_title a {
	color: #00889B;
}
.scoop_title a:hover {
	color: #000;
	text-decoration: none;
}
.scoop_title a:visited {
	color: #00889B;
}

.scoop_soustitre {
	font-size: 86%;
	color: #aaa;
}

.scoop_soustitre a {
	text-decoration: underline;
	color: #aaa;
}

.scoop_soustitre a.suburl {
	text-decoration: none;
	color: #666;
}

.scoop_soustitre a:hover {
	color: #c33;
}

.scoop_content {
	font-size: 90%;
}

.scoop_content a {
	color: #69c;
}

.scoop_content a:hover {
	color: #c33;
}

.scoop_footer {
	margin-top: 0px;
	font-size: 86%;
	color: #999;
}

.scoop_footer select {
	font-size: 86%;
}

.scoop_footer a {
	text-decoration: underline;
	color: #69c;
}

.scoop_footer a:hover {
	color: #666;
}

.scoop_option {
	padding: 0 0 10 0;
	
	background: #fff;
	width: 660px;
}

/* LARGE SCOOP GRIS */

.list_scoop.gris .click_me {
	background: url(/images/click_gris.png) no-repeat;
	color: #bbb;
	padding-top: 3px;
}

.list_scoop.gris .clicks_total {
	font-size: 20px;
	color: #bbb;
	
}

.list_scoop.gris .scoop_title a {
	color: #bbb;
}

.list_scoop.gris .scoop_soustitre {
	font-size: 86%;
	color: #ccc;
}

.list_scoop.gris .scoop_soustitre a {
	text-decoration: underline;
	color: #ccc;
}

.list_scoop.gris .scoop_soustitre a.suburl {
	text-decoration: none;
	color: #ccc;
}

.list_scoop.gris .scoop_content {
	color: #ccc;
}

.list_scoop.gris .scoop_footer a {
	color: #ccc;
}

.list_scoop.gris .scoop_footer select {
	font-size: 79%;
}

.barre_scoop {
	margin-top: 15px;
	margin-bottom: 15px;
	color: #999;
}

.click_me {
float: left;
margin-top: 0pt;
margin-right: 0pt;
margin-bottom: 0pt;
margin-left: 0pt;
text-align: center;
width: 53px;
height: 50px;
background-color: transparent;
background-image: url(../img/click.png);
background-repeat: repeat;
background-attachment: scroll;
background-position: 0 50px;
color: #ffffff;
cursor: pointer;
font-size: 86%;
}

.clicks_total {
margin-top: 2px;
font-size: 20px;
color: #ffffff;
padding-top: 1px;
}

#rightcontent {
width: 273px;
float: right;
}

/* BOX */

.boite {
	margin-top: 0px;
	margin-bottom: 7px;
	clear: left;
}

.boite_titre {
	padding: 4px 4px 3px 4px;
	text-align: left;
	font-size: 110%;
	border: 1px solid #c8c8c8;
	color: #787891;
	background: #EAEAEA url(../img/boite_fond.jpg) repeat-x;
}

.boite_titre a {
	text-decoration: none;
	display: block;
	color: #787891;
	font-weight: bold;
}

.boite_titre a:hover {
	text-decoration: none;
}

.boite_titre .underline a:hover {
	text-decoration: underline;
}

.boite_content {
	font-size: 90%;
	padding: 5px 10px 5px 10px;
	list-style: none;
	text-align: left;
	border-right: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
	border-left: 1px solid #c8c8c8;
}

.boite_content nomargin {
	padding: 5px 0px 5px 0px;
	margin: 0px;
}

.boite_content a{
	text-decoration: none;
}

.boite_content a:hover {
	text-decoration: underline;
}

.boite_footer {
	border-right: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
	border-left: 1px solid #c8c8c8;
	background: #EAEAEA;
	font-size: 85%;
	padding: 3px;
}

.boite_footer ul {
	padding: 0px;
	margin: 0px;
}

.boite_footer li {
	display: inline;
	padding-right: 4px;
	padding-left: 4px;
	border-right: 1px solid #c8c8c8;
}

.boite_footer .selected {
	font-weight: bold;
}


.comment_header div {
display: inline;
padding-top: 3px;
padding-right: 0pt;
padding-bottom: 10px;
padding-left: 9px;
}

.comment_header .right {
font-size: 12px;
font-weight: normal;
background-color: transparent;
background-image: url(../img/blog_header.jpg);
background-repeat: no-repeat;
background-attachment: scroll;
background-x-position: center;
background-y-position: top;
margin-left: 1px;
width: 432px;
float: left;
text-align: left;
padding-right: 9px;
padding-top: 4px;
}


.comment {
width: 660px;
padding-top: 5px;
padding-right: 0pt;
padding-bottom: 10px;
padding-left: 0pt;
margin-top: 0pt;
margin-right: 0pt;
margin-bottom: 6px;
margin-left: 0pt;
color: #000000;
}

.comment_titre {
font-size: 83%;
color: #000000;
padding-top: 5px;
padding-right: 0pt;
padding-bottom: 3px;
padding-left: 11px;
background-color: #e6e6e6;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-x-position: 0%;
background-y-position: 0%;
font-style: italic;
}

.comment_content {
font-size: 100%;
margin-top: 0pt;
margin-right: 0pt;
margin-bottom: 0pt;
margin-left: 0pt;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 15px;
padding-left: 5px;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #d1e6f2;
border-left-width: 1px;
border-left-style: solid;
border-left-color: #d1e6f2;
}

.comment .comment_content {
border-left-width: 1px;
border-left-style: solid;
border-left-color: #e6e6e6;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #e6e6e6;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #e6e6e6;
}

#page {
	position:relative;
	margin: 0 auto;
	padding: 0;
	width: 990px;
}

#navmenu {
	width: 990px;
	height: 43px;
	margin: 0;
	padding: 0;
}




#centre {
margin-left: 0px;
min-height:550px;
width:1000px;
color:#515256;
}


#footer {
	clear: both;
	background: url(../img/foot_bg.jpg) repeat-x;
	padding: 25px 0 14px;
}

#footer a {
	color: #6ACFF6;
}

.step {
	margin-top: 40px;
	font-size: 20px;
}

#footer p {
	margin: 0 auto;
	text-align: left;
	width: 900px;
	padding-left: 40px;
}



/* @end */

/* @group Navigation */

#navmenu ul {margin: 0; padding: 12px 0 0; 
	list-style-type: none; list-style-image: none;
	text-align: right;
}

#navmenu li {display: inline;
	padding-right: 10px;
	padding-left: 10px;
}

#navmenu li a:hover {
	color: #636468;
	text-decoration: none;
	border-bottom: 3px solid #636468;
}
	
#navmenu li a:link, #navmenu li a:visited {
	color: white;
	font: bold 12px Arial, Helvetica, Geneva, sans-serif;
}



/* @end */

/* @group Sidebar */



#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

#sidebar ul p, #sidebar ul select {
	margin: 0;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 0;
	padding: 0 0 10px;
	}

#sidebar
{
position: absolute;
left:0;
}

#sidebar {
	width: 268px;
	min-height:550px;
	background-image: url(../img/side_tile.jpg);
	background-repeat: y;
	margin: 0;
	padding:0;
}
#sidebar ul {
	margin: 0px;
	padding: 20px 0 0;
	background-image: url(../img/side_tile.jpg);
}

#sidebar ul li ul{
	padding-left: 80px;
	padding-top: 46px;
	padding-bottom: 20px;
}

#sidebar form {
	margin: 0;
	}

#categories-1 ul {
	background: url(../img/cat.jpg) no-repeat 0 top;
	margin: 0;
	padding: 0;
}



/* @end */

/* @group Headers */

h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h3 {
	padding: 0;
	margin: 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}



/* @end */

/* @group Images */

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered",
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid silver;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	border: 1px solid silver;
}

img.alignleft {
	margin: 0 20px 2px 0;
	display: inline;
	width: 111px;
	height: 106px;
	background: url(images/pic_bor.jpg) no-repeat center center;
	padding: 5px;
}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}



/* @end */

/* @group Comments */



/* @end */

/* @group Form Elements */


.send_button{
	width: auto;
   	color:#000000;
   	font-family:verdana,helvetica,sans-serif;
   	font-size:84%;
   	font-weight:normal;
   	background-color:#EEEEEE;
   	border:1px solid;
   	border-top-color:#CCCCCC;
   	border-left-color:#CCCCCC;
   	border-right-color:#999999;
   	border-bottom-color:#999999;
   	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffffff,EndColorStr=#cccccc);
}


/*Link nav */
a.linkabc:link {
	COLOR: #335668; text-decoration:underline
}
a.linkabc:visited {
	COLOR:#335668; text-decoration:underline
}
a.linkabc:active {
	COLOR: #cccccc; text-decoration:underline
}
a.linkabc:hover {
	COLOR: #04293B; text-decoration:none
}



#searchform {
	margin: 0;
	padding: 0 24px 0 0;
	height: 44px;
	background: url(images/search_icon.jpg) no-repeat;
	text-align: right;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}



/* @end */

.rank {
height: 41px;
padding-top: 5px;
padding-right: 0pt;
padding-bottom: 0pt;
padding-left: 0pt;
margin-top: 0px;
margin-right: 20px;
margin-bottom: 0pt;
margin-left: 0pt;
text-align: center;
width: 50px;
float: left;
}

hr {
	/*display: none;*/
	}

a img {
	border: none;
	}


/* @end */

/* @group Tools */

.orange {
	color:#793372;
}

.tool {
	font-weight: bold;
}

#pscroller1{
width: 200px;
height: 150px;
border: 1px solid black;
padding: 5px;
color:#515256;
}


#divNewsCont{position:absolute; width:210px; height:150px;top:95px; right:138px; z-index:10}

/* The style starts here */
#tabs {padding:0; margin:0 0 0 5px; list-style:none;}
#tabs li {display:inline; padding:0; background:#f8f8f8; float:left; margin-right:35px; position:relative;}
#tabs li.one {width:190px;}
#tabs li.two {width:240px;}
#tabs li.three {width:190px;}
#tabs li a.outer-link {background:#f8f8f8; display:block; width:100%; position:relative;}
#tabs table {border-collapse:collapse; margin:-1px;}
#tabs li b {display:block; background:transparent url(../img/tab_top.gif) no-repeat 0 0; padding:2px 0 0 5px; height:15px; font-size:0.9em; overflow:hidden;}
#tabs li div {border:1px solid #888; border-width:0 1px 1px 1px; padding:20px 5px 5px 5px;}
#tabs li h3 {padding:0; margin:0; font-family:georgia, serif; font-size:17px;}
#tabs li p {font-family:verdana, serif; font-size:11px; line-height:1.5em;}
#tabs li a {color:#000; text-decoration:none;}
#tabs li a.inner-link {color:#c00; text-decoration:none;}
#tabs li a.inner-link:hover {text-decoration:underline; cursor:default;}
#tabs li.one:hover, #tabs li.one a.outer-link:hover {background:#fef;}
#tabs li.two:hover, #tabs li.two a.outer-link:hover {background:#cff;}
#tabs li.three:hover, #tabs li.three a.outer-link:hover {background:#ffc;}



.hotItem {
background-color: transparent;
background-image: url(../img/tab_blue_light.gif);
background-repeat: no-repeat;
background-attachment: scroll;
background-x-position: 0pt;
background-y-position: 0px;
}

.rank{
float: left;
font-family: georgia,times,"times new roman";
font-style: normal;
font-variant: normal;
font-weight: bold;
font-size: 44px;
font-size-adjust: none;
font-stretch: normal;
color: #ffffff;
margin-top: 0pt;
margin-right: 0pt;
margin-bottom: 0pt;
margin-left: 0pt;
padding-top: 0pt;
padding-right: 0pt;
padding-bottom: 2px;
padding-left: 2px;
line-height: 50px;
height: 50px;
width: 50px;
text-align: center;
}