@charset "utf-8";
/* CSS Document */


html, body {
	margin: 0;
	padding: 0;
}


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}



body {
	background: #FFF url(../images/bkg_main.jpg) repeat-y center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

form {
	margin:0;
	padding:0
}

img  {
	margin:0;
	padding:0;
	border:0;
}

.imgLeftSpace {
	margin: 0 0 0 20px;
}


a{	color: #006699;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color: #7da5c6;
	text-decoration:underline
}

p{line-height:1.3em; margin:4px 0;}
ul{list-style:none;}
h1 {
	font-size: 24px;
	color: #000;
	font-weight:lighter;
	padding:0;
	margin: 0;
	line-height:1em;
}


h2 {
	font-size: 20px;
	color: #000;
	font-weight:lighter;
	padding:0;
	margin:5px 0 10px 0;
	line-height:0.8em;
}
h3 {
	font-size: 15px;
	color: #000;
	font-weight:normal;
	padding:0;
	margin:0;
	line-height:1em
}

h4 {
	font-size: 14px;
	color: #333;
	font-weight:normal;
	padding:0;
	margin:0;
	line-height:1em
}


.clear {
	clear:both;
	height:1px;
}

ul {
	list-style:none;
	margin:0;
	padding:0;
}

/*****************************************/
/***    Mettre les coins ronds     ***/
/*****************************************/

.cornerRounded {
	border:1px solid #CCC
}


/*****************************************/
/***    Layout pour les formulaires     ***/
/*****************************************/


.inputbox-search {
	background: #FFF url(../images/bkg_search.gif) no-repeat;
	padding:6px;
	width:250px;
	font-size:13px;
	border:none; !important
}



a.btnBlue{
	padding:3px 6px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:1px solid #165a94;
	color:#FFF;
	font-weight:bold;
	background:#165a94 url(../images/bkg_main_btn.jpg) repeat-x ;
	text-decoration:none;
}

.button-search {
	padding:3px 6px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 8px;
	/*behavior: url(border-radius.htc);*/
	border:1px solid #006699;
	color:#FFF;
	margin:0 0 0 5px;
	font-weight:bold;
	background:#165a94 url(../images/bkg_main_btn.jpg) repeat-x ;
	text-decoration:none;
}