/* design général */

body
{
	background:#e4dfdb;
	font-family:"trebuchet ms",verdana;
	font-size:12px;
}

a
{
	outline:none;
}

#global
{
	position:relative;
	width:1000px;
	margin:auto;
}

#haut
{
	background:url(images/haut.png);
	display:block;
	height:126px;
}


#centre
{
	background:url(images/centre.gif);
	padding:0 22px 1px 22px;
}

#bas
{
	background:url(images/bas.gif);
	height:25px;
}

#copyright
{
	color:#7f7f7f;
	text-align:center;
	margin-top:5px;
	font-style:italic;
}

#menu_haut
{
	background:url(images/menu_haut.gif) bottom;
	height:27px;
	margin-bottom:10px;
}

#menu_haut .liens
{
	float:left;
	position:relative;
}

#menu_haut .liens a
{
	float:none;
}

.rub
{
	display:none;
	position:absolute;
	z-index:99;
	width:100%;
	top:22px;
	left:0;
	background:#d9cfc9;
	border-bottom:1px solid #59493f;
	border-left:1px solid #59493f;
	border-right:1px solid #59493f;
}

.rub a
{
	text-align:center;
}

#menu_haut a
{
	text-decoration:none;
	float:left;
	color:#59493f;
	display:block;
	font-weight:bold;
	height:21px;
	line-height:21px;
	font-size:11px;
	text-transform:uppercase;
	padding-left:9px;
	padding-right:9px;
	margin-top:1px;
}

#menu_haut a:hover
{
	background:url(images/menu_haut_hover.gif);
	color:#fff;
}

#contenu
{
	width:820px;
	float:left;
	margin-left:5px;
}

#pub
{
	float:right;
}

#contenu .error,#contenu  .info
{
	text-align:center;
	display:block;
	text-decoration:none;
	font-weight:bold;
}

#contenu .error
{
	color:red;
}

#contenu .info
{
	color:green;
}

#contenu .error:hover
{
	text-decoration:none;
	color:red;
}

#contenu .info:hover
{
	text-decoration:none;
	color:green;
}

a img
{
	border:none;
}

/* contenus */
.maj_index
{
	padding:3px 0 3px 5px;
	border-bottom:1px solid #b2b2b2;
}

.coms
{
	padding:3px 5px 3px 5px;
}

.organise_image
{
	float:left;
	margin:1px;
	margin-bottom:5px;
}

.cadre_image_organise
{
	border:1px solid #b2b2b2;
	width:200px;
	height:200px;
	margin-top:3px;
}

.marge
{
	margin:2px;
	border:1px solid #b2b2b2;
	padding:2px;
}

.marge:hover
{
	border:1px solid #000;
}

