* {
margin:0;
padding:0;
}
h1, h2, h3, h4, h5, p, ul {
margin:10px 0;
}
ul {
list-style-type:none;
}
.pub {
text-align:center;
margin:10px auto;
}
.pub table {
margin:auto;
}
#message, #warning {
margin:10px 0;
background:#F1F1F1;
border:1px solid #CCC;
padding:10px;
color:#1c1c1c;
font-size:12px;
font-weight:bold;
}
#message a, #warning a {
color:#FF0000;
}
body {
font-family:tahoma;
font-size:11px;
text-align:center;
color:#595f66;
background:#FFF;
}
a:link, a:visited {
color:#5421aa;
text-decoration:none;
}
a:hover {
color:#5f00ff;
}
.alignleft {
float:left;
}
.alignright {
float:right;
}
.clearer {
clear:both;
height:1%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* LAYOUT */
#page {
text-align:left;
width:730px;
margin:auto;
}
#content {
float:left;
width:463px;
}
#content .inner {
}
#sidebar {
float:right;
width:250px;
}
#sidebar .inner {
}
#footer {
clear:both;
}
#footer a {
color:#000;
}
#header {
position:relative;
}
#header h1 {
background:url("img/logo.gif") no-repeat left top;
text-indent:-5999px;
margin:0;
height:65px;
margin-left:168px;
}
#header h1 a {
display:block;
overflow:hidden;
width:320px;
height:65px;
}
#header p.slogan {
position:absolute;
top:36px;
left:500px;
}
#searchform {
background:url("img/searchbox.jpg") no-repeat;
height:203px;
position:relative;
padding:10px 20px 0 20px;
}
form#searchtop {
position:absolute;
top:75px;
left:115px;
width:525px;
}
input.btn {
width:90px;
height:25px;
border:none;
background:none;
}
input.txt {
font-size:11px;
padding:2px;
width:380px;
border:1px solid #FFF;
padding:3px;
font-size:16px;
}
.extralinks {
position:absolute;
width:685px;
top:140px;
}
.extralinks a {
text-decoration:none;
font-weight:bold;
color:#fff;
}
.extralinks ul {
text-align:center;
}
.extralinks li {
display:inline;
padding:0 10px;
}
#dir {
position:relative;
margin-bottom:15px;
width:100%;
background:url("img/dir_bg.gif") repeat-y center;
}
#dir h2, .bar h3  {
color:#FA4206;
font-size:12px;
background:url("img/dir_haut.gif") no-repeat top center;
margin:0;
padding-top:17px;
padding-left:15px;
}
.dir-bas {
background:url("img/dir_bas.gif") no-repeat bottom;
height:21px;
}
.cat {
width:220px;
padding:10px 5px;
float:left;
overflow:hidden;
margin:0 5px;
}
.cat a {
color:#1e1c1c;
}
.cat h3 {
margin:0;
font-size:12px;
}
.cat small {
font-size:10px;
}
#dir table {
width:726px;
margin:10px auto;
}
#dir table td.alt {
background:#f1f1f1;
}
.box {
position:relative;
margin-bottom:15px;
background:url("img/box_bg.gif") repeat-y center;
}
.box-haut {
background:url("img/box_haut.gif") no-repeat top center;
height:15px;
}
.box-bas {
background:url("img/box_bas.gif") no-repeat bottom center;
height:17px;
}
.box .inner {
margin:0 5px;
}
.bar a {
color:#5421aa;
}
#footer {
color:#595f66;
text-align:center;
margin-bottom:10px;
}
.site table td.thumb img {
border:1px solid #888;
}
.site table td {
vertical-align:top;
padding:2px;
padding-bottom:10px;

}
.link-title a {
color:#fa3904;
font-size:12px;
font-weight:bold;
}
.link-title a:hover {
color:#1c1c1c;
}
.lien {
color:#999;
margin-top:4px;
}
span.premium {
color:#FF0000;
float:right;
}

/* Onglets fiche site */
#container {
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

#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;
}

#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;
}

