/* CSS Document */

         /* page et texte */

body
{
width: 100%;
margin:0px 0px 0px 0px;
background-color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
min-width:400px;
}

h1
{
text-indent: 245px;
margin-left:15%;
float:left;
color:#000000;
white-space:nowrap;
margin-top:9px;
font-family:"Times New Roman", Times, sans-serif;
}

p
{
color:#000000;
font-size:1em;
}

.rg
{
color:#FF0000;
}

.gris
{
color:#666666;
}

.grisa
{
color:#333333;
}

.bleu
{
color:#0000FF;
}

.separation
{
clear:both;
visibility:hidden;
}

                       /* listes */
					   
dt
{
font-size:1em;
margin-bottom:8px;
}

dd
{
font-size:0.9em;
margin-bottom:5px;
}	

.liste li
{				   
margin-bottom:8px;
}

/* images */


.img_1
{
float:left;
margin-right:10px;
}

.img_centre
{
margin-left:25%;
margin-right:auto;
}

.schema
{
background-image:url(images/filage/corde-schema.jpg);
}

.schema_2
{
background-image:url(images/filage/corde-schema_2.jpg);
}

/* bannière */

#entete
{
height:61px;
width: 100%;
background-image:url(images/fonctions/fondbarre.jpg);
background-repeat:repeat-x;
}



#artpianos
{

width:242px;
height:42px;
position:absolute;
top: 6px;
left: 0px
}


/* corp */

div.arrondi 
{
padding:10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
width:95%;
margin-left:auto;
margin-right:auto;
margin-bottom:20px;
}

.fb
{
background-color:#FFFFFF;
}
		
.corp
{
width:100%;
margin-bottom:0px;
padding-bottom:10px;
background-color:#333333;
float:left; 
}		

/* pied de page */

#pied
{
clear:left;
margin:0 0 0 0;
padding:5px 5px 5px 5px;
background-color:#CCCCCC;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:0.8em;
}

