/* ===========================================================
Elements de Page =========================================== */

* {
	margin:0;
	padding:0;
}

body {
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	color:#50A8E3;
	font-weight:normal;
	background:url(images/background.png) repeat-x 0 0;
	background-color:#2493EC;
}

img {
	border:0;
}

a {
	text-decoration:none;
	color:#6A6A6A;
}

h2 { font-size:1.3em;color:#50A8E3;margin-top:10px;}
h3 {margin-top:20px;margin-bottom:10px;font-size:1.1em;color:#50A8E3;}

hr {clear:both;width:50%;color:#50A8E3;text-align:center;margin:auto;}
a:hover {
	text-decoration:underline;color:#000;
}

input.text {
	background:url(images/bar_blue.png) repeat-x 0 0;
	padding:3px 0 0 3px;
	font-weight:bold;
	color:#FFFFFF;
	border:none;
	width:156px;
	height:18px;
}

input.button {
	background:url(images/button_rose.png) repeat-x 0 0;
	cursor:pointer;
	border:none;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	width:89px;
	height:48px;
}

input.button:hover {
	text-decoration:underline;
}

/* ===========================================================
Structure ================================================== */

.wrapper {
	margin:0 auto;
	position:relative;
	width:793px;
	-moz-border-radius:10px;
}

.top_nav {
	text-align:center;
	font-size:1.1em;
	font-weight:bold;
	height:5px;
	padding-top:25px;
	padding-left:25px;
}

.top_nav  #top_nav_red {
	background:url(images/menu_red.png) no-repeat 0 0;
	padding-top:6px;
	font-size:1.2em;
	float:left;
	width:120px;
	height:30px;
}

.top_nav  #top_nav_blue {
	background:url(images/menu_blue.png) no-repeat 0 0;
	padding-top:6px;
	font-size:1.2em;
	float:left;
	width:120px;
	height:30px;
}

.top_nav  #top_nav_green {
	background:url(images/menu_green.png) no-repeat 0 0;
	padding-top:6px;
	font-size:1.2em;
	float:left;
	width:120px;
	height:30px;
}

.top_nav   #top_nav_orange {
	background:url(images/menu_orange.png) no-repeat 0 0;
	padding-top:6px;
	font-size:1.2em;
	float:left;
	width:120px;
	height:30px;
}

.top_nav  #recherche{
	background:url(images/form_rch.png) no-repeat 0 0;
	margin-left:500px;
	padding-top:5px;
	width:244px;
	height:25px;
}

.top_nav  #recherche input.text {
	background:url(images/bg_recherche.png) repeat-x 0 0;
	padding:2px 0 0 3px;
	-moz-border-radius:5px;
	margin-left:-36px;
	font-weight:normal;
	font-size: 1em;
	color:#FFFFFF;
	border:none;
	width:190px;
	height:18px;
}

.top_nav  #recherche input.button {
	background:url(images/button_ok.png) repeat-x 0 0;
	position:absolute;
	margin: 1px 0 0 2px;
	cursor:pointer;
	border:none;
	width:36px;
	height:20px;
}

html>body .top_nav  #recherche input.button{
	margin-left: 1px;
}

.top_nav a{
	color:#000000;
}

.header {
	background:#faf8f9 url(images/top_header.gif) no-repeat top;
	margin-top:25px;
}

.header #logo {
	padding-top:5px;
	padding-left:20px;
	height:85px;
	width:780px;
	text-align:left;
}



.header .logoimg {
	margin-top:25px;
}

.barheader div.fdbarheader {
	background:url(images/blue_head_bar.png) repeat-x;
	width:793px;
	height:30px;
	text-align:center;
	padding-top:16px;
	font-size:1.5em;
	letter-spacing:3pt;
	
}

.barheader #connect {
	background:#FFFFFF url(images/bottom_connect.gif) no-repeat bottom;
	font-weight:bold;
	padding:5px 10px 10px 10px;
	height:93px;
	width:267px;
	margin-left:253px;
	text-align:center;
	font-size:1.3em;
}

.barheader #connect label {
	cursor:pointer;
	color:#000000;
	width:200px;
}

.barheader #connect p {
	font-size:1em;
	padding-top:3px;
}

