/* style generale */

/*

#96387d;    violet foncee 
#fd72d8;     violet clair
#f4f4f4     gris clair
#555555   gris foncee
#c0d62d   vert pistache

*/



BODY  {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
font-weight : normal;
margin-left : 0px;
margin-right : 0px;
margin-top : 0px;
margin-bottom : 0px;
color: black;
background-color : white; 
}

TABLE {
font-size : 10px;
font-weight : normal;
color: black;
background-color : white;
border: 1px solid #e3e3e3;  
}

TH {
Text-align: left;
}

UL {
  list-style: square url(BulletSmall.gif); /* wide image for the bullet */
  margin-left: 20px;  /* bullet image is in left margin */
  padding-left: 0;
}

A  {
font-weight : bold;
color : #96387d;
text-decoration: none;
}
A:hover {
color: #fd72d8;        
text-decoration: underline;
}

A.srcdownload {
font-size : 10px;
font-weight : normal;
color : black;
text-decoration: underline;
}

A.srcdownload:hover {
font-size : 10px;
font-weight : normal;
color : #96387d;
text-decoration: none;
}

CODE {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
font-weight : bold;
color: #000000;
}

.ToEnglish { 
color: #00FFFF; 
padding-top: 0px; 
padding-left: 0px; 
padding-bottom: 0px; 
margin-left: 0px; 
margin-top: 0px; 
margin-bottom: 0px; 
display: block; 
border: 1px solid  #FF00DD; 
background: transparent url(Bullet1.gif) left bottom no-repeat;
}

.cadre1 { 
width: 80%; 
padding-top: 15px; 
padding-left: 15px; 
padding-bottom: 15px; 
margin: auto; 
margin-left: 50px; 
margin-bottom: 5px; 
display: block; 
border: 1px solid #e3e3e3; 
background: #fffff;
}

.cadre2 { 
width: 80%; 
padding-top: 15px; 
padding-left: 15px; 
padding-bottom: 15px; 
margin: auto; 
margin-left: 50px; 
margin-bottom: 5px; 
display: block; 
border: 1px solid #e3e3e3; 
background: #f4f4f4;
}

img{
border:0px;
}

/* style specifique */
.Titre
{font-size: 18px;
font-weight: bold;
color: #c1d730;
}

.Titre1 {
background: transparent url(Bullet1.gif) left top no-repeat;
font-size: 22px;
font-weight: bold;
margin-top:50px;
margin-bottom:10px;
padding-left:25px;
color: #737373;
}

.Titre2 {
background: transparent url(Bullet2.gif) left top no-repeat;
font-size: 14px;
font-weight: bold;
padding-left:16px;
color: #555555;
}

.Titre3 {
font-size: 12px;
font-weight: bold;
color: #555555;
}


