/* -------------------------------------------------------------------------//
// ITELIOS - Expert Community                                               //
// Author : Guillaume BROUT - Julien Chevallet			                    //
// Contact : guillaume.brout@supinfo.com									//
// Copyright : ©Itelios 2007-2008											//
// 																		    //
// Theme : Itelios                                                          //
// File : styles.css 														//
// Created : 03/03/2007														//
// -------------------------------------------------------------------------*/

/*****************************************************************************/
/* ELEMENTS GENERAUX DE LA PAGE						     					 */
/*****************************************************************************/
html, body {			
	height:100%;
}

body {
	margin: 0;
	padding: 0;
	background: #f0eee4;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	text-align:center;
}

ul {
  list-style:none;
}

* {
  margin:0;
  padding:0;
}

a {
  color: #DD5D20;
  text-decoration: none;
}

a:hover {
  color: #DD5D20;
  text-decoration: underline;
}

a:visited {
  color: #DD5D20;
  text-decoration: none;
}

h2 {
	color:#D95117;
	text-align: left;
	font-size:17px;		
	background:url("images/h2_style.gif") no-repeat;	
	font-weight:normal;
	padding:0 0 5px 15px;	
	margin: 20px 0 10px 0;
}

/*****************************************************************************/
/* ELEMENTS CONTAINER								     					 */
/*****************************************************************************/
#container
{
	margin-left: auto;
	margin-right: auto;
	width:1014px;
	background-image:url("images/content_border.gif");
	text-align: center;
}

/*****************************************************************************/
/* ELEMENTS HEADER - HAUT DE PAGE					     					 */
/*****************************************************************************/
#header {
	margin-left: auto;
	margin-right: auto;
	width:976px;
	height: 185px; /*211px;*/
	/*display:table;*/
	margin-top: 0px;
	/*background-image:url("images/header_fr.jpg");
	background-repeat: no-repeat;*/
}

/*****************************************************************************/
/* ELEMENTS LOGIN BOX								     					 */
/*****************************************************************************/
#login_box{
  margin-top: 10px; 
  margin-right: 20px; 
  float: right;
  width: 250px;
}

.box_header
{
	padding:5px; 
	padding-top: 3px; 
	padding-bottom: 0px;
	cursor: pointer; 
	vertical-align: top;
	width: 240px;
	background-image: url("images/box_header.png");
	height: 17px;
}

.box_content
{
	width: 248px;
	text-align: left;
	background-image: url("images/box_content.png");
}

.box_footer
{
	width: 250px;
	background-image: url("images/box_footer.png");
	height: 10px;
}

.bouton{
  border-color: black;
  background-color: #ffae53;
  border-style:solid;
  border-width: 1px;
  /*width: 70px;*/
  height : 20px;
}

.bouton120{
  border-color: black;
  background-color: #ffae53;
  border-style:solid;
  border-width: 1px;
  width: 120px;
  height : 20px;
}

.bouton100{
  border-color: black;
  background-color: #ffae53;
  border-style:solid;
  border-width: 1px;
  width: 100px;
  height : 20px;
}

/*****************************************************************************/
/* ELEMENTS MENU - MENU DE LA PAGE					     					 */
/*****************************************************************************/
#nav 
{
  width: 975px;
  background:#F90 url(images/nav_bg.gif) bottom repeat-x; /*#d95117*/
  height:3.1em;
  border-right:0.1em solid #ff7800;
  margin: 0;
  /*margin-top: 145px;*/
}

#nav li a {
  text-decoration:none;
  display:block;
  float:left;
  background:#F90 url(images/nav_bg.gif) bottom repeat-x;
  line-height:1.6em;
  color:#FFF;
  font-weight:bold;
  padding:0.5em 2em;
  border-right:0.1em solid #F90;
}

#nav li a:hover {
  background:#F90 url(images/nav_bg_over.gif) bottom repeat-x;
}

#nav li {
  float:left;
  font-size:1.2em;
  border-right:0.1em solid #ff7800;
  position:relative;
}

/* dropdown */

#nav li li {
  padding:0;
  margin:0;
  height:2.5em;
  line-height:2.5em;
  float:none;
  font-size: 0.9em;
  border:0;
  text-indent:0.2em;
  display:inline;
}

