
.Border {
	border: 1px #FFFFF solid;
}

.Bordernoir {
	border: 1px #000000 solid;
	cellpading: 10px;
}
.BorderBleuFormulaire {
	border: 2px #064F86 solid;
	cellpading: 10px;
}
.BgTop {
    background: #FFFFFF;
}

.BgBottom {
    background: #B0B0CD;
}

.BG2 {
    background: #D7E3EC;
	background-position: bottom;	
}

.Text {
	font-family: Verdana;
	font-size: 15px;
 	color: #272359;
}
.Text a:link {
	color : #064F86;
	text-decoration : underline;
}
.Text a:hover {
	color : #064F86;
	text-decoration : none;
}
.Text a:visited {
	color : #064F86;
}

.Titre {
	font-family: Palatino Linotype;
	font-weight: bold;
	font-size: 30px;
 	color: #064F86;
    letter-spacing : 1px
}
.Titre a:link {
	color : #DF470E;
	text-decoration : underline;
}
.Titre a:hover {
	color : #DF470E;
	text-decoration : none;
}

.Titre a:visited {
	color : #DF470E;
}

.TextBleu {
	font-family: Palatino Linotype;
	font-size: 25px;
 	color: #064F86;
}
.TextBlanc {
	font-family: Palatino Linotype;
	font-size: 15px;
 	color: #FFFFFF;
}
.TextBlancFormulaire {
	font-family: Palatino Linotype;
	font-weight: bold;
	font-size: 15px;
 	color: #064F86; 
}
.TextBlanc a:link {
	color : #FFFFFF;
	text-decoration : underline;
}
.TextBlanc a:hover {
	color : #FFFFFF;
	text-decoration : none;
}
.TextBlanc a:visited {
	color : #FFFFFF;
}

.bg-bordure {
    background: #B0B0D2 url(img/bordure.jpg);
	background-repeat: repeat-y;
	background-position: top left;
} 

TEXTAREA {
	FONT-SIZE: 15px;
	color : #000000;
	BORDER-WIDTH :2px;
	BORDER-COLOR: #064F86;
	font-family : Palatino Linotype;
	BACKGROUND-COLOR: #FFFFFF;
    padding : 2px;
    margin : 2px;
}

INPUT {
	FONT-SIZE: 15px;
	color : #802808;
	BORDER-WIDTH :2px;
	BORDER-COLOR: #FFFFFF;
	font-family : Palatino Linotype;
	BACKGROUND-COLOR: #FFFFFF;
    padding : 2px;
    margin : 2px;
}

.bouton {
	FONT-SIZE: 15px;
    font-weight: bold;
	COLOR: #064F86;
	font-family : Palatino Linotype;
	BORDER-WIDTH : 1px;
    BORDER-COLOR: #802808;
	padding  : 2px;
}