/*
KIT GRAPHIQUE PAR BOZ 
http://www.gorets.com
TELECHARGE SUR KITGRAFIK
http://www.kitgrafik.com
color fond #80B2FF
*/
html, body {
padding: 0; 
margin: 0;
font: 14px arial, verdana, helvetica, sans-serif;
color: #000000;
background-image: url("images/bg.jpg");
background-repeat: repeat-x;
background-color: #80B2FF;
text-align: center;
}
#container {
width: 760px;
text-align: center;
margin: auto;
background-image: url("images/bg2.jpg");
}
#description{
text-align: left;
padding:20px;
font-size: 12px;
/* hack pour MSIE qui ne sait pas gérer le margin ! */
voice-family: "\"}\"";
voice-family: inherit;
margin: 20px;
}
/* logo */
#logo{
width: 760px;
height: 194px;
background-image: url("images/header.jpg");
background-repeat: no-repeat;
}
/* Video*/
#video1{
width: 152px;
height: 31px;
background-image: url("images/video1.jpg");
background-repeat: no-repeat;
float: left;
}
/* banniere */
#banniere{
width: 760px;
height: 65px;
background-image: url("images/top.jpg");
background-repeat: no-repeat;
text-align: center;
padding-top: 5px;
/* hack pour MSIE qui ne sait pas gérer le padding ! */
voice-family: "\"}\"";
voice-family:inherit;
height: 70px;
}
#banniere2{
width: 470px;
height: 60px;
margin-top:10px;
text-align: center;
/*border: 1px solid #0B59FF;*/
background-color: white;
/* hack pour MSIE qui ne sait pas gérer le padding ! */
voice-family: "\"}\"";
voice-family:inherit;
height: 60px;
}
html>body #banniere {
height: 65px;
}
/* titre menu barre haute */
#menubarre{
width: 152px;
height: 40px;
background-image: url("images/bouton-barre.jpg");
background-repeat: no-repeat;
float: left;
font-size: 18px;
line-height: 30px;
font-weight: bold;
text-align: center;
}
/* liens barre menu */
#menubarre a:link, #menubarre a:visited {
color: #ff6600;
text-decoration: none;
}
#menubarre a:active, #menubarre a:hover {
color: green;
text-decoration: none;
}
/************************** DISCLAIMER ************************/
#dsc1 {
width: 600px;
height: 60px;
background-image: url("images/dsc-1.jpg");
background-repeat: no-repeat;
margin: auto;
}
#dsc2 {
width: 530px;
height: 268px;
background-image: url("images/dsc-2.jpg");
background-repeat: no-repeat;
margin: auto;
text-align: left;
font: 11px verdana, arial, helvetica, sans-serif;
padding: 2px 35px 0 35px;
/* hack pour MSIE qui ne sait pas gérer le padding ! */
voice-family: "\"}\"";
voice-family:inherit;
width: 600px;
height: 270px;
}
html>body #dsc2 {
width: 530px;
height: 268px;
}
#dsc2:first-line {
font-weight: bold;
}
#dsc3 {
width: 600px;
height: 44px;
background-image: url("images/dsc-3.jpg");
background-repeat: no-repeat;
text-align: center;
margin: auto;
padding-top: 2px;
/* hack pour MSIE qui ne sait pas gérer le padding ! */
voice-family: "\"}\"";
voice-family:inherit;
height: 46px;
}
html>body #dsc3 {
height: 44px;
}
/* bouton Entrer index */
#in:link, #in:visited {
width: 125px;
height: 25px;
background-image: url("images/in-off.jpg");
background-repeat: no-repeat;
display: block;
float: left;
margin-left: 116px;
/* hack pour MSIE qui ne sait pas gérer le margin ! */
voice-family: "\"}\"";
voice-family: inherit;
margin-left: 55px;
}
html>body #in:link, #in:visited {
margin-left: 116px;
}
#in:hover, #in:active {
width: 125px;
height: 25px;
background-image: url("images/in-on.jpg");
background-repeat: no-repeat;
display: block;
float: left;
margin-left: 116px;
/* hack pour MSIE qui ne sait pas gérer le margin ! */
voice-family: "\"}\"";
voice-family: inherit;
margin-left: 55px;
}
html>body #in:hover, #in:active {
margin-left: 116px;
}
/* bouton Sortir index */
#out:link, #out:visited {
width: 127px;
height: 25px;
background-image: url("images/out-off.jpg");
background-repeat: no-repeat;
display: block;
float: right;
margin-right: 116px;
/* hack pour MSIE qui ne sait pas gérer le margin ! */
voice-family: "\"}\"";
voice-family: inherit;
margin-right: 55px;
}
html>body #out:link, #out:visited {
margin-right: 116px;
}
#out:hover, #out:active {
width: 127px;
height: 25px;
background-image: url("images/out-on.jpg");
background-repeat: no-repeat;
display: block;
float: right;
margin-right: 116px;
/* hack pour MSIE qui ne sait pas gérer le margin ! */
voice-family: "\"}\"";
voice-family: inherit;
margin-right: 55px;
}
html>body #out:hover, #out:active {
margin-right: 116px;
}
/************************** MENU GAUCHE ************************/
/* colonne gauche */
#gauche {
width: 200px;
float: left;
display: block;
text-align: center;
}
/* titre bloc menu gauche */
#gauche div.titre{
	width: 200px;
	height: 40px;
	background-image: url("images/menu1.jpg");
	background-repeat: no-repeat;
	display: block;
	color: red;
	font-size: 18px;
	line-height: 35px;
	font-weight: bold;
	text-align: center; /*text-indent: 20px;*/
	margin-top: 10px;
}
/* bloc menu gauche centre*/
#gauche div.bloc{
width: 200px;
text-align: left;
font-weight: bold;
display: block;
/*border: 1px solid #0B59FF;*/
background-image: url("images/menu2.jpg");
background-repeat: repeat y;
/*background-color: white;*/
padding-top: 3px;
padding-left: 40px;
margin-bottom: 0px;
/* hack pour MSIE qui ne sait pas gérer le padding ! */
voice-family: "\"}\"";
voice-family:inherit;
width: 200px;
}
/* image fin du menu gauche*/
#gauche div.fin_bloc{
width: 200px;
height: 45px;
background-image: url("images/menu4.jpg");
background-repeat: no-repeat;
display: block;
}

