@charset "utf-8";
/*---------------------------------------------------------------------------------
© Copyright Art-ysimedi@ - www.art-ysimedia.fr - Groupe Pierrot A2 - 13400 Aubagne
---------------------------------------------------------------------------------*/
/*---------------------------------------------------------
REGLAGES DE LA FEUILLE DE STYLE CHANTERANE
---------------------------------------------------------*/

body
{ 
  margin: 0 auto;
  text-align: center ;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color:#434f21;
  background-image: url(images/fond_body2.jpg);
  background-repeat:repeat-x;
  font-family: Georgia, Times New Roman, Times, serif; 
  font-size: small;
  color: #330000; 
  
  }
img {
border: none;
}   

 #bandeau1
{
	width: 775px ;
	height: 300px ;
	margin: 0 auto ;
	background:url(images/fond_header.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

#corps
{
	width: 775px ;
	margin: 0 auto ;
	background:#94a758; 
	border: 0px solid #FF6600;
	text-align: justify ;
}

#corps p
{ 
   margin:25px;
    
}

h1, h2, h3 {
	padding-left: 5px ;
	color:#330000;
	font-weight: normal;
}

h1
{  
    margin-left: 5px ;
    border-bottom: 1px solid #FFE600;
	border-left: 5px solid #FFE600 ;
	
}

h2
{
    margin-left: 10px ;
	border-left: 3px solid #FFE600 ;
}

h3
{
    margin-left: 15px ;
    border-left: 2px solid #FF6600 ;
}

 #corps a { color:#FFFFFF; text-decoration: underline }
 #corps a:hover { text-decoration: none }
 #corps a:visited { color:#330000; text-decoration: none }
 
/*- Menu --------------------------- */

    #menu {
      float:right;
      width:775px;
      background:#94a758;
      font-size:93%;
      line-height:normal;
	  border-bottom: 2px solid #B5DE9E;
      }
    #menu ul {
	  margin:0 auto;
	  padding:10px 10px 0 50px;
	  list-style:none;
      }
    #menu li {
      display:inline;
      margin:0 auto;
      padding:0;
      }
    #menu a {
      float:right;
      background:url("images/tableftc.gif") no-repeat left top;
      margin:0 auto;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #menu a span {
      float:left;
      display:block;
      background:url("images/tabrightc.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color: #660000;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #menu a span {float:none;}
    /* End IE5-Mac hack */
    #menu a:hover span {
      color:#FFF;
      }
    #menu a:hover {
      background-position:0% -42px;
      }
    #menu a:hover span {
      background-position:100% -42px;
      }  

/*infobulle sur liens avec apparition d'image. Exemple de lien html : <a href="#" class="info"><img src="url_image.jpg"><span>définition dans infobulle</span></a>*/ 

a.info {
   position: relative;
   color: #000066;
   text-decoration: none;
   border-bottom: 1px gray dotted; /* on souligne le texte */
}
a.info span {
   display: none; /* on masque l'infobulle */
}
a.info:hover {
   background: none; /* correction d'un bug IE */
   z-index: 500; /* on définit une valeur pour l'ordre d'affichage */

   cursor: auto; /* on change le curseur par défaut en curseur d'aide */
}
a.info:hover span {
   display: inline; /* on affiche l'infobulle */
   position: absolute;

   white-space: nowrap; /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */

   top: 30px; /* on positionne notre infobulle */
   left: 0px;

   background: white;

   color: #000066;
   padding: 3px;

   border: 1px solid  #FF9900;
   border-left: 4px solid #FF9900 ;
}

.puce {
	background: url("images/img02.gif") no-repeat left; padding-left: 15px
}

#footer {
	width:775px; 
	margin:0 auto;
	margin-top:0px;
	text-align: center;
	color: #330000;
	font-size: small; 
	line-height:normal; 
	background:#94a758;
	background-image: url(images/autocollant2.gif);
	background-position:right;
	background-repeat:no-repeat;
}	

.table{
	width:500px;
	margin-left:100px;
	background-image: url(images/logitedefrance.jpg);
	background-repeat:no-repeat;
	background-position:bottom left ;
}
	
.table th, td {
	border:0px solid black;
	
}
.table th {
	text-align:center;
	font-style:oblique;
	background-color:#FFCC00;
	
}

.table td{
	text-align: left;
	vertical-align:middle;
	padding-left:50px;
	
}
.table caption {
	font-weight:bold;
}

.colright{
	text-align:left;
	padding-left:0px;
	font-weight:bold;
}

.table2{
	width:500px;
	margin-left:100px;
}
	
.table2 th, td {
	border:0px solid black;
	
}
.table2 th {
	text-align:center;
	font-style:oblique;
	background-color:#FFCC00;
	
}

.table2 td{
	text-align: left;
	vertical-align:middle;
	padding-left:50px;
	
}
.table caption {
	font-weight:bold;
}

.colright{
	text-align:left;
	padding-left:0px;
	font-weight:bold;
}


#collant /* Div superposé */
{
	float:right;
	width: 102px ;
	height:102px;
	margin-top:190px ;
	
	background-image:	url(images/autocollant%20.gif);
	background-repeat:no-repeat;
	padding-left:3px;
		
}	

a.roll       img {opacity: 1.0; filter:alpha(opacity=100); }
a.roll:hover img { opacity: 0.4; filter:alpha(opacity= 40); }
