/* Style général */
li{list-style:none;}
a img{border-style: none;
    border-color: inherit;
    border-width: medium;
}

body
{
    font-family: 'Arial';
    font-size: 11pt;
    color: #9F9F9F;
}

span.type1{
	color : #9F9F9F;
	font-family: 'Arial';
      font-size: 10pt;
}

a.type1{
	text-decoration:none;
	color : #9F9F9F;
	font-family: 'Arial';
      font-size: 11pt;
}

a.type1:hover{
	color : black;
	font-family: 'Arial';
      font-size: 11pt;
}

a.type2{
	text-decoration:none;
	color : #9F9F9F;
	font-family: 'Arial';
      font-size: 10pt;
}

a.type2:hover{
	color : black;
	font-family: 'Arial';
      font-size: 10pt;
}
a.type3{
	text-decoration:none;
	color : #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}



h1{color:Black;:x-large;text-align:center;margin:10px 0 20px 0;font-weight:lighter;text-transform:capitalize;font-variant: small-caps;}
h2{color:Black;font-size:medium;width:80%;text-align:center;margin:30px auto 10px auto; border-bottom:solid 1px #666;padding-bottom:4px;font-weight:lighter;text-transform:capitalize;font-variant: small-caps;font-weight:bold;}
h3{color:Black;font-weight:bold;font-size:medium;text-transform:capitalize;font-variant: small-caps;padding-top:10px;padding-bottom:3px;}

p{margin:10px 0; text-indent:0px; text-align:justify;}
/*p:first-letter{font-weight:bold;text-transform:uppercase;font-size:medium;}*/
a:hover img{}

.accueil
{
    border-bottom-style: ;
    border-bottom-color: #FFFFF;
}


/* Style Cadre général */

#header 
{
    width: 800px;
    height: 20px;
}

#centre 
{
    width: 800px;
    height: 500px;
    overflow: auto;
    vertical-align:middle;
    text-align:justify;

}

#footer
{
    width: 800px;
}

.centrer 
{
     left: 50%; 
     top: 50%;
}

/* Style page d'accueil */

.photo_mini
{
    margin-right: 0px;
}


/*preload classes*/ 
.svw 
{
    width: 50px; 
    height: 20px; 
    background: green;
} 
.svw ul 
{
    position: relative; 
    left: -999em;
} 
.menu_photos 
{
    height: 295px; 
    width: 430px;
} 
/*core classes*/ 
.stripViewer   
{
    position: relative; 
    overflow: hidden;  
    border: 5px solid white;   
    margin: 0 0 1px 0; 
} 
.stripViewer ul  
{
    /* this is your UL of images */ 
    margin: 0; 
    padding: 0; 
    position: relative; 
    left: 0; 
    top: 0; 
    width: 1%; 
    list-style-type: none; 
} 
.stripViewer ul li 
{  
    float:left; 
} 
.stripTransmitter 
{ 
    overflow: auto; 
    width: 1%; 
} 
.stripTransmitter ul 
{ 
    margin: 0; 
    padding: 0; 
    position: relative; 
    list-style-type: none; 
} 
.stripTransmitter ul li
{ 
    width: 20px; 
    float:left; 
    margin: 0 1px 1px 0; 
} 
.stripTransmitter a
{ 
    font: bold 10px Verdana, Arial; 
    text-align: center; 
    line-height: 22px; 
    background: white; 
    color: blue; 
    text-decoration: none; 
    display: block; 
} 
.stripTransmitter a:hover, a.current
{ 
    background: white; 
    color: #ff0000; 
} 


/* Style pour les paragraphes dans les pages photos */
.titre 
{
    font-size:medium;
    margin:25px 0;
    
    
}
.desc_fr
{
    font-size:small;
}
.desc_en
{
    font-size:small;
    color:Gray;
}
.rmq
{
    font-size: x-small;
}


/* Création du menu */
ul#menu {
    list-style-type: none;
    width: 90%;
    clip: rect(auto, auto, auto, 0px);
    margin:0px;
}
ul#menu li {
    float: left;
}
ul#menu a {
    float: left;
    margin: 0 2px;
    padding: 5px 6px;
    text-align: center;
    text-decoration: none;
    color: #000;
    background: #fff;
}
ul#menu a:hover {
    color: gray;
}


.float {
    float: left;
     top: 50%;

}


#bouton_commander 
{
	display: block;
	height: 40px;
	width: 120px;
	background-image: url(bouton_commander.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-left: 15px;
}

#bouton_commander:hover
{ 
  background-position: 0 -40px;
}

#bouton_commander span
{
  display: none;
}
