/* CSS Document */


html {
    height: 100%;
}
body {
    height: 100%;
    margin: 0;
    padding: 0;
	background-color: #998D81;
}
#page-table {
    height: 100%;
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}
#page-td {
    height: 100%;
    padding: 0;
    vertical-align: middle;
}
div#global {
    width: 1154px;
    margin: 20px auto;
    text-align: left;
}


.adresseblanc {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}
.adressenoir {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

a.lientexte{
	color: #980000;
	text-decoration: none;
}
.bas {
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
}
.titre {	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-transform:uppercase;
	text-align:left;}
	
.texte {	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-align:justify;}
	
.menu {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:none;
}
.menu a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
}


a.competences {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration:none;
}

.competences a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #033279;
	text-decoration:none;
}

