BODY {
	BACKGROUND: #FFFFFF;
	MARGIN: 0px;
}

.Border {
	border : 1px #FFFFFF solid;
}

.Border-Photo {
	border-top : 1px #FFFFFF solid;
	border-bottom : 1px #FFFFFF solid;
	border-right : 1px #FFFFFF solid;
}

.Menu {
	font-family: Verdana, Arial, Helvetica, sans serif;
	font-size: 11px;
    color: #FFFFFF;
    text-decoration : none;
    text-transform : uppercase;
    }

.Menu a:hover {
 	color: #FFFFFF;
    text-decoration : underline;
}

.Text {
	font-family: Arial, Verdana, Helvetica, sans serif;
	font-size: 12px;
 	color: #FFFFFF;
}
.Text a:link {
	color : #FFFFFF;
	text-decoration : underline;
}
.Text a:hover {
	color : #FF7F00;
	text-decoration : none;
}
.Text a:visited {
	color : #FFFFFF;
}

.Titre {
	font-family: Arial, Verdana, Helvetica, sans serif;
	font-size: 20px;
 	color: #FFFFFF;
}
.Titre a:link {
	color : #FFFFFF;
	text-decoration : underline;
}
.Titre a:hover {
	color : #FFFFFF;
	text-decoration : none;
}
.Titre a:visited {
	color : #FFFFFF;
}

.BG-page {
    background: url(img/bg-page.gif) #101625;
	background-repeat: repeat-x;
    background-position: top left;
}

.Date {
	font-family: Arial, Verdana, Helvetica, sans serif;
	font-size: 12px;
 	color: #C1C1C1;
}
.Date a:link {
	color : #C1C1C1;
	text-decoration : underline;
}
.Date a:hover {
	color : #C1C1C1;
	text-decoration : none;
}
.Date a:visited {
	color : #C1C1C1;
}

.Text10 {
	font-family: Arial, Verdana, Helvetica, sans serif;
	font-size: 10px;
 	color: #FFFFFF;
}
.Text10 a:link {
	color : #FFFFFF;
	text-decoration : underline;
}
.Text10 a:hover {
	color : #FF7F00;
	text-decoration : none;
}
.Text10 a:visited {
	color : #FFFFFF;
}

.pointilles {
    background: url(img/pointilles.gif);
	background-repeat: repeat-x;
    background-position: center;
}

.pointillesVertical {
    background: url(img/pointilles-vertical.gif);
	background-repeat: repeat-y;
    background-position: center;
}

.Droite {
    background: url(img/droite.jpg);
	background-repeat: no-repeat;
    background-position: top left;
}

.Bottom {
    background: url(img/bg-bottom.gif);
	background-repeat: no-repeat;
    background-position: top left;
	border-left: 1px #FFFFFF solid;
	border-right: 1px #FFFFFF solid;
	border-bottom: 1px #FFFFFF solid;
}