body{
	background: #F1F1F1;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align: left;
}

#wrapper {
	background:#F1F1F1;
	min-width:780px;
}

* html #wrapper
{
	width: expression(document.documentElement.clientWidth > 1200 ? "1200px" : "auto");
}

h1, h2, h3, h4, h5, h6{
}

h1{font-size: 25px;}
h2{font-size: 1.4em;}
h3{font-size: 1em;}
h4{font-size: 1em;}
h5{font-size: 1em;}
h6{font-size: 1em;}

a{
	color: #FFB234;
}

a:visited{
	color: #000099;
}

a:hover{
	color: #666666;
}


/* La page
-------------------------------------------------------- */
#page{
	background: #F1F1F1 url(images/page.png) repeat-y center top;
}
 
/* L'entête
-------------------------------------------------------- */
#top{
	height: 100px;
	background-image: url(images/top.jpg);
	width: 100%;
	background-repeat: repeat-x;
	background-color: #FFB234;
	/*padding-top: 20px;*/
}

#logo{
	float:left;
	margin:10px 20px 6px 40px;
	width:600px;
	height: 80px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
}
.titre{
	float:left;
	margin: 15px 0 0 0;
	padding: 0;
	height: 80px;
	background-repeat: no-repeat;
}
#name{
	float:left;
	width:400px;
	height:80px;
	margin-top:15px;
	margin-top:15px;
}

#top h1{
	margin-left:100px; margin-top:-75px;
	color: #FFFFFF;
}

#top h1 a{
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu horizontal
-------------------------------------------------------- */ 

    /* Paramètres généraux de la boite (div) qui contient la liste : pas de marge,
    * indication essentielle pour IE qui en met par défaut ; définition de la couleur
    * du fond. Je réduis un peu la taille des caractères à une valeur de neuf
    * dixièmes et je demande que le contenu soit aligné à droite :
    */
	#mainmenu{
		position: static;
		width: 100%;
	}

    #nav-box {
        margin : 0;
        padding : 0;
        font-weight : bold;
        font-size : 0.9em;
        text-align: center;
		background-image: url(images/menu-top.png);
   }
   #nav-box ul {
        margin : 0;
        padding : 2px 1em 2px 0;
        list-style-type : none;
   }
   #nav-box ul li {
        display: inline;
        padding : 5px 0;
   }
   #nav-box ul li a {
		color: #FFFFFF;
		background: transparent;
		text-decoration: none;
		font-size:13px;
		font-weight: bold;
		padding : 2px 1em 2px 1em;
   }
   #nav-box ul li a:hover {
		color: #FFFFFF;
		background-color:#666666;
		font-size:13px;
   }
   #nav-box a:active {
   }


#header input {
	width:150px;
	padding:5px;
	background:#fff;
	border:2px solid #f6f6f6;
	font:150% Arial;
	color:#999;
}

#header input:hover {
	border:2px solid #ccc;
}

#header input:focus {
	border:2px solid #79B5D6;
	color:#555;
}

#header h1 {
	float:left;
	margin: 15px 0 0 0;
	padding: 0;
	height: 80px;
	background-repeat: no-repeat;
}

#header h1 a {
	color:#FFFFFF;
	text-decoration:none;
	
}

#header h1 a:hover {
	
}

#header h2 {
	font:150% Georgia;
	font-weight:normal;
	color:#555;
	padding:14px 0 0 0;
	border:none;
}

#header h2 a {
	color:#555;
	text-decoration:none;
	border-bottom:2px solid #f6f6f6;
}


#page{
	width: 780px;
	margin: 10px auto;
	text-align: left;
}

#main-top-bloc{
	height: 16px;
	background-image: url(images/main-top-bloc.png);
}

.left{
	float: left;
}

.right{
	float: right;
	margin-left: 1em;
}

input,textarea{
	border: 1px solid #999;
}

textarea{
	width: 100%;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.day-date{
	padding-left: 20px;
	margin-left: -25px;
	color: #888;
	background: transparent url(images/day-date.png) no-repeat left center;
	font-style: italic;
}



/* La barre de navigation
-------------------------------------------------------- */
#sidebar{
	float: right;
	width: 210px;
	padding-bottom: 3em;
	vertical-align: top;
}

#sidebar div{
	border: thin solid #F2F2F2;
	vertical-align: top;
	padding: 0 0 10px 0;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 15px;
	text-indent: 5px;
}

#sidebar div ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar h2, #sidebar h3{
	color: #757575;
	margin: 0 0 1ex 0;
	background-color: #F2F2F2;
}

#sidebar h3{
	font-size: 1em;
	margin: 0;
}

#sidebar div#search{
	background: transparent;
	color: inherit;
}

#search fieldset, #search p{
	margin: 0;
	padding: 0;
}

#q{
	padding-left: 18px;
	background: #fff url(img/q.png) no-repeat 4px center;
}

#sidebar div#calendar{
	/*border-top: 1px solid #F0F0F0;*/
}

#sidebar div#calendar table{
	font-size: 0.8em;
	text-align: center;
	margin: 0 auto;
	border-collapse: collapse;
}

#sidebar div#calendar table caption{
	margin: 0 auto;
}

