* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 100.1%;
}

ul {
	list-style: none;
}

body {
	background-color: #fff;
	font-family: Arial, sans-serif;
}

a {
	color: #6c6c6c;
}

a:hover {
	color: #000;
}

/************** En-tête *************/

#entete {
	background-image: url(../images/points.gif);
	background-position: center top;
	position: relative;
	z-index: 100;
}

/************** Logo **************/

h1 {
	height: 93px;
	width: 100%;
	background: #fff url(../images/lignegrise.gif) left 90px repeat-x;
}

h1 a {
	display: block;
	height: 61px;
	width: 186px;
	position: relative;
	left: 50%;
	top: 19px;
	margin-left: -348px;
	background: transparent url(../images/logo-leonard.gif) top left no-repeat;
	text-indent: -9999px;
}

/**************** Menus **************/

#menu {
	position: relative;
	left: 50%;
	margin-left: -530px;
	width: 1060px;
	background: transparent url(../images/fond-menu.gif) top center repeat-y;
}

#accueil #menu {
	height: 271px;
}

.interne #menu {
	height: 191px;
}

/************* Menu des utilitaires **************/

#menu #utilitaires {
	position: absolute;
	right: 150px;
	border-right: 1px solid #cfcfcf;
	list-style-type: none;
}

#accueil #menu #utilitaires {
	bottom: 273px;
}

.interne #menu #utilitaires {
	bottom: 193px;
}

#menu #utilitaires li {
	float: left;
	padding: 0.38em 1.2em 0.38em 0.4em;
	font-size: 0.63em;
}

#menu #utilitaires a {
	text-decoration: none;
	color: #000;
	padding-left: 0.7em;
}

#menu #utilitaires a:hover {
	text-decoration: underline;
	background: transparent url(../images/fleche.gif) center left no-repeat;
}


/************* Menu principal ****************/

#menu #principal {
	margin: 0 auto;
	width: 610px;
	padding-left: 450px;
	background-position: 400px bottom;
	background-repeat: no-repeat;
}

#menu #principal li {
	font-size: 0.63em;
	list-style-type: none;
	float: left;
}

#menu #principal a {
	display: block;
	position: relative;
	text-decoration: none;
	color: #fff;
	width: 137px;
	height: 45px;
	line-height: 45px;
	text-align: center;
}

#menu #principal a:hover {
	color: #79D200;
}

#menu #principal a.selection {
	color: #fff;
	background: transparent url(../images/bouton.gif) top left repeat-x;
}

#menu #principal span {
	padding: 16px 2.5em 16px 0;
}

#menu #principal a span {
	background: transparent url(../images/carre.gif) 2.2em center no-repeat;
}

#menu #principal a:hover span {
	color: #fff;
}

/************ Citations *****************/

#citation {
	position: absolute;
	bottom: 18px;
	left: 806px;
	width: 85px;
	font-size: 0.69em;
	color: #79D200;
	font-weight: bold;
}

#citation span {
	font-weight: normal;
	display: block;
	width: 85px;
	text-align: right;
	padding-top: 14px;
}

/************ Image de fond en fonction de la page ***************/

#accueil #menu #principal {
	height: 271px;
	background-image: url(../images/photo-accueil.jpg);
}

.interne #menu #principal {
	height: 191px;
}

#services #menu #principal {
	background-image: url(../images/photo-services.jpg);
}

#realisations #menu #principal {
	background-image: url(../images/photo-realisations.jpg);
}

#entreprise #menu #principal {
	background-image: url(../images/photo-entreprise.jpg);
}

#contact #menu #principal {
	background-image: url(../images/photo-contact.jpg);
}

/***************** Introduction *******************/

#introduction {
	position: absolute;
	top: 91px;
	left: 50%;
	margin-left: -380px;
	width: 210px;
	height: 203px;
	padding: 50px 20px 20px 20px;
	background: #000 url(../images/fond-intro.jpg) left 3px no-repeat;	
}

#introduction h2 {
	color: #fff;
	font-size: 1.25em;
}

#introduction p {
	color: #B2B2B2;
	font-size: 0.69em;
	padding-top: 0.94em;
	line-height:15px;
}

/***************** Contenu **********************/

