@import url("menu.css");

Body
{
    color: #ffffff;
    background-color: #000000;
    text-align: center;
	
	font-family:Tahoma,Arial,Helvetica;
	font-size:12px;
	font-weight:normal;
}

.Normal
{
	font-family:Tahoma,Arial,Helvetica;
	font-size:12px;
	font-weight:normal;
}

.GraphicDesign
{
    background-image: url(./img/fr/bg_graphic_design.jpg); 
    background-repeat:no-repeat;
    border: none;
    width: 979px;
    margin-left: auto;
    margin-right: auto;
	border: solid 1px red;
}

.WebDesign
{
    background-image: url(./img/fr/bg_webdesign.jpg); 
    background-repeat:no-repeat;
    border: none;
    width: 979px;
    margin-left: auto;
    margin-right: auto;
	border: solid 1px #ffba00;
}

.AudioVisual
{
    background-image: url(./img/fr/bg_audiovisual.jpg); 
    background-repeat:no-repeat;
    border: none;
    width: 979px;
    margin-left: auto;
    margin-right: auto;
	border: solid 1px #00ff00;
}

.Footer
{
	border: none;
    width: 979px;
	height: 70px;
	background-color: black;
    margin-left: auto;
    margin-right: auto;	
}

.Texte
{
    font-size: 12px;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;

}

.Home
{
    font-size: 12px;
    color: #ffffff;
    line-height: 14px;
    font-family: Helvetica, sans-serif;
    text-decoration: none;
}

.Homered
{
    font-weight: bold;
    font-size: 12px;
    color: #dd0c0c;
    font-family: Helvetica, sans-serif;
    text-decoration: none;
}
.Homeyellow
{
    font-weight: bold;
    font-size: 12px;
    color: #ffba00;
    font-family: Helvetica, sans-serif;
    text-decoration: none;
}
.Homegreen
{
    font-weight: bold;
    font-size: 12px;
    color: #ffba00;
    font-family: Helvetica, sans-serif;
    text-decoration: none;
}

.TitleRed
{
}
.TitleYellow
{
}
.TitleGreen
{
}

.Chapitre
{
    font-weight: bold;
    font-size: 12px;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}


#link_txt
{
    font-weight: bold;
    font-size: 12px;
    color: #00ff00;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
}
#lightbox
{
    z-index: 100;
    left: 0px;
    width: 100%;
    line-height: 0;
    position: absolute;
    text-align: center;
}
#lightbox IMG
{
    width: auto;
    height: auto;
}
#lightbox A IMG
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}
#outerImageContainer
{
    margin: 0px auto;
    width: 250px;
    position: relative;
    height: 250px;
    background-color: #fff;
}
#imageContainer
{
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}
#loading
{
    left: 0%;
    width: 100%;
    line-height: 0;
    position: absolute;
    top: 40%;
    height: 25%;
    text-align: center;
}
#hoverNav
{
    z-index: 10;
    left: 0px;
    width: 100%;
    position: absolute;
    top: 0px;
    height: 100%;
}
#imageContainer > #hoverNav
{
    left: 0px;
}
#hoverNav A
{
    outline: none;
}
#prevLink
{
    display: block;
    width: 49%;
    height: 100%;
}
#nextLink
{
    display: block;
    width: 49%;
    height: 100%;
}
#prevLink
{
    left: 0px;
    float: left;
}
#nextLink
{
    right: 0px;
    float: right;
}
#prevLink:hover
{
    background: url(./img/fr/prevlabel.gif) no-repeat left 15%;
}
#prevLink:hover:visited
{
    background: url(./img/fr/prevlabel.gif) no-repeat left 15%;
}
#nextLink:hover
{
    background: url(./img/fr/nextlabel.gif) no-repeat right 15%;
}
#nextLink:hover:visited
{
    background: url(./img/fr/nextlabel.gif) no-repeat right 15%;
}
#imageDataContainer
{
    margin: 0px auto;
    font: 10px/1.4em Verdana, Helvetica, sans-serif;
    overflow: auto;
    width: 100%;
    background-color: #fff;
}
#imageData
{
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 0px;
    color: #666;
    padding-top: 0px;
}
#imageData #imageDetails
{
    float: left;
    width: 70%;
    text-align: left;
}
#imageData #caption
{
    font-weight: bold;
}
#imageData #numberDisplay
{
    clear: left;
    display: block;
    padding-bottom: 1em;
}
#imageData #bottomNavClose
{
    float: right;
    padding-bottom: 0.7em;
    width: 66px;
    outline: none;
}
#overlay
{
    z-index: 90;
    left: 0px;
    width: 100%;
    position: absolute;
    top: 0px;
    height: 500px;
    background-color: #000;
}
