html {
	font-size: 100%; /* Voir -> Note 1 à la fin de la feuille de styles. */
}
body {
	padding: 0; /* Note -> 2 */
	margin: auto;
	color: #444;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*background: url(images/fondBody.png) repeat;*/
	width: 100%;
	font-size: 100%;
	background: #fcd0a1;
}

a { 
	text-decoration: none;
	color: #f6840b;
}
a:hover {
	text-decoration: underline;
}

img {
	border: 0;
	padding: 0px;
	margin-right: 0px;
	}
h1 { 
	font-size: 24px ;
	color: #0055AA;
}
h2 {
	font-size: 16px;
	text-align: center;
	color: #74354d;
}
p.prix {
	text-indent: 1em;
	}
h3 {
	font-size: 10px;
	text-align: center;
	font-style: italic;
}
#login {
	font-size: 0.8em;
	margin-top: -5px;
	}
.contenuContact label {
	float: left;
	width: 30%;
	font-size: 12px;
	}
.contenuContact input {
	float :right;
	width: 60%;
	}
.contenuContact .login input {
	width: 97%;
	}
#top {
	height: 150px;
}
#left {
	float: left;
	width: 590px;
	background: url("../images/ombre_bas.jpg") no-repeat scroll bottom center;
	}
#right {
	margin: 0px;
	padding-top: 5px;
	float: right;
	width: 200px;
	background: #79dad7;
	padding-bottom: 5px;
	border-right: 1px solid #fff;
	height: inherit;
	}
#right img {
	border: 0;
	margin:20px 0 0 40px;
	}
#banniere { 
	background: #fff url("../images/banniere.png")  no-repeat scroll top center;
	height: 100px;
	margin: 0px;
 }
 .recherche {
	float: right;
	}
#menu {
	height: 30px;
	background: #444444 url(../images/menu.png) repeat-x;
	padding: 0px 0 0 0;
	width: 100%;
	margin-top: 0px;
	position: relative;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
#menu img {
	margin-top: 5px;
	}
#menu a {
	line-height: 30px;
	height: 30px;
	margin: 0px;
	margin-right: 1px;
	padding: 0px;
	float: left;
	width: 110px;
	text-align: center;
	font-size: 0.8em;
	}
#menu em a {
	background: url(../images/ongletActif.png) no-repeat scroll top center;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	/*-moz-border-radius: 7px;*/
	}
#menu a.actus {
	color: #79dad7;
	font-family: Helvetica,sans serif;
	font-size: 0.8em;
	}

#menu a:hover {
	background: url(../images/ongletActif.png) no-repeat scroll top center;
	font-weight: bold;
	/*-moz-border-radius: 7px;*/
	text-decoration: none;
	}

	
#banniere h1 {
	display:none;
	text-align: center;
}
#wrapper {
	background: url(../images/fondWrapper.png) repeat-y;;
	margin: auto;
	width: 820px;
	}
#container {
	border: 2px solid #fff;
	padding: 0px;
	margin: auto;
	width: 800px;
	background: #fff url(../images/fondContainer.png) repeat-y;
	}
#menuActus {
	float: left;
	width: 120px;
	margin: 0px;
	}
ul.menu_secondaire {
	color:#3E85D3;
	font-family:"Arial",sans-serif;
	font-size:0.8em;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding: 2px;
	background: url(../images/fondCategorie.png) no-repeat;
	min-height: 200px;
}
ul.menu_secondaire li {
	margin-left: 0px;
	margin-bottom: 2px;
	padding-left: 10px;
	}
#principal {
	/*background: #fff url(../images/message.png) no-repeat scroll top right;*/
	background: #fff url("../images/ombre_gauche.jpg") no-repeat scroll top left;
	margin-top: 10px;
	padding: 1px;
	height: auto;
	}
#principal p {
	font-size: 14px;
	text-align: justify;
	}
p.actu {
	text-align: center;
	padding: 10px;
	}
.boiteExemple {
	background: #fff;
	width: 382px;
	float: left;
	margin: 0px;
	}

.exemple {
	float: left;
	width: 48%;
	min-height: 250px;
	border: 1px solid #74354d;
	padding: 2px;
	margin: 2px;
	background: #ddd;
}
.exemple:hover{
	background: #fff;
	}
.exemple a {
	font-size: 0.7em;
	text-decoration: none;
	}
.exemple h1 {
	color: #f6840b;
	font-size: 12px;
	background: #444 url(../images/menu.png) repeat-x;
	padding: 2px;
	margin: 0 0 5px 0;
	}