#contenant {
	background: transparent url(../images/ombrage.gif) bottom left no-repeat;
	margin: 0 auto;
	overflow: hidden;
	width: 950px;
}

/**************** Colonne de gauche ***************/

#colonne-gauche {
	padding-left: 95px;
	float:left;
	width: 250px;
}

.interne #colonne-gauche {
	margin-top: 80px;
}

/**************** Menu secondaire ****************/

#secondaire {
	width: 248px;
	background: #ebebeb;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	position: relative;
}


#secondaire li a {
	display: block;
	color: #79d200;
	border-bottom: 1px dotted #909090;
	line-height: 3em;
	font-size: 0.69em;
	padding-left: 20px;
	font-weight: bold;
	width: 228px;
}

#secondaire li a.selection {
	background: transparent url(../images/fleche-secondaire.gif) 224px center no-repeat;
}

#secondaire li a:hover {
	color: #000;
}

#secondaire .secondaire2{
	line-height: 1.1em;
	font-size: 0.69em;
	background: #fafafa;
	padding-top: 1em;
}

#secondaire .secondaire2 span.titre{
	padding-left: 20px;
} 
  
#secondaire ul {
	border-bottom: 1px dotted #909090;
	padding: 0em 0 1.5em 20px;
	width: 228px;
	margin-top: 0;
}

#secondaire ul li a {
	border-bottom: none;
	line-height: 1.1em;
	color: #6C6C6C;
	padding: 0.5em 0 0 16px;
	font-size: 1em;
	font-weight: normal;
	width: 212px;
}

#secondaire ul li a.selection {
	background: transparent url(../images/fleche-secondaire.gif) 204px center no-repeat;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}


/*************** Contenu gauche *****************/

#contenu-gauche {
	width: 248px;
	background-color: #fff;
	border-left: 1px solid #CFCFCF;
	border-right: 1px solid #CFCFCF;
	padding-bottom: 9999px;
	margin-bottom: -9989px;
}

/*************** Publicités internes ****************/

#contenu-gauche h3 {
	width: 219px;
	margin: 0 9px 0 9px;
	border-bottom: 1px dotted #909090;
	color: #79D200;
	font-weight: bold;
	padding-left: 11px;
	padding-bottom: 3px;
	padding-top: 20px;
	font-size: 0.69em;
}

#contenu-gauche h3 a {
	color: #79D200;
}

#colonne-gauche .pubinterne li {
	margin: 0.5em 0 0 36px;
	font-size: 0.69em;
	line-height: 1.1em;
	color: #6C6C6C;
}

#colonne-gauche li .client_no_link a {
 text-decoration: none;
}


#colonne-gauche .pubinterne li a:hover, #contenu-gauche h3 a:hover, #contenu-gauche .client_no_link a:hover {
	color: #000;
}

/*************** Adresse **************************/

address {
	margin: 0.3em 0 10px 36px;;
}

address span {
	font-style: normal;
	font-size: 0.69em;
	display: block;
	color: #6C6C6C;
	line-height:16px;
}

address span.tel {
	color: #79D200;
}

address span.tel strong {
	color: #000;
	font-weight: normal;
}


/**************** Colonne de droite ****************/

#colonne-droite {
	background-image: transparent url(../images/degrade-photo.gif) center top repeat-x;
	float:left;
	width: 510px;
}

#colonne-droite h2 {
	background-image: url(../images/fond-titre.gif);
	background-repeat: repeat-x;
	height: 1.3em;
	border-right: 1px solid #CFCFCF;
	color: #afaeae;
	padding: 7px 0 0 50px;
	font-size: 1.5em;
	line-height: 1.5em;
	
}	

#colonne-droite h2.nouvelleaccueil {
  padding-left: 30px;
}


#contenu-droite {
	padding-bottom: 9999px;
	margin-bottom: -9989px;
	border-right: 1px solid #CFCFCF;
	padding-top: 25px;
}

#contenu-droite h3 {
	font-size: 0.69em;
	font-weight: bold;
	color: #79D200;
}

#contenu-droite p {
	font-size: 0.69em;
	padding-bottom: 1em;
	color: #6C6C6C;
}

#contenu-droite h5 {
  text-align: center;
	padding: 0 0 25px 0px;
	font-size: 0.90em;
	color: #6C6C6C;
}


