/***** Général ***************************************************************/
*{margin: 0; padding: 0;}
body {
	background: #b6b6b6;
	background-image: url(/images/fond.jpg); background-repeat: repeat-x;
	font-family: verdana; font-size: 11px; color: #000;
	text-align: center;
}

#conteneur{
	width: 975px;
	position: relative;
	overflow: hidden;
	height: 1%;
	min-height:550px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/***** Logo *******************************************************************/
#logo{
	position:absolute;
	left:0px; top:0px;
	width:975px; height:166px;
}

/***** Menu *******************************************************************/
#menu{
	position:absolute;
	z-index:10;
	left: 20px; top: 166px;
	width:975px; height:29px;
	overflow: hidden;
}

#menu_accueil {
	float: left;
	width: 82px; height: 21px;
	margin-top: 1px;
	padding-top: 6px; padding-left: 30px;
	background-image: url(/images/menu-titre.jpg); background-repeat: no-repeat;
}

.menu_fond {
	float: left;
	margin-top:4px; margin-left: 3px;
	width: 112px; height: 18px;
	padding-top: 6px;
	background-image: url(/images/menu-fond.jpg); background-repeat: no-repeat;
	text-align: center;
	font-size: 12px;
}
.menu_fond_select {
	float: left;
	margin-top:4px; margin-left: 3px;
	width: 112px; height: 29px;
	padding-top: 6px;
	background-image: url(/images/menu-fond-select.jpg); background-repeat: no-repeat;
	text-align: center;
	font-size: 12px;
}

#menu_input_rechercher{
	width: 100px; height: 15px;
	border: solid 1px #9b9b9b;
	background-color: #eee;
	font: 13px bold;
}

#menu_goto {
	float: left;
	margin-left: 10px;
	width: 120px; height: 29px;
	padding-top: 7px;
	font: 13px bold;
}
#menu_input_goto{
	width: 50px; height: 16px;
	border: solid 1px #9b9b9b;
	background-color: #eee;
	font: 13px bold;
}

#menu_rss {
	float: left;
	width: 16px; height: 29px;
	padding-top: 9px;
}

a.menu_lien { font-weight: bold; font-size: 12px; color:#000; text-decoration: none;}
a.menu_lien:visited { font-weight: bold; font-size: 12px; color:#000; text-decoration: none;}
a.menu_lien:hover { font-weight: bold; font-size: 12px; color: #9b6529; text-decoration: none;}

/***** Centre *****************************************************************/
#centre{
	margin-top: 194px;
}

#centre_haut{
	height: 22px; width: 975px;
	background-image: url(/images/centre-hc.jpg); background-repeat: repeat-x;
}
#centre_haut_gauche{
	float:left;
	height: 22px; width: 22px;
	background-image: url(/images/centre-hg.jpg); background-repeat: no-repeat;
}
#centre_haut_droite{
	float:right;
	height: 22px; width: 22px;
	background-image: url(/images/centre-hd.jpg); background-repeat: no-repeat;
}

#centre_milieu{
	width: 973px; height: 1%;
	min-height:450px;
	padding: 10px 0 10px 0;
	background: #FCFCFC;
	border-left:solid 1px #9b9b9b;
	border-right:solid 1px #9b9b9b;
}

#centre_bas{
	height: 22px; width: 975px;
	background-image: url(/images/centre-bc.jpg); background-repeat: repeat-x;
}
#centre_bas_gauche{
	float:left;
	height: 22px; width: 22px;
	background-image: url(/images/centre-bg.jpg); background-repeat: no-repeat;
}
#centre_bas_droite{
	float:right;
	height: 22px; width: 22px;
	background-image: url(/images/centre-bd.jpg); background-repeat: no-repeat;
}

/***** Centre *****************************************************************/
#footer{
	margin-left: 15px;
	width: 975px;
	text-align: center;
	clear: both;
}

