/* 29-degres.com (pb) | lagrille.ch | 01.09.09 | rev 11.08.11 */


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

body {
 overflow-y:scroll;
 background-color:#fff;
 margin:auto;
 text-align:center;
 font-size:12px;
 font-family:Helvetica Neue, Arial, sans-serif;
 color:#000;
}

.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;
 font-weight:lighter;
}

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

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

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



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



/* STRUCTURE */
#cont_page {
 background-color:#fff;
 margin:0 auto;
 padding:20 0 0 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:0 20 20 0;
 padding-right:10; 
 width:520;
 min-height:600;
 text-align:justify; 
}

.content_text {
 float:left;
 margin:0 20 20 0;
 padding-right:10; 
 width:520;
 min-height:600;
 text-align:justify; 
}

.social {
 height:160;
}

p {
 margin-bottom:15;
}

.shop {
 padding-top:50;
}

.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;
 width:94px;
 height:67px; 
}

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

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

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