<!--
/* La feuille de style de yourstudioinparis.com */

html, body {
width: 100%;
height: 100%;
overflow: hidden;

scrollbar-face-color:#FF6666;
  scrollbar-arrow-color:#FFFFE6;
  scrollbar-track-color:#FFFFE6;
  scrollbar-shadow-color:#FFFFE6;
  scrollbar-highlight-color:#FFFFE6;
  scrollbar-3dlight-color:#FF6666;
  scrollbar-darkshadow-Color:#FF6666;
}
body {
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #FF6666;
background-color: #FF6666; 
}

.conteneur { /*le conteneur global du site, qui sera centré */
width: 100%;
height: 100%;
position: absolute;
background-color: #FF6666;
}

.header {
height: 18px;
background-color: #FF6666;
text-decoration: none;
color: #CCCCCC;
font-size: 10px;
white-space: nowrap; /*empêche le passage à la ligne */
}

.footer{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:18px;
  background-color: #FF6666;
  text-decoration: none;
  color: #CCCCCC;
  white-space: nowrap; /*empêche le passage à la ligne */
 }

.menu {
position: absolute;
left:0;
width: 116px;
height: 93%;
background-color:#FF6666;
font-size: 14px;
color:#FFFFE6;
font-weight: bold;
line-height: 18px;
white-space: nowrap; /*empêche le passage à la ligne */
}

.frame {
text-align: justify;
font-size: 10pt;
margin-left: 116px;
margin-right: 20px;
width: auto;
height: 93%;
background-color:#FFFFE6;
padding:7px 7px 0 7px;
overflow: auto;
overflow-x: hidden;
}

A.pa { color:#cc3300; background-color:#ffffe6;text-decoration: none;}
A.men { color:#ffffe6; text-decoration: none;}
A:visited.men { color:#ffffe6; text-decoration: none;}
A:hover.men { color:#ff6666; background-color:#ffffe6;text-decoration: none; }
-->