html, body { 
margin: 0; padding: 0; 
}

strong, b {
	font-weight: bold;
}

body, html, #content {
height: 100%;
overflow: hidden;
}

body { 
width: 100%;
margin-left: auto;
margin-right: auto;
 }

#content {
font-family: Arial;
float: right;
margin-top: 0;
width: 600px;
border-left: solid 40px #ff9900;
padding-top: 50px;
font-weight: normal;

}



#menu { 

float: left;
width: 250px;

text-align: right;
margin-top: 30%;
}

#menu a{ 

color: #ff9900;
font-size: 30px;
font-weight: bold;

 }

#menu a:hover{ 
color: black;
 }

#menu a.current { 
color: black;
 }

#scroll { 

overflow: hidden;
height: 500px;

 }


#accueil, #contact, #espace, #contactconf { 

padding-top: 20px;
height: 400px;
margin-bottom: 300px;

 }








.logo {
display: block;	
width: 250px;
margin-right: auto;
margin-top : 0px;
margin-left: 10px;
}

#content p

  { 

margin-right: 20px;
margin-top: 20px;
margin-left: 30px;
 }


.face {
display: block;
padding: 20px;
padding-top: 4px;
}

p {
font-size: 14px;
text-align: justify;
}

p span {

font-weight: bold;
}

table {
margin-top: 50px;
margin-left: 20px;
margin-right: 20px;
display:block;
}

table tr td {
padding: 0px;
padding-left: 0px;
width: 120px;
font-family: Arial;
font-size: 14px;
font-weight: bold;
}

tr.message td{

padding-top: 20px;
}


td.champ textarea {

width: 220px;
height: 60px;
margin-bottom: 20px;
}




a , p span{

color: #ff9900;
text-decoration: none;
}


a:hover {

color: #000000;

}

a img{

border: none;
}


.hidden {

display: none;
}



img.jaune {

display: block;
width: 120px;
border: solid black 3px;
border-top: 0px;
margin-left: auto;
margin-right: auto;
}

.demo {

margin-top: 20px;
margin-bottom: 10px;
}

.english {
width: 690px;
margin-left: auto;
margin-right: auto;
}


.english a {
float: right;
font-size: 12px;
}

.english a:hover {
color: black;
}

.ra { 

color: black; margin: 30px; font-size: 60px; text-decoration: none;

 }

.ra:hover { 
color: #FF9900;
 }
 
 .footer { 
 clear: both;
 border-top: solid 3px black;
 font-size: 8px;
 text-align: center;
 
  }