/* Styles communs */
body {
	font-family: Tahoma,Verdana,Helvetica,sans-serif;
	background-repeat: repeat;
	background: black url(/img/bg.png) repeat-x fixed;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	color: #aaaaaa;
}
/* header : le sommet des pages autre que page d'accueil */
#header {
	background: black url(/img/header_bg.jpg);
	height: 150px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
#header_ad {
	position: absolute;
	left: 375px;
	top: 48px;
	background: url(/img/banner.gif) no-repeat;
	width: 468px;
	height: 60px;
}
#header_ad_bord {
	position: absolute;
	background: url(/img/header_ad_bord.png) no-repeat;
	width: 468px;
	height: 60px;
}
#header_lang {
	position: absolute;
	right: 20px;
	bottom: 5px;
}


/* les effets d'ombre autour du conteneur */

#ombre_centre {
	background: url(img/ombre_centre.png) repeat-y center;
}
/* le conteneur est le cadre contenant toute la page */
#conteneur {
	background: black;
	width: 1000px;
	top: 0px;
	bottom: 0px;
	margin: 0px auto;
	padding: 0px;
}
/* dans le conteneur, on peut avoir le header, puis le centre (avec le corps de la page) et enfin le footer */
#centre {
	padding: 70px 20px 20px 30px !important;
	padding: 0px 15px 20px 30px;
	margin: 0px 205px;
}
#menu_gauche {
	float: left;
	width: 200px;
	padding: 5px 5px 10px 5px;
	overflow: hidden;
}
#menu_haut {
	float: left;
	width: 575px;
	padding: 0px;
}
#menu_droite {
	float: right;
	width: 200px;
	padding: 5px 7px 10px 5px;
	overflow: hidden;
}
#footer {
	height: 67px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 15px 0px;
	border-top: 3px solid #5d0707;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background: #790202 url(/img/footer_bg.png) repeat-x;
	text-align: center;
	clear: both;
	font-size: 10px;
}
body#erreur {
	background: #111111;
	color: #aaaaaa;
	padding: 30px 20px 20px 30px;
}




/* styles pour les textes */
h1, h2 {
	margin: 0px;
	padding: 0px;
	padding-left: 25px;
	font-weight: bold;
	height: 20px;
}
h1 {
	/*background: url(/img/titre1.png) no-repeat;*/
	background: url(/img/titre1.png) no-repeat;
	font-size: 16px;
	/*color: #b07676;*/
	color: #a37878;
}
h2 {
	background: url(/img/titre2.png) no-repeat center left;
	font-size: 14px;
	/*color: #ad7a2a;*/
}
h3 {
	border-bottom: 1px solid #5d0707;
}
#centre h2 {
	margin-left: 25px;
}
.titre3 {
	color: #f5b33b;
	font-weight: bold;
}
a {
	color: #f5b33b;
	text-decoration: none;
}
a img {
	border: none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.warning {
	padding: 3px 10px;
	background: #280101;
	border: 1px solid #790202;
	color: #a37878;
	font-weight: bold;
}
.important {
	color: #5d0707;
}
a .lien_footer {
	border: 1px solid #aa0000;
	padding: 3px 5px 3px 5px;
	color: white;
}
a:hover .lien_footer  {
	color: white;
	background: #aa0000;
	text-decoration: none;
}
input, select, textarea{
	background: #280101;
	border: 1px solid #790202;
	color: #a37878;
}
input.submit {
	text-align: center;
	padding: 0px;
	cursor: pointer;
}
.petite_info, a.petite_info {
	color: #aaaaaa;
	font-size: 9px;
}
.image_droite {
	text-align: right;
	float: right;
	padding: 10px 0px 10px 10px;
}
.image_gauche {
	float: left;
	padding: 10px 10px 10px 0px;
}
.lien_global, a.lien_global {
	color: #aaaaaa;
	padding-left: 20px;
	background: url(/img/fleche.png) no-repeat;
	font-style: italic;
}
.vert {
	font-weight: bold;
	color: green;
}


.image_boite {
	display: block;
	text-align: center;
	font-weight: bold;
	width: 200px;
	height: 17px;
	background: url(/img/barre_200_black.png) no-repeat;
}
.boite {
	width: auto;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	border-left: solid 2px #222222 !important; /* moz  */
	border-left: ridge 2px #222222; /* IE  */
	border-right: solid 2px #222222 !important; /* moz  */
	border-right: ridge 2px #222222; /* IE  */
	border-bottom: solid 2px #222222 !important; /* moz  */
	border-bottom: ridge 2px #222222; /* IE  */
	font-size: 11px;
}

#menu_haut ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 10px 0 0 0;
	padding: 0 0 0 20px;
}
#menu_haut li {
	display: block;
	float: left;
	margin: 0 6px 0 0;
}
#menu_haut a {
	background:transparent url(/img/button_left.png) no-repeat scroll left top;
	float: left;
	padding: 0 0 0 7px;
	color: #888888;
	text-decoration: none;
}
#menu_haut span {
	background:transparent url(/img/button_right.png) no-repeat scroll right top;
	display: block;
	padding: 7px 10px 8px 3px;
}


/* style des TAG CLOUDS */
.tag_cloud {
	padding: 0px;
	text-align: justify;
}
.tag_cloud li {
	display: inline;
}
.tag_cloud span {
	left: -999px;
	position: absolute;
	width: 990px;
}

.lien_discret {
	color: #aaaaaa;
}


/* TABLEAUX */
table td {
	padding: 0 0 0 10px;
}

.liste_sites td {
	padding: 5px;
}

table.wallpapers{
	font-size: 11px;
	text-align: center;
}
.wallpapers td {
	border: 1px solid #111111;
	padding: 4px 5px;
	text-align: center;
}
table.formu{
}
.formu td {
	border: 1px solid #111111;
	padding: 4px 5px;
}

.titre_site {
	font-weight: bold;
}
.description {
	font-style: italic;
}
.formu_selection {
	padding: 3px 0 3px 10px;
	background: #5d0707;
	color: #a37878;
	height: 20px;
}


/* sites.php */
.info_left {
	float: left;
	width: 75px;
	text-align: right;
	font-weight: bold;
}
.info_right {
	margin-left: 90px;
}


/* PUBS GOOGLE */
.button125 {
	width: 115px;
	margin: 0 0 0 3px;
}
.button125 .titre_site {
	font-weight: bold;
	text-decoration: underline;
}

