/*
Feuille de Style générale de cdbg.fr
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 10px 0;
	background: #ffffff;
	font: normal small Tahoma;
	color: #808080;
}

a {
	color: #808080;
	text-decoration: none;
}

a:hover {
	color: #6b696b;
	text-decoration: underline;
	cursor: pointer;
}

a  img{
	border: 0px solid #ffffff;
	text-decoration: none;
}

a:hover  img {
	border: 0px solid #ffffff;
	text-decoration: none;
	cursor: pointer;
}

h1, h2, h3 {
}

h2 {
}

h3 {
}

#global {
	width: 998px;
	margin-left: auto;
	margin-right: auto;

}
#header {
	width: 100%;
	margin: 0px;
	height: 450px;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
	padding-top: 300px;
	padding-bottom: 0px;
}
#header a:hover {
	text-decoration: none;
}
.header_title {
	font-size: 40px;
	color: #FFFFFF;
	font-weight: bold;
}
.header_title  {
	font-size: 40px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.header_subtitle {
	font-size: 14px;
	color: #FFFFFF;
	padding: 0px 0px;
}
#main {
	color: #808080;
	text-align: center;
	font-size: 13px;
	padding: 10px;
	margin-top: 0px;
}
.contenu {
	color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: justify;
	padding: 10px;
}
#footer {
	width: 100%;
	text-align: center;
	color: #808080;
	font-size: 10px;
	margin-top: 10px;
}
#subfooter {
	width: 100%;
	text-align: center;
	color: #808080;
	font-size: 9px;
	margin-top: 5px;
}