
/* ***************** MISE EN PAGE ************************* */

/*                 **********************                   */
/*                 *                    *                   */
/*                 *                    *                   */
/*                 *                    *                   */
/*                 **********************                   */
/*                 *      *             *                   */
/*                 *      *             *                   */
/*                 *      *             *                   */
/*                 *      *             *                   */
/*                 **********************                   */
/*                 *                    *                   */     
/*                 **********************                   */      


html { 
	width:100%;
	height:100%;
	margin:0px;
}


body {	
	width:100%;
	height:100%;
	margin:0px;
	margin-bottom: 0px;
	font-family:verdana;
	font-size: 11px;
	color:#383838;
	background:url('images/bg_body.gif') 0px 0px repeat-x #FEFEFE;
}

/* ------------------------------------------------------------------ */
/* -                            STRUCTURE                             */
/* ------------------------------------------------------------------ */

#container{
	width:700px;
	margin-left:auto;
	margin-right:auto;

	padding-left:60px;
	padding-right:60px;

	background:url('images/bg_container.gif') 0px 360px no-repeat;
}

	#top{
		height:172px;
	}

		#logoDiv{
			width:260px;
			height:90px;
			float:left;
			margin-top:40px;
		}

		#menu{
			height:30px;
			float:right;
			margin-top:142px;
		}

			#menu A{
				height:15px;
				display:block;
				float:left;
				margin-left:3px;
				padding-left:15px;
				padding-right:15px;
				padding-top:15px;
				color:#FFFFFF;
				text-decoration:none;
				text-transform:uppercase;
				background:url('images/bg_menu.gif') center 0px no-repeat #0D2060;
			}

			#menu A:hover, #menu .active{
				background:url('images/bg_menu.gif') center -30px no-repeat #1C4382;
			}

	#page{
		width:700px;
	}

		#slogan{
			width:700px;
			height:90px;
			background:url('images/bg_slogan.jpg') 0px 0px no-repeat #FEFEFE;
		}

		#address{
			text-align:center;
			padding-top:3px;
			padding-bottom:3px;
			border-top:1px dotted #383838;
			border-bottom:1px dotted #383838;
			font-size:12px;
			letter-spacing:-1px;
		}


#footer{
	clear: both;
	/*width: 800px;*/
	height:115px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	padding:5px;
	background-color:#001457;
	color:#FFFFFF;
	margin-top:20px;
} 

	#footer A{
		color:#5396C6;
		text-decoration:none;
	}

	#footer A:hover{
		color:white;
	}

.clear{ clear: both; }


/* ------------------------------------------------------------------ */
/* -                        MISE EN FORME                             */
/* ------------------------------------------------------------------ */


h1{ 
 font-size:14px;
 font-weight:normal;
 margin-bottom:15px;
 margin-top:0px;
 display:block;
 
 padding-left:16px;
 background:url('images/puce.gif') 0px 3px no-repeat;
} 

h2{ 
 font-size:15px;
 color:#44ABE8;
 font-weight:normal;
 margin-bottom:0px;
 display:block;
 margin-top:0px;
} 

h3{ 
font-size:15px;
 color:#614635;
 font-weight:normal;
 margin-bottom:0px;
 display:block;
 margin-top:0px;
} 

	
h4{ 
 font-size:12px;
 color:#44ABE8;
 font-weight:normal;
 margin-bottom:5px;
 display:block;
 margin-top:0px;
} 

A{
 color:#5396C6;
 font-weight:normal;
}

A:hover{
 color:#383838;
 font-weight:normal;
}

hr{
	color:#D1E9F6;
	background-color:#D1E9F6;
	height:1px;
	border:0px;
}

UL{
	margin-top:5px;
	list-style-image:url('images/puce-ul.gif');
}

LI{
	margin-top:0px;
}

/* ------------------------------------------------------------------ */
/* -                        FORMULAIRES                                   */
/* ------------------------------------------------------------------ */
.noclass {
	background-color: #ffffff;
	border-color: #ffffff;
	border-width: 0;
}

.noborder input{clear:both;border-width:0;background-color: transparent;position:relative;left:-5px;font-size:9px;}
.noborder label{clear:both;font-size:9px;}
div.noborder input {border-width:0;background-color: transparent;font-size:9px;}
span.noborder input {border-width:0;background-color: transparent;font-size:9px;}

input, select, textarea {
	background-color: #ffffff;
	border-color: #D1E9F6;
	border-width: 1px;
	border-style: solid;
	font-size:11px;
	margin-bottom:0px;
}


.btn{
	border:1px solid #022F75;
	color:white;
	font-size:9px;
	padding-left:5px;
	padding-right:5px;
	cursor:pointer;
	background:url('images/bg_button.gif') 0px 0px repeat-x #022F75;
}

.btn:hover{
	border:1px solid #022F75;
	color: white;
	font-size:9px;
	padding-left:5px;
	padding-right:5px;
	cursor:pointer;
	background:url('images/bg_buttono.gif') 0px 0px repeat-x #022F75;
}

.formulaire{
	text-align:left;	
	border:#D1E9F6 1px solid;
}

.formulaire TD{

}

.formulaire .pnlMsg{
	color:#022F75;
	border:1px solid #022F75;
	background-color:#D1E9F6;
	padding:5px;
	font-size:150%;
}

	.formulaire .label{
		margin:0px;
		padding-top:6px;
		padding-right:10px;
	}

	.formulaire .input{
		margin:0px;
	}

	.formulaire .inputBorder INPUT,	.formulaire .inputBorder TEXTAREA{
	border: #022F75 1px solid;
	COLOR: #022F75;
	}
	
	.formulaire .inputBorder .btn, .formulaire .inputBorder .btn:hover{
		color:#FFFFFF;
	}
	
	#ControlProductSearch .inputBorder{
	border: #022F75 1px solid;
	COLOR: #022F75;
	width:140px;
	}
	
	.formulaire .input INPUT{
	}

	.formulaire .asterisque{
		color:#022F75;
		font-size:15px;		
		font-weight:bold;
		width:15px;
		margin:0px;
		padding:0px;
	}

	.formulaire .alert{	
		color:#022F75;
	}


/* ------------- title replace ----------------------- */
div#qTip {
  display: none;
  position: absolute;
  z-index: 1000;
  padding:5px;
  background-color:yellow;
  border:1px red solid;
}


/* ------------------------------------------------------------------ */
/* -                      OVERLAY				                    - */
/* ------------------------------------------------------------------ */

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter:alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
	}

/* ------------------------------------------------------------------ */
/*                           DHTMLTOOLTIP  	                          */
/* ------------------------------------------------------------------ */
	
#dhtmltooltip{
	position: absolute;
	background-color:white;
	visibility: hidden;
	z-index: 100;
}

.dhtmltooltip_inner{
	border: 1px solid #A99B8D;	
	background-color:#FFFFFF;		
	padding-top:4px;
	padding-bottom:4px;
	padding-left:5px;
	padding-right:5px;
	position:relative;
}
