/* CSS Document */
/* Website developed by Laurent D'Alvise*/
/* Copyright Laurent D'Alvise 2008*******/

body {
padding: 0px;
margin: 0px;
text-align: center;
/*
background: rgb(160,154,142);
*/
background: rgb(205,208,245);
}

/*******Toute la zone de travail*******/
.conteneur {
position: relative;
margin: 0 auto;
width: 1000px;
height:1850px;
text-align: left;
overflow:hidden;
}

/*****Manchette supérieure du site*****/
.entete {
position: absolute;
top:  0px;
left: 0px;
height: 200px;
width: 1000px;
overflow: hidden;
}

.logo {
position:relative;
top: 50px;
left: 695px;
width: 100px;
}

/*************Barre de menu************/
.conteneurMenu {
position: absolute;
top: 200px;
left: 0px;
height:25px;
width: 1000px;
background: rgb(230,229,227);
border:1px;
border-color:rgb(230,229,227);
/*pour Internet Explorer*/
voice-family: "\"}\"";
voice-family: inherit;
}
.contentMenu {
position: relative;
left: 0px;
top: 3px;
font-size: 16px;
color: rgb(100,23,23);
font-family:sans-serif;
text-align: right;
/*pour Internet Explorer*/
voice-family: "\"}\"";
voice-family: inherit;
}

/***Zone d'etiquette***/
.etiquette {
position: absolute;
top:250px;
left:8px;
/*pour Internet Explorer*/
voice-family: "\"}\"";
voice-family: inherit;
}

/***Zone d'icone avant texte***/
.icone{
position: absolute;
top:60px;
left:340px;
/*pour Internet Explorer*/
voice-family: "\"}\"";
voice-family: inherit;
}
.iconeTexte{
position: absolute;
top:250px;
left:300px;
/*pour Internet Explorer*/
voice-family: "\"}\"";
voice-family: inherit;
}
.iconeHome{
position: absolute;
top:205px;
left:290px;
/*pour Internet Explorer*/
voice-family: "\"}\"";
voice-family: inherit;
}
.iconeCorporate{
position: absolute;
top:205px;
left:420px;
/*pour Internet Explorer*/
voice-family: "\"}\"";
voice-family: inherit;
}
.iconeExpertise{
position: absolute;
top:205px;
left:570px;
/*pour Internet Explorer*/
voice-family: "\"}\"";
voice-family: inherit;
}
.iconeResearch{
position: absolute;
top:205px;
left:720px;
/*pour Internet Explorer*/
voice-family: "\"}\"";
voice-family: inherit;
}
.iconeContact{
position: absolute;
top:205px;
left:880px;
/*pour Internet Explorer*/
voice-family: "\"}\"";
voice-family: inherit;
}

/*****Zone de texte principale*****/
.principal {
position: absolute;
top:277px;
left:300px;
width:690px;
height:1850px;
/*pour Internet Explorer*/
voice-family: "\"}\"";
voice-family: inherit;
}

/*****Introduction du contenu dans la fenetre principale*****/
object {width:690px; height: 1750px;}

/****Copyright sur toutes les pages****/
.bandeCopyright {
position: absolute;
top: 1800px;
height: 14px;
left: 0px;
width: 1000px;
background: rgb(230,229,227);
/*pour Internet Explorer*/
voice-family: "\"}\"";
voice-family: inherit;
}
.copyright {
position: absolute;
top: 1px;
bottom: 0px;
left: 0px;
right: 0px;
padding-left: 10px;
color: grey;
font-size: 9px;
font-family: Arial, sans-serif;
text-align: left;
}

/*****Creation boutons*****/
a.bouton{
padding-top:3px;
padding-bottom:3px;
padding-right:40px;
padding-left:40px;
}

a.bouton:link{
width:150px; 
height:50px; 
text-decoration:none;
color:rgb(100,23,23);
text-align:center;
font-weight:bold;
background-color:rgb(230,229,227);
}

a.bouton:visited{
width:150px; 
height:50px;
text-decoration:none; 
color:rgb(100,23,23);
text-align:center;
font-weight:bold; 
background-color:rgb(160,154,142);
}

a.bouton:hover{
width:150px; 
height:50px; 
text-decoration:none;
color:white; 
text-align:center; 
font-weight:bold; 
background-color:rgb(160,154,142);
}