#contenu-droite ul.standard li {
	font-size: 0.69em;
	padding-bottom: 0.5em;
	color: #6C6C6C;
	list-style: disc url(../images/petitcarre.gif);
	margin-left: 30px;
}

#contenu-droite ul.standard {
	padding-bottom: 0.5em;
}

#contenu-droite h3, #contenu-droite p, #contenu-droite ul.standard {
	padding-left: 50px;
	padding-right: 50px;
}

/*************** Accueil ******************/

#listeNouv {
	padding: 0 50px;
}

#listeNouv .nouv {
	overflow: hidden;
}

#listeNouv .nouv p {
	padding: 0;
}

#listeNouv .nouv h4 a {
	font-size: 0.69em;
	color: #79D200;
}


#listeNouv .nouv h4 a:hover {
	color: #000;
}

#listeNouv .nouv .date {
	float: left;
	width: 100px;
}

#listeNouv .nouv .descNouv {
	float:left;
	padding-bottom: 1em;
	width: 300px;
}

#contenu-droite p.nouvInd.date {
	padding-bottom: 2em;
}

h3.nouvInd {
	padding-bottom: 1em;
}

/*************** Réalisations ******************/

#listeReal{
}

#listeReal img {
	float: left;
	border: 1px solid #CFCFCF;
}

#listeReal .encours img {
	float: left;
	border: 0;
}

#listeReal li {
	padding-bottom: 18px;
	padding-left: 50px;
	overflow: auto;
	width: 458px;
}

#listeReal h4 {
	padding: 6px 0 0 107px;
	font-size: 0.69em;
	color: #79D200;
}


#listeReal .titre a {
 color: #79D200; 
}

#listeReal .titre  a:hover{
 color: #000; 
}


#listeReal p {
	font-size: 0.69em;
	padding-left: 107px;
	padding-bottom: 0;
	color: #6C6C6C;
}


#listeReal .type a {
	font-weight: bold;
	text-decoration: none;
}

#listeReal .descCourte {
	padding-top: 0.69em;
}

#realInd {
	text-align: center;
}

#realInd img {
	margin-top: 6px;
	margin-bottom: 35px;
}

#realInd dl {
	background: transparent url(../images/degrade-photo.gif) center top repeat-x;
	padding: 28px 0 0 50px;
	font-size: 0.69em;
	color: #6C6C6C;
	text-align: left;
}

#realInd dt {
	float: left;
}

#realInd dd {
	margin-left: 100px;
	margin-bottom: 1em;
	padding-right: 50px;
}

#realInd #client a, #realInd #mandat h4 {
	color: #79D200;
	font-weight: bold;
	font-size: 1em;
}

#realInd #client a:hover {
	color: #000;
}

#realInd dd#mandat p {
	padding: 0;
	font-size: 1em;
}

#realInd #siteweb {
	font-size: 1.5em;
	margin-left: 3.05em;

}


#realInd #expertise {
	font-size: 1.5em;
	margin-left: 3.05em;
}


#realInd #expertise p, #realInd #siteweb p {
padding-bottom: 0px;
}
/************** Équipe ******************/

#listeEquipe {
	margin-left: 50px;
}

#listeEquipe li {
	overflow: auto;
	width: 458px;
}

#listeEquipe img {
	float: left;
}

#listeEquipe p {
	padding: 0;
}

#listeEquipe .poste {
	font-weight: bold;
}

#listeEquipe h4 {
	color: #79D200;
	font-size: 0.69em;
}

#listeEquipe .courriel, #listeEquipe h4 {
	padding-top: 1em;
}

#listeEquipe p, #listeEquipe h4 {
	margin-left: 118px;
}

#listeEquipe li {
	padding-bottom: 20px;
}

/*************** Fil d'ariane ****************/

#ariane {
	border-right: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
	line-height: 1.5em;
	padding-left: 50px;
	font-size: 0.63em;
	color: #6C6C6C;
}	

#ariane a {
	text-decoration: none;
	color: #6C6C6C;
}

#ariane a:hover {
	text-decoration: underline;
	color: #000;
}

/*************** Pied de page ***************/

