/* GENERAL */

html {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	padding:0;
	margin:0;
	height: 100%;
}

* {
   	font-family: Helvetica, Arial, Verdana, sans-serif;
}

body {

	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	margin-top: 0;
	margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
	height: 100%;
    background: #fff;
}

a {
	color: #cc4001;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
    border: 0;
}

p {
	line-height: 150%;
}

/* Principaux éléments */

div.limite-contenu {
	width: 1000px;
	padding:0;
	margin: 0 auto;
}


div#page {
	width: 100%;
	margin-top: -30px;
    padding-bottom: 20px;
}

div#entete {
	height: 156px;
    background: transparent url(/pict/fond_bandeau.png) repeat-x;
	background-position: 0 0;
	margin: 0;
	text-align: left;
}
div#entete a {
    outline: none;
}

div#entete #logo {
	margin: 0;
	border: 0;
	padding: 0;
	position: absolute;
	top: 0;
}
div#entete #boussole {
	margin: 0;
	border: 0;
	padding: 0;
	position: relative;
	left: 117px;
}
div#entete #rechercher {
	margin: 0;
	border: 0;
	padding: 0;
	position: relative;
	left: 700px;
	top: -50px;
	width: 250px;
}
div#entete #rechercher input[type=text] {
	border: 1px solid #544e4b;
	background: white url(/pict/rechercher.png) no-repeat;
	background-position: 2px 2px;
	padding: 2px 2px 2px 18px;
	width: 180px;
}
div#entete #rechercher input[type=submit] {
	background-color: #544e4b;
	border: 1px solid #544e4b;
	color: white;
	cursor: pointer;
}
#pr {
	position: relative;
	left: 117px;
	top: -121px;
}

.bloc {
	border: 1px solid #ccccc5;
	width: 390px;
	background: #eeeee6 url(/pict/fond-bloc.png) repeat-x;
}

#colonne-droite {
	float: left;
	width: 390px;
	text-align: left;
}

#colonne-gauche {
	float: left;
	width: 60Opx;
	margin-right: 10px;
	text-align: left;
}

#menu {
	font-size:110%;
	line-height:normal;
	/*border-bottom: 1px solid #d8e2b0;*/
	position: absolute;
	top: 79px;
	margin-left: 100px;
  }
#menu ul {
  margin:0;
  padding: 0;
  list-style:none;
  }
#menu li {
  float:left;
  margin:0 0 0 10px;
  padding:0 0 0 9px;
  }
#menu a {
    font-size: 13px;

  float:left;
  display:block;
  padding:5px 15px 5px 6px;
  text-decoration:none;
  font-weight:bold;
  color: #fff;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#menu a {float:none;}
/* End IE5-Mac hack */
#menu a:hover {
  color: #fff;
  }
#menu .actif a {
  color: #fff;
  }
#sous-menu {
	font-size: 100%;
	line-height: normal;
	background: #333333;
    border-top: 3px solid #0099ae;
	width: 100%;
}
#sous-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sous-menu li {
	float: left;
	margin:0 0 0 10px;
	padding:0 0 0 9px;
}
#sous-menu li a {
	text-decoration: none;
    display: block;
    padding: 2px 0;
    color: #f4f4f4;
}
#sous-menu li a span {
    display: block;
    border-left: 6px solid #0099ae;
    padding-left: 3px;
    font-size: 13px;
    font-weight: bold;
}
#sous-menu li a:hover span {
    border-left: 6px solid #8dc919;
    color: white;
}
div#pied {
	background: #ebebeb;
	text-align: left;
	padding: 15px;
    border-top: 1px solid white;
}

div#pied ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div#pied a{
	text-decoration: none;
	color: #444444;
}
div#pied a:hover {
    text-decoration: underline;
    color: #ca3400;

}

div#pied h5 {
    border-bottom: 1px solid #ebebeb;
    font-size: 12px;
    line-height: 18px;
    margin: 5px 0;
    padding: 0 0 5px 0;
    color:#ca3400;
    font-weight:bold;
    text-transform:uppercase;
}

div#pied .col {
    float: left;
    margin: 0 15px;
    width: 180px;
}

div#pied li {
    list-style: none;
	margin-bottom: 3px;
}

h1 {
    font-size: 18px;
    padding: 12px 5px 7px 10px;
    margin: 0;
}

h2 {
    font-size: 13px;
    padding: 2px 7px;
    margin: 5px 0;
}

.accueil-categories h2 span {
	color: #544e4b;
}
.accueil-categories a {
	color: #544e4b;
}
.accueil-categories h2 a {
	font-size: 15px;
	font-weight: bold;
	color: black; /*#cc4001;*/
	background: transparent url(/pict/dossier.png) no-repeat;
	background-position: 0 50%;
	padding: 7px 0 7px 30px;
}
.forum-liste  ul{
	list-style-type: none;
	margin: 5px 0;
	padding: 0 0 0 10px;
	color: #a4a4a4;
}
.forum-liste ul li {
	font-weight: normal;
	margin: 0 0 2px 0;
	padding: 0;
}
.forum-liste ul li a.posteur {
	text-decoration: none;
	font-style: italic;
	color: #a4a4a4;
}
.forum-liste ul li a.message {
	text-decoration: none;
	font-weight: bold;
	color: black;
	padding: 0 5px 0 20px;
	background: transparent url(/pict/comment.png) no-repeat;
}
.forum-liste ul li a.message:hover {
	text-decoration: underline;
	color: #2370b6;
}
.forum-liste ul li a.message:visited {
	background: transparent url(/pict/tick.png) no-repeat;
	color: #a4a4a4;
}

.un-site {
	margin: 0 5px 0 5px;
	border-bottom: 1px solid #aeaeae;
	padding: 5px 0;
}
.un-site h3 a {
	font-size: 16px;
	margin: 0;
	padding: 0 0 7px 0;
}
.un-site .etoiles {
	margin-top: 10px;
} 
.un-site .capture {
  float: left;
  width: 160px;
  margin-bottom: 10px;
}
.un-site .description {
  margin-left: 170px;
  width: 400px;
}
.un-site .description a.autolien {
	text-decoration: none;
	color: black;
}
.un-site .description a:hover.autolien {
	text-decoration: underline;
	color: grey;
}
.un-site .infos {
  margin-top: 7px;
}

#mots-cles {
	text-align: center;
	filter: alpha(opacity=40);
	-moz-opacity:.40;
	opacity:.40;
}
#mots-cles a {
	text-decoration: none;
	text-transform: lowercase;
}
#logos-partenaires {
	text-align: right;
	float: right;
	filter: alpha(opacity=40);
	-moz-opacity:.40;
	opacity:.40;
}
#logos-partenaires a{
	text-decoration: none;
	text-transform: lowercase;
}

#bonus {
	display: none;
}


