/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}

.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	text-align: right;
	vertical-align: middle;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

a.menu:link,a.menu:visited {
    text-decoration:none;
    color:#FFFFFF;
}
	
a.menu:hover,a.menu:active {
	text-decoration:underline;
    color:#FFFFFF;
}

.bordered_first {
	border-top: 1px dashed #E8E8E8;
	border-right: 1px dashed #E8E8E8;
	border-bottom: 1px dashed #E8E8E8;
	border-left: 1px dashed #E8E8E8;
	text-align: center;
	vertical-align: middle;
	height: 50px;
}
	
.bordered {
	border-top: 0px dashed #E8E8E8;
	border-right: 1px dashed #E8E8E8;
	border-bottom: 1px dashed #E8E8E8;
	border-left: 1px dashed #E8E8E8;
	text-align: center;
	vertical-align: middle;
	height: 50px;
}

p {
	font-family: Verdana, Arial, Heveltica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: justify;
}

a:link,a:visited {
    text-decoration:none;
    color:#CCCCCC;
}
	
a:hover,a:active {
	text-decoration:none;
    color:#00ADEF;
}

.surligne {
	font-family: Verdana, Arial, Heveltica, sans-serif;
	font-size: 12px;
	text-align: right;
	color:#00ADEF;
	vertical-align: top;
}

a.surligne:link,a.surligne:visited {
    text-decoration:none;
    color:#ED1C24;
}
	
a.surligne:hover,a.surligne:active {
	text-decoration:underline;
    color:#ED1C24;
}

.texte_contact {
	font-family: Verdana, Arial, Heveltica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	vertical-align: top;
}


a.texte_contact:link,a.texte_contact:visited {
	text-decoration:none;
	color: #FFFF99;
}

a.texte_contact:hover,a.texte_contact:active {
	text-decoration:underline;
	color: #FFFF99;
}