/***** Balises ****************************************************************/
a { font-weight: bold; color:#9b6529; text-decoration: none;}
a:visited { font-weight: bold; color:#9b6529; text-decoration: none;}
a:hover { font-weight: bold; color: #000; text-decoration: none;}

p { margin: 0 15px 0 15px;}
ul { margin:0 0 0 10px; padding:10px;}
blockquote { margin:0 0 10px 10px;}
form{ display:inline;}

img { border:0;}

h1 {
	margin: 0 auto 0 auto;
	padding-top: 50px;
	width: 572px; height: 30px;
	background-image: url(/images/encadre_pair.jpg); background-repeat: no-repeat;
	text-align: center;
	font-size: 15px;
}
h2 { margin: 0;	font-size: 13px; font-weight:bold; display:inline;}
h3 { margin: 0;	font-weight:bold; display:inline;}
h4 { margin: 0;	font-size: 12px; font-weight:bold; display:inline; color:#fff9a7; background-color: #9b6529;}

/***** Index ****************************************************************/
.index_titre {
	padding: 5px 0 5px 5px;
	width: 100%;
	clear: both;
	background: #eee;
	border-style: solid; border-width: 0 0 1px 0; border-color: #9b9b9b;
}
.index_contenu {
	padding: 5px 0 5px 5px;
	width: 100%;
	clear: both;
}

#index_categories{
	margin: 5px;
	width: 474px;
	float: left;
	text-align: center;
}
#index_categories ul { list-style-type: none;}
#index_categories ul li { display: inline; margin:20px;}
.level-1 { font-size: 10px;}
.level-2 { font-size: 12px;}
.level-3 { font-size: 14px;}
.level-4 { font-size: 16px;}
.level-5 { font-size: 18px;}

#index_newsletter{
	margin: 5px;
	width: 474px;
	float: left;
}

#index_pub{
	margin: 5px;
	width: 474px;
	float: left;
}

#index_rss{
	margin: 5px;
	width: 474px;
	float: left;
}
.index_input_rss {
	width: 350px; height: 16px;
	border: solid 1px #9b9b9b;
	background-color: #eee;
}
.index_input_js {
	width: 460px; height: 50px;
	border: solid 1px #9b9b9b;
	background-color: #eee;
}

#index_site{
	margin: 5px;
	width: 474px;
	float: left;
}


/***** Blagues ****************************************************************/
.blague_vote_div{ display: inline;}
.blague_detail_note{ display: none; float: left; background-color: #eee; font-weight: bold;}

.blague_pair{
	width: 953px;
	padding: 10px;
	margin-bottom: 10px;
}
.blague_impair{
	width: 953px;
	padding: 10px;
	margin-bottom: 10px;
	background: #eee;
}
.encadre_recommander{
	clear:both;
	margin: 10px auto 0 auto;
	width: 600px; height: 40px;
	text-align: center;
}
a.blague_lien { font-weight: bold; color:#000; text-decoration: none;}
a.blague_lien:visited { font-weight: bold; color:#000; text-decoration: none;}
a.blague_lien:hover { font-weight: bold; color: #9b6529; text-decoration: none;}

.multipage_haut {
	margin: 5px auto 5px auto; padding: 5px 0 5px 0;
	width: 80%;
	clear: both;
	text-align: center;
	background: #eee;
	border-style: solid; border-width: 0 0 1px 0; border-color: #9b9b9b;
}
.multipage_bas {
	margin: 5px auto 5px auto; padding: 5px 0 5px 0;
	width: 80%;
	clear: both;
	text-align: center;
	background: #eee;
	border-style: solid; border-width: 1px 0 0 0; border-color: #9b9b9b;
}

.clear{ clear:both;}

#propriete{
	padding: 5px 0 5px 0;
	clear: both;
	text-align: center;
	background: #eee;
	border-style: solid; border-width: 1px; border-color: #9b9b9b;
}

/***** Proposer ***************************************************************/
#proposer_conditions {
	margin: 5px auto 5px auto; padding: 5px 0 5px 0;
	width: 90%;
	clear: both;
	font-size: 12px;
	background: #eee;
	border-style: solid; border-width: 1px 0 1px 0; border-color: #9b9b9b;
}

#proposer_ajouter {
	margin: 5px auto 5px auto; padding: 5px 0 5px 0;
	width: 90%;
	clear: both;
	text-align: center;
}

/***** Recommander ************************************************************/
#recommander_conditions {
	padding: 10px;
	width: 953px;
	clear: both;
	font-size: 12px;
	background: #eee;
	border-style: solid; border-width: 1px 0 1px 0; border-color: #9b9b9b;
}

#recommander_email {
	margin: 20px auto 20px auto; padding: 5px 0 5px 0;
	width: 90%;
	clear: both;
	font-size: 12px;
	background: #FCFCFC;
	border-style: solid; border-width: 1px 0 1px 0; border-color: #9b9b9b;
}

#recommander_envoyer {
	margin: 5px auto 5px auto; padding: 5px 0 5px 0;
	width: 80%;
	clear: both;
}

input, textarea, select {
	border: solid 1px #9b9b9b;
	background-color: #eee;
	font: 13px bold;
}

/***** Rechercher ************************************************************/
#googleSearchUnitIframe{
	padding:10px;
}
.link_cache{font-size:0px;}