#nav li li a {
  color:#CCC;
  display:block;
  text-align:left;
  width:15em;
  border:0;
  font-size:0.9em;
  width:17.2em;
  background:transparent;
  float:none;
}

#nav li ul {
  position:absolute;
  margin-top:2.6em;
  left:-999em;
  background:#242424;
}

#nav li ul li a:hover { 
  color:#FFF; 
  background:#F90 url(images/nav_bg.gif) bottom repeat-x;
}

#nav li:hover ul, #nav li:hover ul, #nav li.sfhover ul {
  position:absolute;
  left:-999em;
}

#nav li:hover ul, #nav li.sfhover ul {
  left:0;
  width:17.1em;
  padding:0;
  z-index:1000;
}

#nav_menu {
  font:62.5% Verdana, Arial, Helvetica;
  text-align:left;
  color:#333;
  width:976px;
  margin:0 auto;
}

/*****************************************************************************/
/* SITEMAPPATH									     						 */
/*****************************************************************************/
#breadCrumbs {
	padding: 2px 0px 2px 5px;
	width: 971px;
	text-align: left;
	background:#EAEAEA url(images/breadcrumbs_bg.gif);
	margin : auto auto 2px auto;
}

/*****************************************************************************/
/* ELEMENTS CONTENT - CONTENU DE LA PAGE			     					 */
/*****************************************************************************/
#content {
	margin-left: auto;
	margin-right: auto;
	width:976px;
	height:580px;
}

html>body #content {
	min-height: 580px;
	height: auto;
}

/*****************************************************************************/
/* ELEMENTS CONTENT - CONTENU DES DERNIERS ARTICLES	     					 */
/*****************************************************************************/
.LastArticles
{
	text-align: left;
	width: 450px;
}

/*.LastArticlesList
{
	border: 2px dotted orange;
}*/

/*****************************************************************************/
/* ELEMENTS CONTENT - CONTENU DES MEILLEURS ARTICLES	     				 */
/*****************************************************************************/
.BestArticles
{
	text-align: left;
	width: 450px;
}

/*****************************************************************************/
/* ELEMENTS CONTENT - CONTENU DU CATALOGUE PRODUITS		     				 */
/*****************************************************************************/
.Products
{
	text-align: left;
	width: 450px;
}

/*****************************************************************************/
/* ELEMENTS CONTENT - CONTENU DU CONCOURS				     				 */
/*****************************************************************************/
.Concours
{
	text-align: left;
	width: 450px;
}

/*****************************************************************************/
/* TABLEAU DE BORD								     						 */
/*****************************************************************************/
#content .homeContent
{
	width: 700px;
	border:1px solid #EAEAEA;
	height: 200px;
	margin-top: 25px;
}

#content .homeContent h3
{
	color: Gray;
	margin-top: 5px;
}

html>body #content .homeContent
{
	min-height: 200px;
	height: auto;
}

#content .secondaryContentBox
{
	width: 200px;
	border:1px solid #EAEAEA;
	background:#F7F7F7;
	margin-top: 25px;
	margin-left: 15px;
	padding-top: 10px;
	float: left;
	padding-left: 10px;
}

#content .secondaryContentBox h2
{
	color:#F60;
	padding-left: 0px;
	text-align: center;
	font-size:1.4em;
	display: inline;
	background-image: none;
}

#content .secondaryContentBox .secondaryContent
{
	text-align: left;
}

#content .secondaryContentBox h3
{
	color: Gray;
	margin-top: 5px;
}

#content .secondaryContentBox ul
{
	margin-top: 5px;
}

#content .secondaryContentBox hr
{
	color: gray;
	background-color: gray;
	height: 1px;
	border: 0;
	margin-left: 10px;
	width: 180px;
}

/*****************************************************************************/
/* RECHERCHE									     						 */
/*****************************************************************************/
.searchBox 
{
	width: 200px;
	border:1px solid #EAEAEA;
	background:#F7F7F7;
	margin-top: 25px;
	margin-right: 15px;
	padding-top: 10px;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
}

