/* --- Général --- */

* {

	padding: 0;

	margin: 0;

}

body {

	text-align: center;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	color: #000;

	background: #CCCCCC;

	font-size: 11px;

}

img {

	border: none;

}

p {

	line-height: 140%;	

}

a {

	text-decoration: none;

}

a:hover {

	text-decoration: underline;

}



/* --- gabarit --- */


#chargement {
   
   position:relative;

   left: 10px; 

   top: 10px;

   border: none;

   width: 180px;

   height: 94px;
   
   background-color:#000000;

  }
  
div#page {

	width: 970px;

	text-align: left;

	margin: 0 auto;

	padding: 0 0 10px 0;

	background: #fff;

}

div#logo {

	text-align: right;

	padding: 20px 48px 5px 0;

}

#logo-print {

	display:none;
	
}

/* --- menu principal --- */

div#menu {

	padding: 0 0 0 57px;

	height: 40px;

	background: #fff;

	text-align: center;

}

div#menu ul li {

	display: block;

	float: left;

	padding: 0 17px 0 8px;

	background: url(../images/puce-menu-1-gris.png) no-repeat left top;

}

div#menu ul li a {

	color: #7b7d7f;

	font-size: 10px;

	background: url(../images/puce-menu-2-gris.png) no-repeat right center;

	display: block;

	float: left;

	padding: 6px 10px 3px 0;

	text-transform: uppercase;

	font-weight: normal;

	text-decoration: none;

}

div#menu ul li a:hover {

	color: #7b7d7f;

}

div#menu ul li.last {

	padding: 0 0 0 8px;

}

div#menu ul li.bleu {

	background: url(../images/puce-menu-1-bleu.png) no-repeat left center;

}

div#menu ul li.bleu a {

	background: url(../images/puce-menu-2-bleu.png) no-repeat right center;

}

div#menu ul li.bleu a:hover {

	color: #0064c8;

}

div#menu ul li.vert {

	background: url(../images/puce-menu-1-vert.png) no-repeat left center;

}

div#menu ul li.vert a {

	background: url(../images/puce-menu-2-vert.png) no-repeat right center;

}

div#menu ul li.vert a:hover {

	color: #32c832;

}

div#menu ul li.rose {

	background: url(../images/puce-menu-1-rose.png) no-repeat left center;

}

div#menu ul li.rose a {

	background: url(../images/puce-menu-2-rose.png) no-repeat right center;

}

div#menu ul li.rose a:hover {

	color: #ff33d3;

}

div#menu ul li.orange {

	background: url(../images/puce-menu-1-orange.png) no-repeat left center;

}

div#menu ul li.orange a {

	background: url(../images/puce-menu-2-orange.png) no-repeat right center;

}

div#menu ul li.orange a:hover {

	color: #ff6400;

}

div#menu ul li.bleu-ciel {

	background: url(../images/puce-menu-1-bleu-ciel.png) no-repeat left center;

}

div#menu ul li.bleu-ciel a {

	background: url(../images/puce-menu-2-bleu-ciel.png) no-repeat right center;

}

div#menu ul li.bleu-ciel a:hover {

	color: #00b4ff;

}

div#contenu-index {

	background: url(../images/bgindex.jpg) no-repeat right bottom #000;

	height: 514px;

}

/* --- colonne gauche index --- */

div#contenu-index div#col1 {

	width: 280px;

	float: left;

	padding: 10px 0 0 0;

}

div#contenu-index div#col1 div {

	padding: 25px 0 14px 30px;

}

div#contenu-index div#col1 h2 {

	color: #00b3ff;

	font-size: 14px;

	padding: 0 0 3px 0;

}

div#contenu-index div#col1 h2 a {

	color: #00b3ff;

}

div#contenu-index div#col1 input.txt {

	background: url(../images/bginput.gif) no-repeat left top;

	border: none;

	height: 15px;

	width: 114px;

	font-size: 10px;

	padding: 1px 0 2px 6px;

	vertical-align: middle;

}

div#contenu-index div#col1 input.btn {

	background: url(../images/bginput-btn.gif) no-repeat right top;

	border: none;

	height: 18px;

	width: 17px;

	vertical-align: middle;

	cursor: pointer;

}

