body {
	background: #ffffff url(images/bc.jpg) repeat-x;
	text-align: justify;
	font-family: Verdana;
	font-size: small;
	text-align: justify;
	color: #555E4F;
}

h1, h2, h3, h4, h5 {
	margin: 0;
}

/* Header */

#header {
	width: 700px;
	margin: 0 auto;
	color: #ffffff;
}

#header h1 {
	float: left;
	margin: 0px 0 0 100px;
	font-size: 35px;
	letter-spacing: -2px;
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #555E4F;
	text-decoration: none;
}

/* Menu */

#menu1 {
	float: left;
	width: 150px;
	margin: 0px auto;
	padding-bottom: 20px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #323B2E;
}

#menu1 ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
}

#menu1 li {
}

#menu1 a {
	display: block;
	width: 180px;
	padding: 15px 0px;
	background-color: #395197;
	border-top: 1px solid #EDEDED;
	border-bottom: 1px solid #B5B5B5;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff ;
}

#menu1 a:hover {
	background-color: #ffffff;
	border-top: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
	color: #000000;
}

#menu1 #active a {
	text-decoration: none;
	color : yellow;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	padding-top: 10px;
	border: 10px solid #FFFFFF;
	border-top: none;
	background: #E9EAE2;
}

#colOne {
	float: left;
	width: 180px;
	margin-top: 15px;
	padding: 0 10px 0 15px;
}

#colTwo {
	float: right;
	margin-top: 15px;
	width: 450px;
	padding: 0 25px 0 15px;
}

#colTwo a {
	font-weight: bold;
	color: green;
	text-decoration: none;
}

#colTwo a:hover {
	font-weight: bold;
	color: red;
	text-decoration: none;
}

#colTwo a:visited {
	font-weight: bold;
	color: #404040;
	text-decoration: none;
}

#colNo {
	float: right;
	margin-top: 15px;
	width: 650px;
	padding: 0 25px 0 15px;
}

#content h2 {
	margin-bottom: 20px;
	font-size: 17px;
	letter-spacing: -1px;
	color: #808080;
}


#footer {

	background: #ffffff url(images/footer.jpg) repeat-x;
	width: 700px;
	margin: 0 auto;
	padding-top: 5px;
}


#footer p {
	text-align: center;
	padding: 0;
	font-size: 13px;
}

.retrait {
  margin-left:100px;
}

.hline {
line-height: 1.9em;
}

.white {
background-color : white;
border : 1px solid silver;
}

.center {
border-width : 1px;
border-style : solid;
margin: 0 auto;
}

.yellow {
background-color : #ffffcc;
border : 1px solid silver;
}