#pieddepage {
	clear: both;
	width: 950px;
	position: relative;
	left: 50%;
	margin-left: -475px;
	border-top: 1px solid #CFCFCF;
}

#pieddepage p {
	text-align: center;
	color: #9D9D9D;
	font-size: 0.63em;
	padding: 0.63em 0 0.63em 0;
}

/****************************** Pagination ************************/

#navigation_pager{
	position: relative;
  float: right;
  top:  -66px;
  padding-right: 10px;
	font-size: 0.63em;
	color: #000;
}

#navigation_pager img {
	border: 0px solid #CFCFCF;
}
#navigation_pager a {
	display: inline;
	text-decoration: none;
	color: #000;
}

#navigation_pager a:hover {
	text-decoration: underline;
	color: #000;
}


/****** Fil Rss ****/

#listeRss {
	padding: 0 50px 0 50px;
	
}

#listeRss a {
  color: #79D200;
	text-decoration: underline;
	font-size: 0.79em;
}

#listeRss p {
	font-size: 0.69em;
	color: #9D9D9D;
	padding: 5px 0 15px 0;
}

#listeRss img{
	border: 0px;
}	
	
#listeRss a:hover{
	color: #000;
	text-decoration: underline;
}

.filRss{

 }
 
.filRss img{
	border: 0;
	float: left;
	margin: 10px 4px 0 0;
}

/****   service et Entreprise   *****************/

#contenu-static {
	padding-bottom: 9999px;
	margin-bottom: -9989px;
	border-right: 1px solid #CFCFCF;
	padding-top: 15px;
}

#contenu-static h3 {
	font-size: 0.69em;
	font-weight: bold;
	color: #79D200;
	padding-bottom:5px;
  padding-top:15px;
}

#contenu-static p {
	font-size: 0.69em;
	padding-bottom: 1em;
	color: #6C6C6C;
	line-height:16px;
}

#contenu-static ul.standard li {
	font-size: 0.69em;
	padding-bottom: 0.5em;
	color: #6C6C6C;
	list-style: url(../images/bullet_service.gif);
	margin-left: 30px;
}




#contenu-static ul.standard {
	padding-bottom: 0.5em;
}

#contenu-static h3, #contenu-static p, #contenu-static ul.standard {
	padding-left: 50px;
	padding-right: 50px;
}

/***************************** Contact ***********************/

#formulairecontact {
	font-size: 0.69em;
	padding: 0 1em;
}

#formulairecontact form {
	margin: 0;
	overflow: hidden;
}

#formulairecontact div {
	margin: 0 .5em;
}

#formulairecontact .erreur {
	color: #ff0000;
	margin-bottom: 10px;
	padding-left: 95px;
}

#formulairecontact label {
	color: #79D200;
	cursor:pointer;
	display: block;
	font-weight: bold;
	width: 75px;
	float: left;
	margin-bottom: 10px;
	padding-right: 20px;
}

#formulairecontact input, #formulairecontact textarea {
	background: #ededed none repeat scroll 0%;
	border: 1px solid #909090;
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 10px;
	padding: 2px;
}

#formulairecontact textarea {
	height: 100px;
	width: 265px;
	font-size: 1em;
	font-family: Arial;
}

#formulairecontact label:focus, #formulairecontact input:focus, #formulairecontact textarea:focus {
	background: #fff none repeat scroll 0%;
	border: 1px solid #909090;
}

#formulairecontact .send input {
	width: 50px;
	margin-left: 95px;
	font-size: 1em;
	font-family: Arial;
}

/***************************** Admin ************************/

.nouvelle {
  padding: 10px;
  float: left;
}

/**************************  Photo and Link  ********************/

#photo {
	height: 425px;
}

#inner-photo {
	background: transparent url(../images/chargement.gif) center center no-repeat;
	height: 390px;
	margin: 0 auto;
	width: 450px;
}

#photo img {
	margin:.2em 0;
}

#photo #link
{
	font-size: 0.69em;
	margin: 0 0 .5em 420px;
	text-align:left;
	overflow: hidden;
}


#photo #link img
{
	border: 0;
	float:left;
	margin: 0 .2em 0 0;
}

/************************** classes ********************/

.clear {
	clear: both;
	overflow: hidden;
	}
