
/* BASE */
* {				/* SELECTEUR UNIVERSEL : par défaut tous les éléments à 0 */
margin:0;
padding:0;
border:0;
outline:0;
}

body {
 background-color:#fff;
 margin:20;
 text-align:center;
 font-size:12px;
 font-family:Helvetica Neue, Arial, sans-serif;
 color:#58585a;
}

.clear {
clear:both;
}



/* LIENS */
a:link, a:visited {
 color:#000;
 text-decoration:none;
}

a:hover {
 color:#58585a;
 text-decoration:none;
}

a:link.menu, a:visited.menu {
 color:#000;
 text-decoration:none;
}

a:hover.menu {
 color:#58585a;
 text-decoration:none;
}



/* NAVIGATION */
.menu_page {
 float:left;
 padding:80 20 0 0;
 width:280;
 *width:300; /* seulement IE */
 height:300;
 font-size:18px;
 text-transform:uppercase;  
 line-height:10px; 
 text-align:right;
}



/* STRUCTURE */
#cont_page {
 background-color:#fff;
 margin:0 auto;
 padding:0;
 width:900;
 text-align:left;
}

#header_page {
 width:900;
 height:200;
}

#footer_page {
 width:900;
 text-align:center;
}



/* ELEMENTS */
.content_home {
 float:left;
}

.content_page {
 float:left;
 margin:60 20 20 0;
 padding-right:10; 
 width:570;
 text-align:justify; 
}

p {
 margin-bottom:15;
}

.texte {
 text-align:justify;
 font-size:12px;
 line-height:1.5;
}

.titre {
 font-size:18px;
 text-transform:uppercase; 
}

.soustitre {
 font-size:14px;
}

.gras {
 font-weight:bold;
}

.italique {
 font-style: italic;
}

.visuel {
 float:left;
 margin:3 10 20 0;
}

.legende {
 font-size:10px;
}

table {
 font-size:12px;
}

.input {
 width:142;
 background:#f6c180;
 border:1px solid #000;
}

.input2 {
 width:260;
 background:#f6c180;
 border:1px solid #000;
 margin:0 10 5 0;
}

.input3 {
 width:142;
 background:#f6c180;
 border:1px solid #000;
}

.artiste {
 float:left;
 margin:3 10 10 0; 
}

.commande {
 float:left;
 margin:0 25 26 0;
 width:250;
}

.galerie {
 float:left;
 margin:3 10 7 0;  
}

.art {
 border:1px solid #58585a;
}

.art_landscape {
 margin:57 0 0 0;
 border:1px solid #58585a;
}

#stream {
 position:relative;
 z-index:1; 
}