a
{
	color:#ab2020;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

#a_ne_pas_manquer
{
	display:block;
	width:400px;
	height:80px;
	border:1px solid #000; 
}

p
{
	margin:0;
	text-indent:30px;
}

.poste table
{
	width:100%;
}
.poste
{
	border:1px solid #727272;
	padding:1px;
	-moz-border-radius:12px;
	margin-bottom:15px;
	margin-top:15px;
}
.poste div
{
	background:#f2f2f2;
	padding:5px;
	-moz-border-radius:10px;
}
.poste div .titre
{
	height:24px;
	font-weight:bold;
	text-transform:uppercase;
	border-bottom:1px solid #a5a5a5;
	padding-left:4px;
	padding-right:4px;
}
.poste div .avatar
{
	width:110px;
	padding-top:6px;
	vertical-align:top;
}
.poste div .message
{
	margin-left:120px;
	padding-top:6px;
	vertical-align:top;
}


.cadre
{
	border:1px solid #776354;
	-moz-border-radius:12px;
}

.cadre .sub_cadre
{
	-moz-border-radius:11px;
	border:1px solid #fff;
	background:#edeae7;
	padding:7px;
}

.actu
{
	padding:5px;
}

ul
{
	list-style-image:url(images/menu.gif);
	margin:0;
}

li span
{
	font-weight:bold;
	color:#ab2020;
}

.saviezvous
{
	float:right;
	width:185px;
	font-weight:bold;
}

.saviezvous h5
{
	font-size:12px;
	margin:0 0 3px 0;
	text-transform:uppercase;
}
.saviezvous span
{
	font-style:italic;
	width:600px;
	color:#4c4c4c;
	font-weight:normal;
}

/* titres */
h1
{
	margin:0 0 10px 0;
	font-size:18px;
	letter-spacing:1px;
	text-transform:uppercase;
	color:#000;
	background:url(images/menu.gif) no-repeat 5px ;
	padding:0 0 0 18px;	
}

h1 img
{
	margin:0 4px 3px 4px;
}

h2
{
	font-size:12px;
	margin:0 0 10px 0;
	background:url(images/rub.png) no-repeat left;
	padding-left:15px;
	height:34px;
	line-height:34px;
}

h3
{
	margin:0 0 0 17px;
	font-size:14px;
	font-style:italic;
}

h4
{
	margin:0;
	font-size:12px;
	background:url(images/h4.png) no-repeat;
	padding-left:13px;
	height:20px;
	line-height:20px;
}


.rubrique
{
	display:block;
	height:34px;
	line-height:34px;
	letter-spacing:1px;
	margin-left:15px;
	padding-left:15px;
	font-weight:bold;
	color:#000;
	font-size:11px;
	background:url(images/rub.png) no-repeat left;
	text-transform:uppercase;
}

.rubrique:hover
{
	text-decoration:none;
	color:#fff;
	background:url(images/rub_hover.png) no-repeat left;
}

.description_rub
{
	font-style:italic;
	margin-left:28px;
	width:600px;
	margin:3px 0 12px 28px;
	color:#4c4c4c;
}

/* tableaux */
table
{
	border-collapse:collapse;
}

.table
{
	margin-top:7px;
	margin-bottom:7px;
	width:100%;
	border:1px solid #bfbfbf;
}
.table th
{
	text-align:center;
	padding:3px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
	letter-spacing:1px;
	background:url(images/th.gif) repeat-x center;
	color:#000;
	border:1px solid #bfbfbf;
}
.table td
{
	text-align:center;
	padding:3px;
	border-top:1px solid #d8d8d8;
	border-right:1px solid #bfbfbf;
	border-left:1px solid #bfbfbf;
}
.table .td1
{
	background:#f7f7f7;
}
.table .td2
{
	background:#fff;
}

.table_music
{
	width:70%;
	margin:auto;
}

.table_music td
{
	padding:2px 5px 2px 5px;
	font-style:italic;
	color:#7d2020;
}
.table_music .td1
{
	background:#edeae7;
}
.table_music .td2
{
	background:#fff;
}


.forum
{
	width:100%;
}

.forum th
{
	padding:4px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
	text-align:center;
}

.forum td
{
	padding:4px;
	text-align:center;
}


.tableau
{
	margin:0 8px 0 8px;
	border:1px solid #b2b2b2;
}

.tableau th
{
	text-transform:uppercase;
	padding:0 6px 0 6px;
	height:24px;
	font-size:11px;
	letter-spacing:1px;
	background:url(images/th.gif) repeat-x center;
	text-align:center;
	border:1px solid #b2b2b2;
	min-width:100px;
}

.tableau td
{
	padding:3px 6px 3px 6px;
	text-align:center;
	border:1px solid #b2b2b2;
}

.tableau tr:nth-child(odd) { background-color:#f4f4f4; }
.tableau tr:nth-child(even) { background-color:#fff; }
/* formulaires */
label
{
	display:block;
	float:left;
	width:200px;
	padding-left:3px;
	font-style:italic;
	font-weight:bold;
	padding-top:3px;
}

form
{
	margin:0;
}

form div
{
	margin-bottom:5px;
}

.text, .textarea, .select
{
	padding:3px;
	font-family:"trebuchet ms";
	font-size:12px;
	border:1px solid #59493f;
	background:#faf9f9;
	-moz-border-radius:6px;
}

.text
{
	width:200px;
}
.textarea
{
	width:400px;
	height:150px;
}
.select
{
	padding:2px;
	width:208px;
}


.submit
{
	background:url(images/menu_haut_hover.gif);
	color:#fff;
	font-family:"trebuchet ms";
	font-size:12px;
	font-weight:bold;
	border:1px solid #59493f;
	text-transform:uppercase;
	padding:1px 5px 0 5px;
	-moz-border-radius:6px;
	
}

.submit:hover
{
	cursor:pointer;
}

#recherche
{
	position:absolute;
	right:30px;
	top:95px;
}

#recherche input
{
	width:160px;
	border:none;
	opacity:0.6;
	border:1px solid #59493f;
}

#recherche input:hover
{
	opacity:0.9;
}

.rubriques
{
	font-size:18px;
	letter-spacing:1px;
	text-transform:uppercase;
	font-family:"trebuchet ms";
	font-weight:bold;
	padding:0;
	border:none;
}

.rubriques:hover
{
	cursor:pointer;
}


.page
{
	text-align:center;
	padding:4px;
	background:#edeae7;
	margin:7px auto 7px auto;
}
.page a
{
	font-weight:bold;
	padding-left:4px;
	padding-right:4px;
	margin-right:2px;
}
#contenu .page a:hover
{
	background:#bdb2a7;
	text-decoration:none;
}
#contenu .page a.current
{
	background:#bdb2a7;
	color:#000;
}