.barheader #connect a {
	color:#50A8E3;
}

.barheader #connect .button {
	margin-top:25px;
	padding-bottom:20px;
	float:right;
}

.barheader #last_tuto {
	background:#FFFFFF url(images/bottom_barheader.gif) no-repeat bottom;
	margin-right:10px;
	height:108px;
	width:226px;
	float:right;
}


.barheader #last_tuto p {
	padding-left:7px;
	padding-top:17px;
}

.barheader #last_tuto img {
	padding-left:30px;
}

.barheader #last_tuto h1.top2 {
	background-image:url(images/bar_rose.png);
}
.barheader #last_tuto h1.bot2 {
	background-image:url(images/bar_rose_2.png);
	margin-top:6px;
}

.barheader #last_tuto h1 {
	background-repeat:no-repeat;
	background-position:top center;
/*	background-color:#FE21AD;*/
	text-align:center;
	font-size:1em;
	color:#FFFFFF;
	height:21px;
	font-size:1.4em;
/*	letter-spacing:4pt;*/
	font-weight:bold;
}
.barheader #last_comment {
	background:#FFFFFF url(images/bottom_barheader.gif) no-repeat bottom;
	margin-left:10px;
	height:108px;
	width:226px;
	float:left;
}

.barheader #last_comment p {
	padding-left:7px;
	padding-top:17px;
}

.barheader #last_comment img {
	padding-left:25px;
}

.barheader #last_comment h1.top {
	background-image:url(images/bar_pale.png);
}
.barheader #last_comment h1.bot {
	background-image:url(images/bar_pale_2.png);
	margin-top:6px;
}

.barheader #last_comment h1 {
	background-repeat:no-repeat;
	background-position:top center;
/*	background-color:#FF4829;*/
	text-align:center;
	font-size:1em;
	color:#FFFFFF;
	height:21px;
	font-size:1.4em;
/*	letter-spacing:4pt;*/
	font-weight:bold;
}

.content {
	margin-top: 15px;
	background: #FFFFFF url(images/bottom_content.gif) no-repeat bottom;
	padding-bottom:18px;
}

#top_content{
	background: url(images/top_content.gif) no-repeat top;
	height: 15px;
}

.content p {
	margin-bottom:5px;
}

.content .menu {
	margin-left: 10px;
	float: left;
	width:158px;
}

.content .menu h2 {
	background:url(images/blue_nav_bar.png) no-repeat 0 0;
	height:15px;
	padding:5px;
	color:#FFFFFF;
	font-size:1em;
	text-align:center;
	font-weight:bold;
}

ul,li {
	list-style-type:none;
}


.content .menu ul {
	margin:0px 0 8px 8px;
	font-weight:bold;
}

.content .menu ul#google {
	margin-left:2px;
}
.content .menu  h2 {
	font-size:1.3em;


}
.content .menu ul#google li {
	margin-bottom:8px;
}

.content .menu ul#menu li {
	background:url(images/puce.png) no-repeat 0 0;
	padding:0 0 5px 20px;
}

.content .menu ul#menu li:hover {
	background:url(images/puce_actif.png) no-repeat 0 0;
}

#charte li {
	list-style-type:circle;
	margin-left:25px;
}

#charte a { text-decoration:underline}

.content .text {
	margin-right: 60px;
	width:480px;
	float: right;
}

.content .text .pagination {
	margin-top:20px;
}

.content .text .pagination p.page_bleue {
	background:url(images/carre_bleue.png) no-repeat 0 0;
	font-weight:normal;
	padding-top:1px;
	font-size:20px;
	margin-left:6px;
	float:right;
	height:47px;
	width:32px;
	text-align:center;
	color:#000;
}

.content .text .pagination p.page_rose {
	background:url(images/carre_rose.png) no-repeat 0 0;
	font-weight:normal;
	padding-top:1px;
	font-size:20px;
	margin-left:6px;
	float:left;
	height:47px;
	width:32px;
	text-align:center;
	color:#FFFFFF;
}