.realisations {
	background: #ddd;
	display: block;
	padding: 1%;
	}


.contact p {
	font-size: 12px;
	padding-left: 5px;
	}
.contact {
	width: 190px;
	padding: 5px;
	margin: 0;
	}
object {
	margin-left: 50px;
	}
.contact h2 {
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	margin:5px 3px 0px 3px;
	background: url(../images/menuEncadre.png) no-repeat scroll top center;
	}
.contact h4 {
	color: #444;
	padding: 5px 0;
	}
.partenaire h2 {
	background: url(../images/menuPartenaire.png) no-repeat scroll top center;
	}
.superContact {
	background: #fff;
	width: 200px;
	
	}
.contenuContact {
	/*background: #f6840b url(../images/contenuContact.png) no-repeat scroll top center;*/
	background: #feeecc;
	border: 1px solid #777;
	color: #444;
	padding: 0px 2px 5px 2px;
	width: 180px;
	margin: 0px 0px 0 2px;
	-moz-border-radius: 0.2em;  
    -webkit-border-radius: 0.2em;
    border-radius: 0.2em;  
	}
#right .contenuContact p img {
	margin: 0;
	margin-right: 2px;
	float: left;
	}

.contenuContact p {
	margin-top: 5px;
	}
#message {
	padding: 5px 20px 10px 20px;
	margin: 2px 0px 2px 0px;
	background: url("../images/ombre_bas.jpg") no-repeat scroll bottom right;
}
.messageActus {
	padding: 2px;
	margin: 10px 5px 0px 5px;
	float: left;
	width: 430px;
	background: url("../images/ombre_bas.jpg") no-repeat scroll bottom center;
}
.messageActus h3 {
	text-align: left;
	}
span {  
	font-size: 24px;
	padding: 0;
	margin-left: 0.5em;
	color: #79dad7;
	font-weight: bold;
}
.affichage {
	margin: 5px;
	border: 1px solid #444;
	-moz-border-radius: 1em;  
    -webkit-border-radius: 1em;
    border-radius: 1em;  
	}
.logiciel {
	float :left;
	width: 45%;
	background: #feeecc;
	font-size: 0.8em;
	padding: 1%;
	min-height: 220px;
	}
.logiciel li {
	margin-top: 3px;
	}
.logiciel h4 {
	font-size: 0.8em;
	text-align: right;
	}
.logicielDetail {
	background: #fff;
	font-size: 0.8em;
	padding: 1%;
	}
.logiciel h1 {
	font-size: 12px;
	line-height: 12px;
	}
.logiciel ul {
	margin: 0;
	padding: 0;
	}
hr {
	color: #444;
	width: 80%;
	display: none;
	}
.tarifs p, .exemple p { 
	font-size: 12px;
	margin-left: 1em;
	margin-right: 0.5em;
	text-align: left;
}

h4 { /* style des en-tête et en-pied */
	font-size: 16px; /* taille de la police */
	margin: 0; /* pas de marge : colle aux bords de l'écran */
	color:white;/* couleur de fonds */
	text-align:center ; /* le texte est centré */
	font-style: italic;
	}
#clearer {
	clear: both;
	height: 0px;
	}
.clearer {
	clear: both;
	height: 0px;
	}
#pied {
	background: #444;
	color: #e95201;
	padding: 0px 0 2px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	}
#pied img {
	border: 0px;
	}
#pied h3 {
	color: #fff;
	margin: 0;
	}
#pied h2 {
	text-align: center;
	font-style: italic;
	margin-top: -5px;
	}
	
/*--- references ---*/

#references #crea{
	min-height: 250px;
	position: relative;
}
#references #crea h2{
	font-family: Georgia, serif;
	font-size: 1.2em;
	font-style: italic;
	color: #79dad7;
	text-align: left;
}
#references #crea li{
	position: absolute;
	top: 0;
	left: 0;
}

#references .detail{
	width: 250px;
	float: left;
	margin: 5px 5px 0 0px;
}

#references .detail h2{
	font-family: Georgia, serif;
	font-size: 1.2em;
	font-style: italic;
	color: #79dad7;
	text-align: left;
}

#references .detail p{
	margin: 15px 0 15px 0;
}

#references .detail p span{
	color: #000;
}

/*#references .detail a{
	display: block;
	text-indent: -9999px;
	width: 132px;
	height: 35px;
	background: url('../images/btn-voir.png') no-repeat 0 0;
}*/

#references .detail a:hover{
	background-position: 0 -36px;
}
.lien {
	color: #f6840b;
	font-style: italic;
	}
