/* Styles ecuriecottagnoud.ch - BP @ 29-degres.com - 12.10.09 */

/* sélecteur universel : par défaut tous les éléments à 0 */
* {
margin:0;
padding:0;
border:0;
outline:0;
}



/* base */
body {
 background-color:#1c1304;
 margin:0;
 text-align:center;
 font-size:13;
 font-family:Arial, Helvetica, sans-serif;
 color:#fff;
 
/* defilement seulement IE*/
scrollbar-face-color:#1c1304;
scrollbar-shadow-color:#1c1304;
scrollbar-highlight-color:#1c1304;
scrollbar-3dlight-color:#1c1304;
scrollbar-darkshadow-color:#1c1304;
scrollbar-track-color:#fff;
scrollbar-arrow-color:#fff;
}

.clear {
clear:both;
}



/* structure */
#container {
 margin:0 auto;
 padding:60 0 0 0;
 width:1000;
 min-width:1000;
 height:700;
 text-align:left;
}

#col_1 {
 float:left;
 width:300;
 height:100%;
 text-align:left;
}

#col_2 {
 float:left;
 width:700;
 height:100%;
}

.content {
 float:left;
 width:300;
 *width:300; /* seulement IE */
 height:300;
 *height:300; /* seulement IE */   
 overflow:auto;
 overflow-x:hidden;
 text-align:justify;
 font-size:13;
 font-weight:normal;
 padding: 10 10 0 0;
}

.galery {
 float:left;
 padding:12 0 0 20;
}



/* liens */
.nav {
 float:left;
 width:100%;
 height:27%;
 *height:27%; /* seulement IE */
 min-height:230px;
 text-align:left;
 font-size:17;
 color:#fff;
 text-transform:uppercase;
 text-align:justify;
}

.menu {
 margin-left:50;
}

.pensions {
 margin-left:180;
 *margin-left:173; /* seulement IE */
 font-size:13;
 color:#ac6b03;
 text-transform:lowercase;
}

.cours {
 margin-left:317;
 *margin-left:307; /* seulement IE */
 font-size:13;
 color:#ac6b03;
 text-transform:lowercase;
}



a:link, a:visited {
 color:#fff;
 text-decoration:none;
}

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



/* elements */
.trk_01 {
 width:5;
 height:100;
}

.trk_02 {
 width:5;
 height:2;
}

.logo {
 text-align:center;
 padding:0 0 34 0; 
}

.btn {
 padding:0 0 0 106;
}

table {
 font-size:100%;
 font-weight:normal;
 margin:0 0 20 0;
}



/* texte */
p {
 margin:0 0 20 0;
}

