/* @override http://www.ribeaudeau.fr/stylec.css */


/*body {
/*  width: 100%; 
  background-image: -webkit-gradient(radial,center center,10,center center,480,from(#a7a7a7),to(#ebebeb)); 
  background: -moz-radial-gradient(#a7a7a7, #ebebeb);    */  
/*  position: relative;*/
  
/* Pour Internet Explorer */
/*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#a7a7a7', EndColorStr='#ebebeb');*/
/* Pour Firefox */
/*background: -moz-radial-gradient(#a7a7a7, #ebebeb); */
/* Pour Google-Chrome, Safari, Opéra (moteur Webkit) */
/*background-image: -webkit-gradient(radial,center center,10,center center,480,from(#a7a7a7),to(#ebebeb));
}
*/

body {
	background-color: #989488;
}

a, a:link, a:visited {
text-decoration : none;
font-weight : normal;
outline : none;
}
a   { 
	color: #eff1f1;
}
a:hover   { color: orange}

a.rollover-f {
	display:block;
	background: url(images/logomgg.png) no-repeat center bottom;
	height: 136px;
}
a.rollover-f:hover {
	background: url(images/logomg.png) no-repeat center bottom;
}

a.rollover-p {
	display:block;
	background: url(images/logotb.jpg) no-repeat center bottom;
	height: 133px;
	width: 266px;
	margin-left: auto;
	margin-right: auto;
}

.rollover-p {
	-moz-box-shadow: 2px 2px 8px #444;
    -webkit-box-shadow: 2px 2px 8px #444; 
    box-shadow: 2px 2px 8px #444;
}

a.rollover-p:hover {
	background: url(images/logotbn.jpg) no-repeat center bottom;
}


div.grandtitre     { 
	color: #373838; text-decoration: none;
	letter-spacing: 0.1em;
	font: small-caps bold 20px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-shadow: #777 3px 3px 5px;
	margin-top: 10px;
}

.soustitre     { color: #999; font-size: 14px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }

.textelien      { color: #696969; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none; margin-top: 4pt }

.titre   { 
	color: #eff1f1;
	font: italic 16px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
	text-shadow: #434245 2px 2px 3px;
}
table   {
	background-color: transparent;
	padding-top: 82px;
	padding-bottom: 62px;
}
