/* ///////// dfinition des proprits de la page ////////////// */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.selected {
	color: #000000;
	font-weight: bold;
}

.titlecontact {
	font-size: 16px;
}
.soustitlecontact {
	font-size: 14px;
}
.bodycontact {
	font-size: 13px;
}

.basenolink {
	color: #666666;
	font-size: 9px;
}
.bigtitle {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}
.title {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.little {
	color: #FFFFFF;
	font-size: 9px;

}
/* //////////////// Dfinition des liens /////////////// */

a:link {
	color: #D8B66E;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #D8B66E;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}



a.base:link {
	color: #666666;
	text-decoration: none;
	font-size: 9px;
}
a.base:visited {
	text-decoration: none;
	color: #666666;
	font-size: 9px;
}
a.base:hover {
	text-decoration: underline;
	color: #666666;
	font-size: 9px;
}
a.base:active {
	text-decoration: none;
	color: #666666;
	font-size: 9px;
}

a.menu:link {
	color: #000000;
	text-decoration: none;
	font-size: 11px;

}
a.menu:visited {
	color: #000000;
	text-decoration: none;
	font-size: 11px;

}
a.menu:hover {
	color: #000000;
	text-decoration: underline;
	font-size: 11px;

}
a.menu:active {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
}


a.titlelink:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;

}
a.titlelink:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;

}
a.titlelink:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;

}
a.titlelink:active {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	}
	
a.selected:link {
	color: #000000;
	font-weight: bold;
}
	
	a.selected:hover {
	color: #000000;
	font-weight: bold;
}a.selected:active {
	color: #000000;
	font-weight: bold;
}a.selected:visited {
	color: #000000;
	font-weight: bold;
}


a.sousmenu:link {
	color: #ffffff;
	font-weight: bold;
}

a.sousmenu:hover {
	color: #ffffff;
	font-weight: bold;
}

a.sousmenu:active {
	color: #ffffff;
	font-weight: bold;
}

a.sousmenu:visited {
	color: #ffffff;
	font-weight: bold;
}

.brd3pxGrey{
	border: 3px solid #9B9B9B;	
}