.content .text .pagination p.page_verte {
	background:url(images/carre_vert.png) no-repeat 0 0;
	font-weight:normal;
	padding-top:1px;
	font-size:20px;
	margin-left:6px;
	float:right;
	height:47px;
	width:32px;
	text-align:center;
	color:#FFFFFF;
}


.content .text .pagination a{
	color:#FFFFFF;
}

.footer {
	margin: 0;
	padding: 0;
	background:url(images/footer.png) no-repeat 0 0;
	padding-top:10px;
	color:#FFFFFF;
	text-align:center;
	width:794px;
	height:32px;
}

/* ===========================================================
Divers ==================================================== */

h1#bar_red {
	background:url(images/bar_red.png) no-repeat 0 0;
	padding-top:0px;
	width:490px;
	height:20px;
	color:#000;
	font-size:1.5em;
	letter-spacing:3pt;
	text-align:center;
	font-weight:bold;
	margin-bottom:10px;
}
h1#bar_magenta {
	background:url(images/bar_magenta.png) no-repeat 0 0;
	padding-top:0px;
	width:490px;
	height:20px;
	color:#000;
	font-size:1.5em;
	letter-spacing:3pt;
	text-align:center;
	font-weight:bold;
	margin-bottom:10px;
}

h1#bar_green {
	background:url(images/bar_green.png) no-repeat 0 0;
	padding-top:0px;
	width:490px;
	height:20px;
	color:#000;
	font-size:1.5em;
	letter-spacing:3pt;
	text-align:center;
	font-weight:bold;
	margin-bottom:10px;
}

h1#bar_orange {
	background:url(images/bar_orange.png) no-repeat 0 0;
	padding-top:0px;
	width:490px;
	height:20px;
	color:#000;
	font-size:1.5em;
	text-align:center;
	font-weight:bold;
	margin-bottom:10px;
}

#left {
	float:left;
}

#center {
	text-align:center;
}

#right {
	float:right;
}

/* Correction KitGraphique.net */
div.space{
	height: 0px;
	font-size: 0px;
	line-height:0px;
	clear: both;
}

#forums
{
	background-image: url(images/forums.jpg);
	background-repeat: no-repeat;
	margin-left:75px;
	width: 354px;
	height: 169px;
	overflow: hidden;
	}


#txt2 {	margin-left: 10px;	margin-top: 12px;}
.Style1 {color: #FFFF00; font-size:2em;font-weight:bold;}
.souligne2 {	color: #FFF;font-size:1.4em;font-weight:bold;text-align:left;padding-right:115px;}
.souligne3 {	color: #000;font-size:1.4em;font-weight:bold;text-align:left;padding-right:115px;}

#charte { color:#000;text-align:left;}

#menuinfos { float:right; width:120px;text-align:left;margin-top:40px;}
ul#menuinfo li {
	background:url(images/puce.png) no-repeat 0 0;
	padding:0 0 5px 15px;
}

 ul#menuinfo li:hover {
	background:url(images/puce_actif.png) no-repeat 0 0;
}

ul#menuinfo li a:hover {
	color:#000;
}
.listeannonces {width:490px;text-align:left;}

.textenoir {color:#000;}
.texteblanc {color:#FFF;}
.texterouge {color:#F00;}
.titre {font-weight:bold;letter-spacing:3pt;font-size:1.5em;color:#F92}
.titre-annonce {font-weight:bold;font-size:1.2em;background:url(images/bg_recherche.png);background-color:#2493EC;height:19px;}
.titre-annonce a {color:#FFF;}
.titre-annonce-cherche {font-weight:bold;font-size:1.2em;background:url(images/bg_recherche_objet.png);background-color:#2493EC;height:19px;}
.titre-annonce-cherche a {color:#FFF;}
.texte-annonce {clear:both;}
.permalien {float:right;margin:1px;}

.infos {float:right;text-align:right;font-size:0.9em;color:#888;}
.aide {color:#888;font-size:0.8em;}
.img-villeneuvebrade img {width:80px;height:80px;}
.imgdefil  {width:80px;height:80px;margin-left:160px;}


.cadrecode {margin:20px;padding:5px;border:1px dashed #888;}

.tableau img {margin:4px; text-align:center;width:40px;height:40px}
.tableau  {text-align:center;margin-top:-10px;}
