/* SCRIPT RESET CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 17px;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* END RESET CSS */


body{
	margin: 30px 10px 30px 10px;
	font-family: "Courier New";
	font-size: 11px;
	color: #000000;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.footer{
	float: left;
	margin: 50px 0px 0px 210px;
	padding-bottom: 20px;
}
.menu{
	position: fixed;
	float: left;
	width: 180px;
}
img {
	border: 0px;
	padding-bottom: 10px;
	display: block; 
	margin: 0 auto;
}
.col2{
	float: left;
	margin-left: 220px;
	width: 410px;
}

.col3{
	float: left;
	margin-left: 220px;
	width: 636px;
}

.col4{
	float: left;
	margin-left: 210px;
	width: 300px;
}

.colDroite{
	float: left;
	margin-left: 30px;
	width: 190px;
}

h4{
	line-height: 18px;
	color: #000000;
}

h5{
	padding-top: 16px;
	line-height: 18px;
	color: #3b2573;
}

.details{
	color: #000000;
	border:solid 1px #dddddd;
	padding:2px;
}

.details2{
	color: #000000;
	padding:2px 2px 2px 4px;
}

.desc{
	text-align:right;
	font-size: 12px;
	color: #808080;
	margin:0px 5px 5px 5px;
}

.desc2{
	text-align:left;
	font-size: 12px;
	color: #808080;
}

p{
	line-height: 28px;
}

.container{
	width: 850px;
}

.containerClient{
	width: 640px;
}

a{
	padding:0px 2px 0px 2px;
	color: #FFFFFF;
	text-decoration: none;
	background-color:#3b2573;

}
a:hover, 
a:visited:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-color:#b41e76;

}
a:visited{
	color: #FFFFFF;
	background-color:#777777;

}

