/* CSS Document */
/*  ----------------------------------------------------------------
/*  Project:	Dalis
/*  Author: 	M. Boldo
/*  Author URL:	http://www.dalis.be
/*  Date:	februari 2009
/*  ---------------------------------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
html, body {
	margin: 0;
	padding: 0;
	top : 0;
	height: 100%;
	text-align: center;
}
body {
	font-size: 11px;
	color: #ffffff;
	background-image: url('../background.gif');
	background-repeat: repeat-x;
	background-position: left top;
}
.left{
	float: left;
}
.right {
	float: right;
}
img {
	border: none;
}

a img {
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin: 10px;
}
.img_right {
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin: 10px;
	float: right;
}
.img_left {
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin: 10px;
	float: left;
}
a,  a:visited {		
	color: #005188;
	text-decoration: underline;	
}

a:hover, a:focus {	
	color: #000000;
	text-decoration: none;
}

/* ////////////////// Layout /////////////// */

#cadre {
	background: none;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#centreur {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../../medias/bords.gif');
	background-repeat: repeat-y;
	background-position: left top;
	text-align: left;
}
#entete {
	width: 950px;
	height: 108px;
	margin-left: 10px;
	background-image:url('../banner.jpg');
	background-repeat: no-repeat;
	background-position: right 3px;
}
#entete h1 {
	color: #ffffff;
	padding-left: 210px;	
	padding-top: 30px;
	padding-bottom: 15px;
	font-size: 35pt;
	background-image:url('../logo.gif');
	background-repeat: no-repeat;
	background-position: left 7px;
}
#entete h1 span {
	font-size: 15pt;
	color: #4a4d53;
}
/* //////////// Menu /////////// */
#menu {
	width: 100%;
	height: 35px;
	padding: 0px;
	margin: 0px;
	background-image:url('../menu.gif');
	background-repeat: no-repeat;
	background-position: left top;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	letter-spacing: 0.5pt;
}
ul#menu_principal {
	padding: 0px;
	margin: 0px;
}
ul#menu_principal li {	
	display : inline;
	list-style: none;	
	line-height : 36px;
	margin: 0px;
	padding: 0px;	
}
#menu_principal li a, #menu_principal li a:visited {	
	color: #999999;	
	text-align: center;
	text-decoration: none;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 9px;
	padding-left: 20px;
	padding-right: 15px;
	background-image: url('../menu_separe.gif');
	background-repeat: no-repeat;
	background-position: right top;
}
#menu_principal li#end a {	
	background-image: none;
	/*margin-left: 165px;	 */
}
#menu_principal li a:hover, #menu_principal li a:focus {	
	color: #ffffff;
	background-color: #005188;
}

/* //////////// Content /////////// */

#content {
	width: 960px;
	height: auto;
	background-image:url('../texte_bg.gif');
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px;
	margin-bottom: 25px;
	min-height: 200px;
}

#content h2 {
	margin-left: 10px;
	padding-left: 35px;
	background-image: url('../content_h2.gif');
	background-position: left top;
	background-repeat: no-repeat;
	color: #005188;
	font-size: 16pt;
}
#content h3 {
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 0px;
	color: #333333;
	font-size: 11pt;
	letter-spacing: 0.5pt;
}

#content p{
	margin-top: 15px;
	margin-left: 20px;
	margin-right: 20px;
	color: #333333;
	font-size: 10pt;
	line-height: 14pt;
	letter-spacing: 0.5pt;
}
#content ul {
	margin-left: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
	list-style: none;	
}
#content li {
	color: #333333;
	background-image:url('../bullet_red.png');
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	font-size: 10pt;
	line-height: 14pt;
	letter-spacing: 0.5pt;
}
#div_contact1 {
	position: absolute;
	margin-left: 25px;
	margin-top: 22px;
}
#div_contact2 {
	position: absolute;
	margin-left: 300px;
	margin-top: 22px;
}
#div_contact4 {
	position: absolute;
	margin-left: 500px;
	margin-top: 22px;
}
#div_contact2bis {
	position: relative;
	float: right;
	right: 175px;
	margin-top: 22px;
}
#div_contact3 {
	position: relative;
	float: right;
	right: 75px;
	margin-top: 22px;
	border: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 30px;
	padding-left: 5px;
}
/* //////////// Clear - Push - Footer /////////// */
.clear {
	clear: both;
	display: block;
	height: 0px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.spacer {
	clear:both;
	height:1px;
	visibility:hidden;
}
.push {
	clear: both;
}
.footer {
	clear: both;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-image: url('../footer.gif');
	background-position: left top;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	letter-spacing: 1pt;
	word-spacing: 1pt;
}
.copyright {
	padding-top: 10px;
}
.footer a {
	color: #999999;
	text-decoration: underline;
}
.footer a:hover {
	color: #c0c0c0;
}
/* //////////// Formulaire /////////// */
h4 {
	text-align: center;
	font-size: 16px;

}
form {
	margin-left: 50px;

}
form td {
	color:#333333;
	font-size: 12px;
}

#tableau td {
	padding: 5px;
}

#commentaire {
	font-size: 12px;
}