* {
    padding: 0;
    margin: 0;
}

html, body {
	height: 100%;
	background-color: #114b79;
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	line-height: 25px;
}

img {
    border: 0;
}

a, .link {
    text-decoration: none;
    cursor: pointer;
}

a:hover, .link_over {
	text-decoration: underline;
    cursor: pointer;
}

a:active,a:focus {
    outline: none;
}

table {
    border-collapse: collapse;
}


#global {
	width: 1009px;
	margin: auto;
	text-align: center;
	margin-top: 20px;
	background: transparent url(/images/fond.png);
}

#td-global {
	position: relative;
	left: 5px;
	width: 1000px;
	background-color: #fff;
}

#td-left {
	padding-top: 45px;
	width: 270px;
}


#fond-bas {
	background: transparent url(/images/fond-bas.png);
	width: 1009px;
	height: 8px;
	margin: auto;
	text-align: center;
}

#content {
	margin-top: 50px;
	width: 645px;
	text-align: justify;
	font-size: 15px;
	color: #8e9498;
	line-height: 21px;
}

h1 {
	/*font-size: 34px;*/
	font-weight: normal;
	color: #062751;
	font-size: 26px;
}

#sstitre-h1 {
	position: absolute;
}

p.content {
	margin: 30px 0;
}


p.content .strong {
	color: #6b87bf;
	font-style: italic;
}

.a-dl-pdf {
	color: #6e89c0;
	font-family: arial, sans-serif;
	font-size: 12px;
}