div#contenu-index div#col1 p {

	color: #fff;

	padding: 4px 0;

}

/* --- colonne droit index --- */

div#contenu-index div#col2 {

	width: 690px;

	float: left;

	/*A remettre après noel*/
	/*background: url(../images/slogan.gif) no-repeat right top;*/

}

div#contenu-index div#col2 div#box {

	width: 410px;

	position: relative;

	top: 120px;

	left: 0;

}

div#contenu-index div#col2 div#box div {

	width: 199px;

	padding: 2px 0 0 0;

}

div#contenu-index div#col2 div#box div.r {

	float: right;

	text-align: left;

}

div#contenu-index div#col2 div#box div.l {

	float: left;

	text-align: right;

}

div#contenu-index div#col2 div#box a {

	color: #fff;

	font-weight: bold;

	text-decoration: none;

	font-size: 13px;

}

div#contenu-index div#col2 div#box li {

	list-style: none;

	padding: 1px 0 0 0;

}

div#contenu-index div#col2 div#box a:hover {

	color: #848484;

	text-decoration: none;

}

div#contenu-index div#col2 div#box h1 a {

	font-size: 15px;

	font-weight: bold;

}

div#contenu-index div#col2 div#box h1.acces a {

	color: #499fec;

}

div#contenu-index div#col2 div#box h1.hebergement a {

	color: #63cc63;

}

div#contenu-index div#col2 div#box h1.telephonie a {

	color: #ff09ca;

}

div#contenu-index div#col2 div#box h1.securite a {

	color: #ff6600;

}

div#slogan-logo a{
	width:967px;
	font-size:22px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	color:#000000; 
	font-weight:900; 
	float:left; 
	margin-top:5px;
	margin-left:0px;
	height:39px; 
	padding: 0 0 0 0; 
	clear: both; 
	vertical-align:bottom;
}

div#slogan-logo a:hover{
	text-decoration:none;
}

/* --- references --- */

div#references {

	clear: both;

	padding: 20px 30px;

	height: 160px;

}

div#references div#ref-col1 {

	float: left;

	width: 660px;

}

div#references div#ref-col1 h2, div#references div#ref-col1 a, div#references div#ref-col2 h2 {

	color: #00b3ff;

	font-size: 12px;

	padding: 0 0 6px 0;

	font-weight: bold;

}

div#references div#ref-col1 p {

	color: #58585a;

	font-size: 12px;

	line-height: 140%;

	padding: 8px 0 0 0;

}

div#references div#ref-col2 {

	float: right;

	width: 200px;

}

div#references div#ref-col2 p {

	padding: 2px 0 0 0;

	clear: both;

}

div#references div#ref-col2 label {

	display: block;

	float: left;

	width: 90px;

}

div#references div#ref-col2 input.txt {

	background: url(../images/bginput-txt-log.gif) no-repeat left top;

	border: none;

	height: 14px;

	width: 74px;

	font-size: 10px;

	padding: 2px;

	vertical-align: middle;

}

div#references div#ref-col2 input.btn {

	background: url(../images/bginput-btn-log.gif) no-repeat left top;

	border: none;

	height: 18px;

	width: 20px;

	vertical-align: middle;

	cursor: pointer;

}

div#references div#ref-col2 a {

	color: #000;

	text-decoration: underline;

	font-size: 10px;

}

div#references div#ref-col2 a:hover {

	text-decoration: none;

}

/* --- footer --- */

div#footer {

	text-align: center;

	clear: both;

	margin: 0 30px;

}

div#footer ul {

	padding: 4px;

	background: #ebebeb;

}

div#footer ul li {

	display: inline;

	padding: 0 12px 0 0;

	margin: 0 10px 0 0;

	border-right: 1px solid #2b3336;

}

div#footer ul li a {

	color: #2b3336;

	font-size: 10px;

}

div#footer ul li.last {

	padding: 0;

	margin: 0;

	border: none;

}



div#text-typer {

	display: none;

}

div#zone-typer {

	height: 65px;

	font-size: 16px;

	font-weight: bold;

	font-family: Arial, Helvetica, sans-serif;

}



div#form-newsletter {

	display: none;

}