#references .illustration{
	width: 250px;
	height: 250px;
	float: left;
	margin: 10px 0 0 0px;
	background: url('../images/bg-illustration.png') no-repeat;
}

#references .illustration img{
	display: block;
	float: left;
	margin: 5px 0 0 10px;
}

#references #tri{
	width: 560px;
	height: 90px;
	margin: 80px 0 20px -10px;
	border: 1px solid #ccc;
}

#reference a {
	text-decoration: none;
	}
#references #tri a{
	color: transparent;
	}
#references #tri a.btn-tri{
	width: 30px;
	height: 30px;
	display: block;
	float: left;
	text-indent: -999px;
	margin: 30px 5px 0 5px;
	background: url('../images/btn-tri.png') no-repeat;
}

#references #tri a.btn-tri:hover{
	background-position: 0 -37px;
}

#references #tri a#btn-next{
	background-position: -37px 0;
	margin: 30px 0 0 10px;
}

#references #tri a#btn-next:hover{
	background-position: -37px -37px;
}

#references #slidebox{
	width: 480px;
	overflow: hidden;
	float: left;
	margin: -13px 0 0 0;
}

#references #slidebox #vignette{
	width: 2000px;
}

#references #slidebox #vignette li{
	display: inline;
	float: left;
}

#references #slidebox #vignette li a{
	width: 90px;
	height: 75px;
	display: block;
	border: 5px solid #7a716b;
	margin: 0 10px 0 0;
}

#references #slidebox #vignette li a:hover,
#references #slidebox #vignette li a.active{
	border: 5px solid #47bad7;
}

ul {
	list-style-type: none;
	}
	
/*actus du web*/
.accroche {
	float: left;
	padding: 5px;
	}
.texte {
	margin: 0;
	margin-left: -30px;
	}
.texte a:hover{
	text-decoration: underline;
	}
ul.texte li {
	float: left;
	width: 435px;
	color: #4b4949;
	padding: 5px;
	background:  url(../images/fondarticle.jpg) repeat-x scroll bottom;
	list-style-type: none;
	min-height: 150px;
	border: 1px solid #444;
	margin-bottom: 10px;
}
ul.texte li h1 {
	font-size: 1em;
	color: #4b4949;
	background: #e7e4e4;
}
ul.texte li h2 {
	font-size: 0.8em;
	color: #4b4949;
	line-height: 20px;
	text-align: left;
}
.texte h4 {
	font-size: 0.8em;
	color: #4b4949;
	text-align: right;
}
.texte h3 {
	text-align: left;
	}
.resume {
	font-size: 0.8em;
	font-style: italic;
	font-weight: bold;
	color: #990000;
	margin-left: 1em;
	padding-left: 1em;
	}
.detail2 {
	margin-left: 0px;
	}
ul.detail2 {
	margin-bottom: 20px;
	}
ul.detail2 li {
	padding: 0.5em;
	list-style-type: none;
	margin-left: -40px;
}
.detail2 {
	background: #fff url(../images/fondarticle.jpg) repeat-x scroll center bottom;
	}
.detail2 h1 {
	background: #fff url(../images/fondcategorie.png) repeat-x scroll 0px 1px;
	color: #4b4949;
	font-size: 1.1em;
	margin: 0;
	padding: 2px;
	}
.detail2 p.resume {
	color: #990000;
	}
.detail2 p {
	font-size: 1em;
	text-align: justify;
	color: #000;
	}
.detail2 h3 {
	font-size: 0.6em;
	text-align: left;
	}
a.titre {
	color: #444;
	font-size: 1.4em;
	}
a.categorie {
	color: #f6840b;
}
h1.titre { 
	font-size: 1.2em;
	color: #f6840b;
	background: #eee;
	border: 1px solid #777569;
	-moz-border-radius-topleft: 0.5em;
	-webkit-border-top-left-radius: 0.5em;
	-moz-border-radius-topright: 0.5em;
	-webkit-border-top-right-radius: 0.5em;
    border-radius: 0.2em;  
	padding: 2px 5px 2px 5px;
	width: 435px;
	margin: 0 0 -1px 10px;
	}
h1.titreSecondaire { 
	font-size: 1em;
	color: #f68400;
	background: #fff;
	border: 1px solid #777569;
	-moz-border-radius-topleft: 0.5em;
	-webkit-border-top-left-radius: 0.5em;
	-moz-border-radius-topright: 0.5em;
	-webkit-border-top-right-radius: 0.5em;
	padding: 2px 5px 2px 5px;
	width: 435px;
	margin: 0 0 5px 10px;
	}