.searchBox  h2
{
	color:#F60;
	padding-left: 0px;
	font-size:1.4em;
	display: inline;
	background-image: none;
}

/*****************************************************************************/
/* ELEMENTS FOOTER - PIED DE LA PAGE			     						 */
/*****************************************************************************/
/*#footer {
	width: 990px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	color: #272727;
	font-weight: bolder;
}

#footer a:link{
  color: #272727;
}*/

#footer {
	text-align: center;	
	width: 976px;	
	color:white;
	background:black;
	margin : auto;	
}

#footer p {
	padding: 4px 0 6px 0;
}

/*#footer_content_left {
  text-align: left;
  padding-left: 15px;
  padding-top: 5px;
}

#footer_content_right {
  width: 445px;
  text-align: right;
  float: right;
  padding-right: 15px;
  padding-top: 5px;
}*/

/*****************************************************************************/
/* ELEMENTS DE VOTE								     						 */
/*****************************************************************************/
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url("images/FilledStar.png");
}

.emptyRatingStar {
    background-image: url("images/EmptyStar.png");
}

.savedRatingStar {
    background-image: url("images/SavedStar.png");
}

/*****************************************************************************/
/* ELEMENTS										     						 */
/*****************************************************************************/
.tableau{
  text-align: right;
}

.titre{
  text-align: center;
  font-weight: bolder;
  font-size: 14pt;
  color: Black;
}

.soustitre{
  text-align: center;
  font-weight: bolder;
  font-size: 14pt;
  color: Orange;
  border: 2px solid;
  border-color: Orange;	
}

.list{
  width: 150px;
}

.modalBackground {
	background-color:Gray;
	/*filter:alpha(opacity=70);
	opacity:0.7;*/
}

/*****************************************************************************/
/* MAP        									     						 */
/*****************************************************************************/
#Map{
	margin-left: 0px;
	margin-right: 0px;
	text-align:left;
	float:left;
}


/*****************************************************************************/
/* CLEMENT       									     						 */
/*****************************************************************************/

img {
	border : none;
}
body{
	margin: 0;
	padding: 0;
	font-family: Verdana;
}

#page{
	width:970px;
	margin-right: auto;
	margin-left: auto;
}

#banner {
	margin-top : 8px;
	background:url('images/banner.jpg') no-repeat;
	width : 970px;
	height : 120px;
}

#controls
{
	float : left;
	width : 300px;
	margin-left : 5px;	
	text-align : left;
}

#controls fieldset 
{
	border:1px solid #CBC4BC;
	padding: 5px 10px 5px 10px;
	margin-right : 5px;
	width:274px;
	margin-bottom:4px;
}

#controls fieldset.haut
{
	margin-top : 11px;
}

#controls fieldset.secondLevel
{
	margin-top : 5px;
	width:250px;
}

#controls legend
{
	font-weight:bold;
	color : Black;
}
#controls label,#controls .label
{
	font-size:12px;
	padding-bottom: 0px; 
	margin-top: 4px;  
	float: left;
	margin-right: 4px;
}

#controls fieldset.secondLevel label
{
	margin-top : 0px;	
}

#controls .labelPosition
{
	font-size:12px;
	padding-bottom: 0px; 
	margin-top: 4px;  
	float: left;
	margin-right: 4px;
	margin-left : 3px;
}
#controls .labelFloatNone
{
	font-size:12px;
	padding-bottom: 0px; 
	margin-top: 4px;  
	float: none;
	margin-right: 4px;
	margin-left : 3px;
}



#controls textarea
{
	width: 270px;
	height: 75px;
}

#controls select
{
	margin-bottom : 5px;
}

#controls input
{
	margin-bottom : 3px;
}
#tabPoly
{
	width : 310px;
	margin : auto auto 10px auto;
}

#carte
{
	margin-left : 307px;
	text-align :left;
}

#underMap
{
	margin : 10px auto 10px auto ;
	text-align : center;
}

.ajax__slider_h_rail
{
	margin-left : 20px;
}

#localise
{
	float : right;
	margin-right : 4px;	
}

img.help
{
	margin-bottom:3px;
	margin-left:5px;
	cursor : pointer;
}

#contenuPopup
{
	
}

.ban {}