@charset "utf-8";
/* Mise en place du background du site web */

/* Fin Mise en place du background du site web */
/* Mise en page des images du site web */
img {  
    border: 0; 
	margin: 1px 0px 1px 0px;
	padding: 0px 0px 0px 0px;
}
/* Fin Mise en page des images du site web */
/* Mise en place du Bandeau Titre et marge du logo */
#BandeauTitre {
	background-image: url(../Images/Fonds/FondTitre.png);
	background-repeat: repeat-x;
	background-position: 50% 0%;
	width: 1024px;
	height: 140px;
    margin-left: auto;
    margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
    padding: 0px 0px 0px 0px;

}
.Logo {  
	margin: 0px 0px 0px 0px;
}
/* Fin Mise en place du Bandeau Titre et marge du logo */
/* Mise en page du corps du site web */
#site {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}	
@font-face {
	font-family: "Comic Sans MS";
	src: url('../comic.ttf');
}
@font-face {
	font-family: "Comic Sans MS";
	font-weight: bold;
	src: url('../comicbold.ttf');
}
.StyleStandard {
	font-family: "Comic Sans MS";
	font-weight: bold;
	font-size: 13px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.StyleBandeauTitre {
	font-family: "Comic Sans MS";
	font-weight: bold;
	font-size: 17px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.StyleMenu {
    font-family: "Comic Sans MS";
    font-weight: bold; 
    font-size: 13px; 
    text-align: center; 	
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
/* Fin Mise en page du corps du site web */
/* Mise en place des trois blocs du site web */
#BlocDroit {
	background: url('../Images/Fonds/FondCoteDroit.png');
	background-repeat: repeat-y;
	width: 90px;
	float: right;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;

}
#BlocGauche {
	float: left;
	width: 125px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 500px;
}

#BlocCentre {
	background-image: url('../Images/Fonds/FondCentre.png');
	background-repeat: repeat-y;
	background-position: 50% 0%;
	width: 789px;
	margin-left: 135px;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 920px;
}
#BlocCentreCV {
	background-image: url('../Images/Fonds/FondCentre.png');
	background-repeat: repeat-y;
	background-position: 50% 0%;
	width: 789px;
	margin-left: 135px;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 6144px; 
}

/* Fin Mise en place des trois blocs du site web */
/* Mise en page du contenu */
#Contenu {
	position: absolute;
	width:789px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	top: 160px;
}
/* Fin Mise en page du contenu */
/* Mise en page du menu */
#Menu {

}

ol {
	position: fixed;
	background: url('../Images/Fonds/FondCoteGauche.png');
	background-repeat: repeat-y;
	width: 125px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type:none;
	text-align: center;
}
li {

}
ol li a {
    display:block;
    float:left;   
    width:125px;
    line-height:20px;
    color:black;
    text-decoration:none;
    text-align:center;
	vertical-align: middle;
}
ol li a:visited {
    display:block;
    float:left;   
    width:125px;
    line-height:20px;
    color:black;
    text-decoration:none;
    text-align:center;
	vertical-align: middle;
}
ol li a:hover {
    display:block;
    float:left;   
    width:125px;
    line-height:20px;
    color:black;
    text-decoration:none;
    text-align:center;
	vertical-align: middle;
	background-color:#FFF;
} 
/* Fin Mise en page du menu */
/* Mise en place des tarifs */
#TarifDVD {
	float: left;
	width:150px;
	height:150px;
	margin: 5px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	z-index: 2;
} 
#TarifDVDPochette {
	float: left;
	width:150px;
	height:150px;
	margin: 120px 0px 0px 465px;
	padding: 0px 0px 0px 0px;
	z-index: 2;
} 

/* Fin Mise en place des tarifs */