#sidebar div#calendar table th{
	color: #FFB234;
	background: transparent;
}

#sidebar div#calendar table td{
	width: 14%;
	line-height: 2em;
	border: 1px solid #F1F1F1;
}

#sidebar div#calendar table td a{
	display: block;
	background: #EFFAFF;
	color: #FFB234;
	font-weight: bold;
	text-decoration: none;
}

#sidebar div#calendar table td a:hover{
	background: #DFF5FF;
	color: #FFB234;
}


#content {
	margin:0 200px 0 200px;
	padding:20px 0 0 20px;
	vertical-align: top;
}

#contentnorightbar {
	margin:0 0 0 240px;
	padding:20px 0 0 20px;
}

p {
	margin:15px 0;
	line-height:22px;
}

h2 {
	font:160% Arial;
	color:#FFB234;
	border-bottom:2px solid #f6f6f6;
}

h2 a {
	color:#79B933;
	text-decoration:none;
}

h2 a:hover {
	color:#5F9128;
}

h4 {
	font-family: Arial;
	font-weight: bold;
	color:#FFB234;
}

h4 a {
	color:#FFB234;
	text-decoration:none;
}

h4 a:hover {
	color:#FFB234;
}





#content ul {
	margin-bottom: 3px;
	color:#333;
}
#content ul span {
	color:#444;
}
#contentnorightbar ul {
	margin:15px 0 15px 20px;
	line-height:25px;
	padding:15px 0;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	color:#79B933;
}
#contentnorightbar ul span {
	color:#444;
}

img {
	padding:1px;
}

form {
}

label {
	display:block;
	font-weight:bold;
	color:#444;
	margin:5px 0;

}
input {
	padding: 2px;
	margin: 2px;
	border :1px dotted #ccc;
	font:90% Verdana;
	color:#666;
}

textarea {
	padding:2px;
	font:90% Verdana;
	border:1px solid #eee;
	display:block;
	color:#777;
}

p img {
	float:left;
	margin:0 10px 0 0;
}

blockquote p {
	font:160% Georgia;
	color:#aaa;
	padding:0 10% 0 0;
	line-height:30px;
}

/* AutoCompletion CSS */

#autocompletion {
    border: 1px solid #999;
    background: #fafafa;
	text-align: left;
  }
  #autocompletion ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #autocompletion li {
	
  }
  #autocompletion a {
    display: block;
    padding: .2em .3em;
    text-decoration: none;
    color: #333;
  }
  .selected {
    background: lightyellow;
  }
  
  
  .feedlink {
	color: #555;
}

#feed {
	color: #0098EF;
	font-weight: bold;
}

.vote a{
	color: #119FF0;
	font-size: 28px;
	font-weight: bold;
}

.votetable {
	background: white;
	width : 70px;
	height: 92px;
	margin-right: 5px;
}

/*ajout resux*/
.votelargeur {width: 80;}

a.cat_display {
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color:#000099;
}

.lien {
	text-align: justify;
}

.lien a, .lien a:hover {
	font-size: 12px;
	color: #000099;
	text-decoration: underline;
	font-weight: bold;
}

.lien span {
	color: #F7560F;
}

.ariane {
	color: #A9A9A9;
}

.ariane a {
	color: #A9A9A9;
	text-decoration: underline;
	font-weight: normal;
	font-size: 11px;
}

.ariane a:hover {
	color: #A9A9A9;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
}

.sitetable {
	background: #F7F7F7;
	width: 100%;
	border: 1px dashed #CCC;
	vertical-align : top;
}

.sitetd {
	border: 1px solid #CCC;
}

.warning {
	background: #CFEBF7 url(images/notice.png) no-repeat 1em ;
	border: 2px solid #000;
	text-align: center;

	padding: 10px;
	font-family: tahoma, verdana;
	font-weight: bold;
	max-width: 780px;
}


/* Onglets fiche site */
#container {
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: center;
}

#container hr {
	clear: both;
	border: 1px solid #CCC;
	margin-top: 10px;
}

#container ul#menu {	
	font-weight: bold;
}
#container ul#menu li {
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	display: inline;
	margin: 5px;
}
#container ul#menu li a {
text-decoration: none;

}
#container ul#menu li a:hover {
text-decoration: underline;
color: #333333;
}
#container h1,
#container h2 {
	margin: 0.5em 0 0.5em 0;
	font-size: 1.4em;
}
#container .content {
	border: 1px solid #d5d5d5;
	padding: 10px;
	background-color: #FFFFFF;
}

#container a.current {
	padding: 3px 7px;
	border: 1px solid #d5d5d5;
	background-image: url(images/shadeactive.gif);
	border-bottom-color: white;
}
#container a.ghost  {
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #d5d5d5;
	color: #333333;
	background: white url(images/shade.gif) top left repeat-x;
}
#container .on {
	display: block;
}
#container .off {
	display: none;
}



/* Le pied de page
-------------------------------------------------------- */

#footer{
	margin: 0;
	padding: 1em;
	border-top: 1px solid #CCC;
	background: #F1F1F1;
	color: #666;
	clear: both;
}

#footer a{
	color: #999;
}