html>body #gauche div.bloc {
  width: 160px;
  margin: 0;
}
/* liens menu gauche */
#gauche div.bloc a:link, #gauche div.bloc a:visited {
color: black;
text-decoration: none;
}
#gauche div.bloc a:active, #gauche div.bloc a:hover {
color: #0B59FF;
}
/* liens colonne gauche */
#gauche a:link, #gauche a:visited {
color: black;
text-decoration: none;
}
#gauche a:active, #gauche a:hover {
color: #03D1FF;
}
/************************** BLOC CENTRE ************************/
/* colonne centre */
#centre {
width: 550px;
float: right;
display: block;
text-align: center;
}
/* titre bloc centre */
#centre div.titre{
width: 550px;
height: 34px;
margin-top: 10px;
margin-left: 10px;
background-image: url("images/barre-menu.jpg");
background-repeat: no-repeat;
display: block;
color: brun;
font-size: 18px;
line-height: 34px;
font-weight: bold;
text-align: center;
}
/* bloc  centre */
#centre div.bloc{
width: 550px;
text-align: left;
display: block;
border: 1px solid #0B59FF;
background-color: white;
padding: 5px;
margin-top: 5px;
margin-right: 5px;
/* hack pour MSIE qui ne sait pas gérer le padding ! */
voice-family: "\"}\"";
voice-family:inherit;
width: 550px;
}
html>body #centre div.bloc {
  width: 530px;
}
/* liens menu centre */
#centre div.bloc a:link, #centre div.bloc a:visited {
color: black;
text-decoration: underline;
}
#centre div.bloc a:active, #centre div.bloc a:hover {
color: #0B59FF;
}
/************************** DIVERS ************************/
/* texte petit */
.small {
font-size: 10px;
}
/* Titres */
h1 {
font-size: 16px;
color: #0B59FF;
margin-bottom: 10;
clear: both;
}
/* Sous Titres */
h2 {
font-size: 13px;
color: black;
margin: 0;
clear: both;
}
td {
font-size: 13px;
margin: 0;
}

.miniTitre {
font-size: 12px;
font-weight: bold;
}
/* Eléments divers */
/* DEBUT FORM */
form {
margin: 0px;
padding:0px;
text-align: left;
color: black;
font-weight: bold;
text-align: left;
}
input, select {
font-size: 10px;
vertical-align: midle;
}
/* FIN FORM */
img {
border: 0;
}
p {
margin: 5px 0 5px 0;
}
.myp {
margin: 0;
}
/* image flottante a gauche */
.img-g {
float: left;
margin: 5px;
}
/* image flottante a droite */
.img-d {
float: right;
margin: 5px;
}
/* petite gallerie */
.gallerie {
font-size: 12px;
/*border: 1px solid #0B59FF;*/
width: 250px;
height: 80px;
float: left;
margin: 5px;
}
/* grande gallerie */
.gallerie2 {
font-size: 12px;
/*border: 1px solid #0B59FF;*/
width: 500px;
height: 80px;
float: right;
margin: 5px;
}
/* partenaire*/
.partenaires {
	width: 748px;
	font-size: 10px;
	border: 1px dotted #0B59FF;
	padding: 5px;
	margin-top: 10px;
}
/* footer pied de page */
#footer {
width: 100%;
height: 30px;
background-image: url("images/foot.jpg");
background-repeat: repeat-x;
background-position: top;
text-align: center;
font-size: 10px;
padding-top: 5px;
clear: both;
margin-top: 10px;
}
/* liens footer */
.af:link, .af:visited{
color: black;
text-decoration: underline;
}
.af:active, .af:hover{
color: #03D1FF;
}