.pdf {
	font-size: 10px;
	}
.pdf input{
	font-size: 10px;
	}
.admin {
	font-size: 10px;
	color: #4b4949;
	text-align: right;
	line-height: 1.2em;
}
/*tagcloud*/
#pg1 {
	text-decoration:none;
	font-size:10px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
}
.tagcloud ul {
	margin: 0;
	padding: 0;
	}
.tagcloud {
	background-color: #79dad7;
	border: 1px solid #BFBFBF;
	padding: 5px;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
}
.tagcloud h2 {
	background: #444;
	color: #fff;
	border: 1px solid #fff;
	margin-top: 0;
	}
.tagcloud a {
	text-decoration:none;
}
.tagcloud a:hover {
	text-decoration:none;
	background-color:#b3b3b3;
	color:#ffffff;
}
#tagcloud {
	background-color: #eee;
	border: 1px solid #BFBFBF;
	padding: 5px;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
}
#tagcloud h2 {
	background: #444;
	color: #fff;
	border: 1px solid #fff;
	margin-top: 0;
	}
#tagcloud a {
	text-decoration:none;
}
#tagcloud a:hover {
	text-decoration:none;
	background-color:#b3b3b3;
	color:#ffffff;
}
.pg1-1 {
	color:#AA3406;
	font-size: 18px;
}
.pg1-2 {
	font-size: 14px;
	color:#070089;
}
.pg1-3 {
	font-size: 22px;
	color:#BF2470;
}
.pg1-4 {
	font-size: 10px;
	color:#333333;
}
.pg1-5 {
	font-size: 12px;
	color:#FF3300;
}
/* les span des erreurs de formulaire */
form span { 
  color: #C60017;
  font-size: x-small;
  background: #fff;
}
.formulaire textarea,input,select {
	padding: 1px;
	margin-top: 3px;
	background: #fff url(../images/fondFooter.png) repeat-x scroll top;
	color: #8c6969;
	font-size: 10pt;
	border: 1px solid #00346a;
	}
.formulaire fieldset {
	padding: 1em;
	margin-top: 20px;
	border: 2px solid #00346a;
	}
.moteur input.image {
	border: 0px;
}
.formulaire label {
	font-style: italic;
	font-size: 1em;
	color: #4b4949;
	display: inline;
	float: left;
	width: 150px;
	padding: 1px;
	margin-top: 3px;
	}
.tags {
	background: #eee;
	border: 1px solid #ddd;
	}
.liens {
	font-size: 0.8em;
	padding-left: 1em;
	width: 420px;
	margin-bottom: 5px;
	}
ul.texte li h1.titreActus {
	font-size: 1.2em;
	border: 0px;
	background: #fff;
	}
.newsticker {
      color : #fff;
        list-style-type: none;
        background: #fff url(../images/fondNews.png) no-repeat scroll top center;
        padding: 1px 3px 0px 3px;
        margin: 0;
		line-height: 29px;
		height: 29px;
		border-width: 1px 0px 1px 0px;
		border-color: #777;
		border-style: solid;
		border: 0px;
}
.newsticker a em {
	font-style: italic;
	color: #f6840b;
	padding-left: 0.5em;
	}
.newsticker a {
	color: #444;
	font-size: 0.8em;
	}
#slide {
	float :left;
	width: 250px;
	padding: 5px;
	margin-right: 15px;
	}
#slide h1 {
	font-size: 18px;
	color: #f6840b;
	}
#slideshow {
	background: #fff;
	width: 250px;
	height: 230px;
	}
.slideshow {
	background: #fff;
	width: 250px;
	height: 230px;
	}
	
/* css pour la tooltip lien avec preview */
#screenshot{
        position:absolute;
        border:1px solid #ccc;
        background:#333;
        padding:5px;
        display:none;
        color:#fff;
}
/* css pour la tooltip image preview */
#preview{
        position:absolute;
        border:1px solid #ccc;
        background:#333;
        padding:5px;
        display:none;
        color:#fff;
}
/* css pour la tooltip normal */
#tooltip{
        position:absolute;
        border:1px solid #333;
        background:#f7f5d1;
        padding:2px 5px;
        color:#333;
        display:none;
}

.code {
	background: #444;
	color:#eee;
	font-family: courier,sans serif;
	}
.ligne {
	background:#eee none repeat scroll 0 0;
	border-top:1px solid #ccc;
	margin-top:1px;
	padding:2px 1px;
	/*height: 28px;*/
	line-height: 28px;
}
.ligne label {
	float :left;
	width: 220px;
	color: #444;
	}
