@charset "utf-8";
#Main {
    height: 930px;
    width: 1024px;
    border: 1px solid #CECECE;
    overflow: hidden;
    position: relative;
    visibility: visible;
    top: 5px;
    left: 10px;
    right: auto;
    bottom: 10px;
    align-content: center;
    min-width: 0px;
    padding-right: 4px;
    display: inline-block;
	/*
    Below is the syntax for adding values to the box shadow property 
    box-shadow: none|h-shadow v-shadow blur spread color |inset|initial|inherit;
    */
	/*Chrome, Safari*/
	-webkit-box-shadow: 2px 2px 12px 0px #ebebeb;
	/*Standard Syntax*/
	box-shadow: 2px 2px 10px 0px #ebebeb;
}
#Logo {
    background-image: url("images/BGGRV01.png");
    background-repeat: no-repeat;
    background-position: center top;
    height: 310PX;
    align-content: center;
    text-decoration: none;
    width: 100%;
    display: inherit;
    padding-top: 0px;
    margin-top: -90px;
}
#Title {
    font-family: Papyrus;
    font-size: 51px;
    font-style: italic;
    font-weight: normal;
    color: #302823;
    line-height: 35px;
    text-decoration: none;
    width: 100%;
    display: inherit;
    padding-top:108px;
}
#Translate{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	text-align: center;
	color:#FFFFFF;
	width: inherit;
	height:20px;
	padding-top:-20px;
}
#Content {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 14px;
	font-weight: normal;
	color: #302823;
	width: 900px;
	height: 500px;
	overflow: auto;
	padding-top: 5px;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
}
#Menu , a{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	color:#727272;
	width: inherit;
	height:20px;
	padding-top:20px;
}
#Navig{
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
    font-size: 12px;
    font-weight: normal;
    color: #302823;
    width: 900px;
    height: 20px;
    display: inline-block;
    margin-right: 50px;
    margin-left: 50px;
    margin-top: 10px;
}
#Precedent{
    float: left;
    display: inline;
    margin-left: px;
}
#Suivant{
    float: right;
    display: inline;
}
#Copy {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
    font-size: 10px;
    font-weight: normal;
    color: #302823;
    width: 900px;
    height: 20px;
    display: block;
	margin-top: 0px;
   
}
#relativeLink{
    width: 900px;
    height: 10px;
    display: block;
    margin-top: 0px;
    padding-top: 10px;
}
.bg {
    background-image: url(BGGRV01.png);
    background-repeat: no-repeat;
    background-position: center center;
    display: inherit;
    /* [disabled]-webkit-box-sizing: inherit; */
    /* [disabled]-moz-box-sizing: inherit; */
    /* [disabled]box-sizing: inherit; */
    float: left;
    clear: none;
    overflow-x: visible;
    overflow-y: visible;
    background-color: #FFFFFF;
    text-align: center;
    text-decoration: none;
}
.pageTitre{
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
    font-size: 16px;
    font-weight: bold;
    color: #302823;
    text-decoration: underline;
    text-transform: uppercase;	
}
.currentPage{
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
    font-size: 10px;
    /* [disabled]font-weight: bold; */
    color: #7E7D7C;
    text-align: center;
    font-style: normal;
    font-variant: normal;
}
.note{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
    font-size: 11px;
    font-weight: normal;
    color: #302823;
	text-align:justify;
}
#Sep hr{
	height: 2px;
	padding-top: -100px;
	margin-left: 5px;
	margin-right: 2px;
	color: #B2B2B2;
	
}
.relative a {
    color: #302823;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 8px;
    line-height: 10px;
}
