/*============================
 feuille de style pour visite
 virtuelle Gamma mg BROSS
 ==============================*/


/* Page */
html {
	font-size: 100%; }
body {
	margin-left: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 10px 20px; /* Note -> 2 */
	font-family: Verdana, "Arial,Helvetica,sans-serif"; /* 3 */
	font-size: 80%;
	color: #fd0303;
        background-image: url(../images/fond.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: center 0px;
	
}
.bordgauche {
	background-image: url(../images/bord-gauche.png);
	background-repeat: repeat-y;
	background-position: right 0px;
}
.bordbas {
	background-image: url(../images/bord-bas.png);
	background-repeat: no-repeat;
	background-position: right 0px;
}
.bordgauchehaut {
	background-image: url(../images/bord-gauche-haut.png);
	background-repeat: no-repeat;
	background-position: right 0px;
}

#global{
    width: 980px;
    margin-left: auto;
    margin-right:auto;
}



/* En tête */


#entete{
	background:#000000;
	padding: 10px;
	height: 150px;
}
#entete img{
	
	
	margin-top:30px;
	display: block;
	margin-left: auto;
	margin-right: auto; 
}
#entete h1{
	padding-top:30px;
	
	color: #B1B0B0;
}
h1, h2 {
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
	font-weight: normal; /* -> 7 */
}
h1 {
  
	font-style: italic;
}
#navigation{
	background:#000000;
	height:50px;
}
#navigation a {
	padding: 50px;
	margin-left: 800px;
	
	font-size: 1em;
	text-decoration: none;
	color:#990000;
}
.ligne{
	color:#990000;
	width:200px;
	margin-top:10px;
}

#contenu{
	background:#000000;
	padding: 10px;
	text-align:left;
}

#contenu img {

	border : 0;
} 

#intro{
	margin-left:50px;
	margin-right:50px;
	color:#959191;
}


.cube{
	display:block;
	margin:5px;
}


.titreimage h2{
	float:left;
	margin-left:50px;
	margin-right:500px;
}

.image{
	float:left;
	margin-left:50px;
	margin-top:2px;
	margin-bottom:10px;
}


.info{
	float:right;
	margin:10px;
	width:400px;
	height:100px;
	padding:0px;
	
	
}

.info h5{
	font-size:1em;
	
}


.info h2{
	
	margin:0px;
	padding:0px;
	
}

strong{
	color:#B1B0B0;
}
.gris{
	color:#B1B0B0;
	font-size:0.85em;
}
.red{
	color:#990000;
	font-size:0.85em;
}
.pied{
	clear:both;
	margin-top: 50px;
	padding-top:50px;
}
.pied p{
	font-size:0.8em;
}
.pied a{
	color:#B1B0B0;
}