@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_404/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: 16px;
	color: #006699;
	font-weight:lighter;
	padding:0;
	margin:5px 0 10px 0;
	line-height:1em;
}
h3 {
	font-size: 15px;
	color: #000;
	font-weight:normal;
	padding:0;
	margin:0;
	line-height:1em
}

h4 {
	font-size: 13px;
	color: #666;
	font-weight:bold;
	padding:0;
	margin:4px 0;
	line-height:120%;
}

h5 {
color: #666;
}


.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_404/bkg_search.gif) no-repeat;
	padding:6px;
	width:250px;
	font-size:13px;
	border:none; !important
}

.inputbox-login {
	padding:6px;
	width:250px;
	font-size:13px;
	border:1px solid #CCC;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius: 8px;
	behavior: url(border-radius.htc);
	text-align:center;
}

input.inputbox {
	padding:6px;
	width:250px;
	font-size:13px;
	border:1px solid #CCC;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius: 8px;
	behavior: url(border-radius.htc);
	text-align:center;
}


.sectiontableheader
{
	padding:4px;
	background:#006fa6;
	color:#FFF;
	font-weight:bold;
}

tr.sectiontableentry1 td
{
	padding:4px;
	background:#FFF;
	font-weight:normal;
	border-bottom:1px dotted #d2d1d2
}

tr.sectiontableentry2 td
{
	padding:4px;
	background:#f8f6f7;
	font-weight:normal;
	border-bottom:1px dotted #d2d1d2
}

.sectiontableheader a
{
	color:#FFF;
	font-weight:bold;
	text-decoration:none
}

.sectiontableheader a:hover
{
	text-decoration:underline
}
a.btnBlue{
	padding:3px 6px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:1px solid #165a94;
	border-radius: 5px;
	behavior: url(border-radius.htc);
	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_404/bkg_main_btn.jpg) repeat-x ;
	text-decoration:none;
}

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

fieldset {
	padding:3px 6px;
	margin:0 0 10px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
	border:1px solid #CCC;
	width:640px;
}
