/* Styles - Tags */
body {
    margin : 0px;
    scrollbar-base-color : #F5EADC;
    text-align : center;
    background-attachment : fixed;
    background-color : #F5EADC;
}

/* Styles - Links */
.LgLink:Link {
	color : #55546A;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	text-decoration: none;
}
.LgLink:Visited {
	color : #55546A;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	text-decoration: none;
}
.LgLink:Hover {
	color : #55546A;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	text-decoration: underline;
}

.ContactLink:Link {
	color : #343459;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	text-decoration: none;
}
.ContactLink:Visited {
	color : #343459;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	text-decoration: none;
}
.ContactLink:Hover {
	color : #343459;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	text-decoration: underline;
}

.MenuLink:Link {
	color : #343459;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	text-decoration: none;
}
.MenuLink:Visited {
	color : #343459;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	text-decoration: none;
}
.MenuLink:Hover {
	color : #343459;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	text-decoration: underline;
}

.CopyrightLink:Link {
	color : #FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	text-decoration: none;
}
.CopyrightLink:Visited {
	color : #FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	text-decoration: none;
}
.CopyrightLink:Hover {
	color : #FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	text-decoration: underline;
}

/* Styles - Text*/
.CompoText {
	color : #FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	text-decoration: none;
}

.CopyrightText {
	color : #FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	text-decoration: none;
}

.Adresse1Text {
    background-color : #EDE7D7;
	color : #666564;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	text-decoration: none;
}

.Adresse2Text {
	color : #868685;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	text-decoration: none;
}

.Titre1 {
	color : #053567;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-decoration: none;
}

.Titre2 {
	color : #575757;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	text-decoration: none;
}

.ContentCell {
    color : #575757;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
    font-weight : normal;
    margin-left : 20px;
    text-align : left;
}

/* Styles - Div */
.Langue {
    text-align : right;
    margin-right : 15px;
    margin-top : 30px;
}

.Compo {
    text-align : left;
    margin-left : 10px;
    margin-top : 10px;
}

.Contact {
    text-align : right;
    margin-right : 15px;
    margin-top : 0px;
}

.Menu {
    text-align : left;
    margin-left : 16px;
}

.Adresse {
    text-align : left;
    margin-left : 10px;
	margin-bottom : 10px;
}

/* Styles - Images */
.ImgBorder {
    border: solid #000000 1px;
}
