/* CSS par Web-Creator.be pour realserv.net */

/* Hack pour ie pour palier le problème :hover */

body {
	behavior: url(csshover.htc);
}

/* Corp */

body{
	background-color: #FFFFFF;
	margin: 5px;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	text-decoration: none;
	border:0;
}

/* Contour du site */

#wrap, #punwrap{
	position: relative;
	background-image: url(../images/background.jpg);
	background-color: #000;
	width: 775px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}

/* En-tête */

#header{
	background-image: url(../images/header.jpg);
	height: 160px;
	padding: 0px;
	margin: 0px;
}

/* Menu */

#menu{
	background-color: #33556e;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	right: 0px;
	padding: 4px;
	padding-bottom: 0px;
	margin-right: auto;
	margin: 0px;
	text-align: left;
	margin-left: 35px
}

#menu a{
	color: White;
	padding-right: 5px;
}

#menu a:hover{
	border-top: 5px solid #FFF;
	text-decoration: none;
}

#menu ul, #submenu ul{
	margin: 0px;
	padding: 0px;
}

#menu li{
	display: inline;
	margin: 0px;
	padding: 0px;
}

#submenu{
	position: absolute;
	left: 0px;
	background-image: url(../images/menu_background.jpg);
	float: left;
	margin: 0;
	padding: 0;
	padding-left: 28px;
	width: 125px;
	margin-bottom: 5px;
}

#submenu h2{
	color: #FFFFFF;
}

#submenu ul{
	padding-bottom: 12px;
	background: transparent url(../images/menu_bottom.jpg) no-repeat bottom left;
}

#submenu li{
	list-style: none;
	display: block;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#submenu li:hover{
	background-color: #50758f;
	border-left: 3px solid #FFF;
}

#submenu a{
	color: White;
}


/* Page */

#page{
	margin-left: 175px;
	margin-right: 40px; 
}

/* Titre */


h1{
	color: #00405B;
	border-bottom-color: #92ABCC;
	padding: 3px;
	font-size: 150%;
	border-bottom: 1px solid;
	text-align: left;
}

h2{
	color: #00405B;
	border-bottom-color: #92ABCC;
	padding: 3px;
	font-size: 120%;
	border-bottom: 1px solid;
	text-align: left;
}

h3{
	color: #00405B;
	border-bottom-color: #92ABCC;
	padding: 3px;
	font-size: 100%;
	border-bottom: 1px solid;
	text-align: left;
}

/* Contact */

.infos{
	float: left;
	width: 200px;
}

.message{
	margin-left: 10px;
	float: right;
	width: 350px;
}

/* Footer */

#footer{
	background-image: url(../images/footer.jpg);
	border: 0px;
	padding: 0px;
	margin: 0px;
	height: 27px;
	background-position: center;
	clear: both;
}

#footer p{
	color: White;
	padding-top: 6px;
	text-align: center;
}


#footer A:link {
	color: #E3F5FF;
	text-decoration: none;
}
#footer A:visited {
	color: #E3F5FF;
	text-decoration: none;
}
#footer A:hover {
	color: #E3F5FF;
	text-decoration: underline;
}

/* Reste des tags */

A:link {
	color: #1A3D6B;
	text-decoration: none;
}
A:visited {
	color: #1A3D6B;
	text-decoration: none;
}
A:hover {
	color: #082E5F;
	text-decoration: underline;
}

A img{
border:0;
}

/*** formulaire ***/

.mail{
	border: 1px #6493D2 solid; 
	background-color : transparent; 
	text-align: center;
	margin-bottom: 3px;
}

.code{
	border: 1px #6493D2 solid; 
	background-color : transparent; 
	text-align: center;
	width: 18%;
}

#submit{
	color: #416C8B;
	border: 1px #8EACC1 solid;
	background-color: transparent;
	background-image: url('../images/submit.gif');
	font-weight: bold;
	margin-top: 5px;
}

#submit:hover{
	color: #00405B;
	border: 1px #6493D2 solid;
	background-color: transparent;
	background-image: url('../images/submit_hover.gif');
	font-weight: bold;
}

#submit:disabled{
	color: #CACACA;
	border: 0px;
	background-color: transparent;
	background-image: url('../images/submit_disabled.gif');
	font-weight: bold;
}

#delete{
	color: #416C8B;
	border: 1px #8EACC1 solid;
	background-color: transparent;
	background-image: url('../images/submit.gif');
	font-weight: bold;
	margin-top: 5px;
}

#delete:hover{
	color: #00405B;
	border: 1px #6493D2 solid;
	background-color: transparent;
	background-image: url('../images/submit_hover.gif');
	font-weight: bold;
}

#delete:disabled{
	color: #CACACA;
	border: 0px;
	background-color: transparent;
	background-image: url('../images/submit_disabled.gif');
	font-weight: bold;
}

#header_cgu{
	background-image: url('../images/cgu.jpg');
	font-size: 0px;
	width: 550px;
	height: 90px;
}

#header_cgu h1{
	display: none;
}

#wrap_cgu{
	width: 550px;
	border: 1px solid #00405B;
}

#page_cgu{
	margin: 5px;
}

#loginMdp{
	float: left;
	width: 48%;
}

#randomCode{
	float: right;
	width: 48%;
	margin-top: -7px;
}

.formErreur{
	background-color: #BDCDDA;
	font-weight: bold;
}

#banniere{
	margin-top: 5px;
	margin-left: 220px;
}

form label
{
  display: inline;
  float: left;
  width: 200px;
}

/* Disposition achats */

/* Catégories */

#categories{

}

.categories_paire{
	background: #f1f1f1;
	float: left;
	width: 45%;
	margin-bottom: 20px;
	clear: both;
}

.categories_impaire{
	background: #f1f1f1;
	float: right;
	width: 45%;
	margin-right: 20px;
	margin-bottom: 20px;
	clear: right;
}

.categories_paire h2, .categories_impaire h2{
	background: #33556e url(../images/forum/titre.gif) no-repeat left top;
	color: #fff;
	margin: 0px;
	padding: 0px;
	padding-left: 18px;
}

.categories_paire h2 a, .categories_impaire h2 a, .categories_paire h2 a:visited, .categories_impaire h2 a:visited{
	color: #fff;
}

/* Marchand */

.marchand h2{
	background: #33556e url(../images/forum/titre.gif) no-repeat left top;
	color: #fff;
	padding-left: 10px;
	padding-bottom: 2px;
}

.marchand{
	background: #f1f1f1;
	margin-bottom: 30px;
}

.marchand span{
	background: #f1f1f1 url(../images/forum/bas_message.gif) no-repeat left bottom;
	padding-left: 12px;
	font-weight: bolder;
}

/*

.marchand span{
	background: #f1f1f1 url(../images/forum/bas_message.gif) no-repeat left bottom;
	float: right;
	padding-left: 15px;
	padding-right: 10px;
}

.marchand span a{
	font-weight: bold;
	color: #33556e;
}*/
 

.div_paire{
	float: left;
	width: 45%;
}

/* Small */

.small{
	font-size: 80%;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=25);
	-moz-opacity: 0.25;
	opacity: 0.25;
	height:100%;
	width:100%;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
