html {
	background: rgb(0, 0, 0) url(fond.jpg) repeat-x top center;
}

#global {
	margin: 0pt auto;
    padding: 0pt 0px;
    width: 900px;
}

#header { 
	background-image: url(header.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 150px;
	width: 900px;
}
	
#ban { 
	width : 900px;
	height: 150px;
	float: left;
}
	
#transition {
	height: 44px;
	width: 890px;
	background-image: url(h_transition.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 6px;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	text-align: right;
	padding-right: 10px;
}

#transition a {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}

#transition a:hover {
	color: #2E8FB7;
}

#transition_ul {
	margin: 0pt;
    padding: 0pt;
    list-style-type: none;
    list-style-image: none;
	display: inline;
}

#transition_ul li {
	display: inline;
}

#page {
	background-image: url(fond_page.png);
	background-repeat: repeat;
	background-position: center center;
	overflow: auto;
}

#menu {
	width: 190px;
	margin-left: 10px;
	float: left;
}

.menu_titre {
	padding-top: 3px;
	padding-left: 20px;
	background-image: url(menu_titre.jpg);
	background-position: center center;
	background-repeat: repeat;
	height: 17px;
	width: 170px;
	font-family: verdana;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	color: #666;
	font-size: 12px;
}

.menu_contenu {
	padding-left: 0px;
	width: 190px;
}

.menu_l {
	margin: 0pt;
    padding: 0pt;
    line-height: 12px;
    list-style-type: none;
    list-style-image: none;
    list-style-position: outside;
}

.menu_l li {
    padding-left: 20px;
}

.menu_l li:hover {
	background-image: url(m_hover.png);
}

.menu_l_s {
	margin: 0pt;
    padding: 0pt;
    line-height: 12px;
    list-style-type: none;
    list-style-image: none;
    list-style-position: outside;
}

.menu_l_s li {
    padding-left: 30px;;
}

.menu_pied {
	width: 170px;
	height: 10px;
	padding-left: 20px;
}

.menu_l a {
	font-family: verdana;
    font-size: 11px;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    color: rgb(70, 70, 70);
}

.menu_l a:hover {
	color: #2E8FB7;
	font-weight: bold;
}

.menu_l a:hover:before {
	content: url(raquo.png);
}

.menu_l_s a {
	font-family: verdana;
    font-size: 10px;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    color: rgb(70, 70, 70);
}

.menu_l_s a:before {
	content: url(sub.png);
}


#contenu {
	padding-left: 10px;
	padding-right: 15px;
	float: right;
	width: 675px;
	font-family: verdana;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	color: #666;
}

#bloc_1 {
	width: 425px;
	padding-right: 10px;
	padding-bottom: 10px;
	float: left;
}

#bloc_2 {
	width: 240px;
	float: right;
	padding-bottom: 10px;
}

.bloc {
	width: 100%;
	float: left;
	padding-bottom: 10px;
}

.bloc_s {
	background-color: rgb(240, 240, 240);
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	-khtml-border-radius: 0px 0px 10px 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
}

h1 {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #666;
	color: #666;
}

a { 
	font-family: verdana;
    font-size: 11px;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    color: rgb(70, 70, 70);
}

a:hover {
	color: #2E8FB7;
}

.texte {
	font-family: verdana;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: rgb(105, 105, 105);
}

.wh_titre {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #999;
}

#footer {
	background-image: url(footer_fun.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 80px;
	width: 860px;
	font-family: verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 70px;
	padding-right: 70px;
	margin: 0pt auto;
}

#footer a {
	font-family: verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #FFF;
}

#footer a:hover {
	color: #2E8FB7;
}

#footer input[type="text"], input[type="password"] {
	width: 150px;
	height: 10px;
	font-family: verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	background-color: rgb(230, 230, 230);
	border: 1px solid rgb(60, 60, 60);
}

#footer input[type="submit"] {
	width: 120px;
	height: 20px;
	border: 1px solid rgb(60, 60, 60);
	font-family: verdana;
	font-size: 10px;
}

#footer input[type="submit"]:hover {
	background-color: rgb(180, 180, 180);
}

.b1_footer {
	height: 80px;
	padding-right: 10px;
	float: left;
	border-right-style: dotted;
	border-right-width: 1px;
	border-right-color: #FFF;
}

.b2_footer {
	height: 80px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	border-right-style: dotted;
	border-right-width: 1px;
	border-right-color: #FFF;
}

.b3_footer {
	height: 80px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}

.b4_footer {
	height: 50px;
	float: right;
	text-align: right;
	padding-top: 20px;
	padding-left: 10px;
	border-left-style: dotted;
	border-left-width: 1px;
	border-left-color: #FFF;
}

.actu {
	width: 415px;
	height: 40px;
	padding-top: 10px;
	font-family: verdana;
    font-size: 11px;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    color: rgb(70, 70, 70);
}

.actu a {
	font-family: verdana;
    font-size: 11px;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    color: rgb(70, 70, 70);
}

.actu a:hover {
	font-family: verdana;
    font-size: 11px;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
	color: #2E8FB7;
}


.mactu {
	width: 415px;
	height: 25px;
	padding-top: 5px;
	font-family: verdana;
    font-size: 11px;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    color: rgb(70, 70, 70);
}

.mactu a {
	font-family: verdana;
    font-size: 11px;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    color: rgb(70, 70, 70);
}

.mactu a:hover {
	font-family: verdana;
    font-size: 11px;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
	color: #2E8FB7;
}

.ico_actu {
	padding-right: 5px;
	width: 60px;
	height: 40px;
	float: left;
}

.mico_actu {
	padding-right: 5px;
	width: 30px;
	height: 25px;
	float: left;
}

.st_actu {
	font-family: verdana;
    font-size: 10px;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    color: rgb(100, 100, 100);
}

.st_actu a {
	font-family: verdana;
    font-size: 10px;
    text-decoration: none;
    font-weight: normal;
    font-style: italic;
    color: rgb(70, 70, 70);
}

.st_actu a:hover {
	font-family: verdana;
    font-size: 10px;
    text-decoration: none;
    font-weight: normal;
    font-style: italic;
    color: #2E8FB7;
}