/* CSS Document */

body{
    margin:0;
    padding:0;
    text-align:left;
    background-color:white;
    color:#464747;
    font-family:Tahoma, Geneva, sans-serif;
    font-size:11px;
    background-image:url(../images/interface/fond_body.gif);
    background-repeat:repeat-x;
    background-position:center top;
}

hr {
    clear: both;
    width: 100%;
    border: 0;
    border-bottom: 1px #CCCCCC solid;
    height: 1px;
}

a{
    color: #F06E4E;
}

a:hover{
    color: #F68501;
}

a:active{
	color:#2E73A9;
}

a:focus{
	outline:0;
}

h1, .h1{
    background-color:white;
    font-family:Tahoma, Geneva, sans-serif;
    font-size:28px;
    color: #419bcf;
    font-weight:normal;
    width:600px;
    margin:0;
    padding:3px 0 3px 0;
    line-height:1em;
}

h1.une{
    font-family:Tahoma, Geneva, sans-serif;
    font-weight:bold;
    font-size:20px;
    margin:0;
    padding:0;
    color:#000;
    color:#99B4D6;
    font-weight:bold;
    position:absolute;
    left:0;
    top:20px;
}

h2, .h2, h2 a, .h2 a{
    font-family:Tahoma, Geneva, sans-serif;
    font-weight:bold;
    font-size:12px;
    margin:0;
    padding:0;
	padding-left:10px;
    color:#666;
	line-height:1.2em;
}

h2 a:hover, .h2 a:hover{
    color:#999999;
    text-decoration:underline;
}

h3, .h3{
    font-family:Tahoma, Geneva, sans-serif;
    font-weight:bold;
    font-size:14px;
    margin:0;
    padding:0;
    color:#666;
}

h4, .h4{
    font: 1em Arial, Verdana, sans-serif;
    font-weight:normal;
    color:#EB7C0F;
    border-bottom:1px dotted #EB7C0F;
    display:inline;
}

h5, .h5{
    font: 1em Arial, Verdana, sans-serif;
    font-weight:normal;
    margin:0;
    padding:5px;
    font-size:11px;
    font-style:italic;
    border:1px solid #ccc;
}

h6, .h6{
    font: 1em Arial, Verdana, sans-serif;
    font-weight:normal;
    margin:0;
    padding-left:10px;
    font-size:11px;
    font-style:italic;
    border-left:8px solid #99B4D6;
}

h6 a, .h6 a{
    color:#c00;
}

h6.publie{
    font: 0.8em Arial, Verdana, sans-serif;
    padding:0;
    margin:0;
    color:#1B9DE0;
    margin-top:25px;
    position:absolute;
    top:0;
    left:0;
	border:none;
}

h6.publie a{
    font: 0.8em Arial, Verdana, sans-serif;
   	color:#1B9DE0;
    padding:0;
    margin:0;
    text-decoration:none;
	border:none;
}

h6.publie a:hover{
	color:#1B9DE0;
}

p{
	line-height:1.1em;
}

pre{
    font: 1em Arial, Verdana, sans-serif;
    font-weight:normal;
    margin:0;
    padding:0;
    background-color:white;
    border-top: 6px solid #99B4D6;
    border-bottom: 2px solid #99B4D6;
    margin-left:20px;
    margin-bottom:5px;
    padding-left:10px;
    clear:none;
    color:#666;
    font-style:italic;
    padding-bottom:5px;
    padding-top:5px;
    display: inline;
    width: 200px;
    float: right;
    font-size: 18px;
    text-align:right;
    white-space:normal;
}

#container{   
    position:relative;
    width: 986px;
    margin:0 auto;
    text-align:left;
    padding:0;
    margin-top:15px;
    color:#333;
    font-family:Tahoma, Geneva, sans-serif;
    font-size:12px;
	background-image:url(../images/interface/fond_container.gif);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:white;
}

#breadcrumb{
    font: 0.8em Tahoma, Geneva, sans-serif;
    height:25px;
    padding:0;
    margin:0;
    color:#999;
    margin-top:10px;
    position:absolute;
    top:0;
    left:0;
}

#breadcrumb a{
    font: 0.8em Tahoma, Geneva, sans-serif;
    color:#7D9096;
    padding:0;
    margin:0;
    text-decoration:none;
    height:10px;
}

/************** Haut de page **************/
#header{
    height:222px;
	width:979px;
    margin-left:4px;
	margin-bottom:0;
	background-image: url(../images/interface/header.jpg);
    background-repeat:no-repeat;
    text-decoration:none;
}

#header a{
    display:block;
    position:absolute;
    left:5px;
    top:0;
   	height:222px;
	width:979px;
	text-decoration:none;
}

#header span{
    visibility:hidden;
}

#baseline{
	display:block;
    position:absolute;
    left:210px;
    top:110px;
    height:40px;
	width:256px;
    background-image: url(../images/interface/baseline.gif);
    background-repeat:no-repeat;
    text-decoration:none;
}


/************ Le formulaire de login ******************/
#login{
	width:265px;
	margin-left:10px;
	/*position:absolute;
	
	right:7px;
	top:168px;
	background-color:#717171;
	padding:15px;*/
}

#login label{
	display:block;
	font-size:10px;
	margin:0;
	font-size:0.85em;
	color:#333;	
}

#ident, #mdp{
	display:block;
	width:115px;
	height:16px;
	border:1px solid #ccc;
	margin-bottom:10px;
	margin-left:100px;
	font-size:10px;
}

#login #ok:active{
	background-position:0 0;
}

#login a{
	clear:both;
	display:block;
	font-size:0.85em;
	color:#333;	
	margin:20px 0;
}

#extranet_ok{
    float:left;
    padding:2px;
    margin-left:150px;
    background-color:#1B9DD9;
    color: white;
    font-size:10px;
    border:1px solid #ccc;
}

/************** Bas de page home **************/
#footer_home{
    position:relative;
    clear:both;
	bottom:0;
	right:1px;
    height:24px;
    font-size:10px;
    color:#fff;
	background-image:url(../images/interface/footer_home.gif);
	background-repeat:no-repeat;
}

/************** Bas de page interne **************/
#footer{
    position:relative;
    clear:both;
	bottom:0;
	right:1px;
    height:24px;
    font-size:10px;
    color:#fff;
	background-image:url(../images/interface/footer.gif);
	background-repeat:no-repeat;
}

/************** Bas de page **************/

#content{
    position:relative;
	float:left;
	margin:-7px 10px 10px 5px;
	padding:10px;
	width:700px;
	line-height:1.3em;
	font-size:12px;
	color:#666;
	text-align:justify;
	margin-bottom:0;
}

#content ul, #content_home ul, #content_home li{
    margin:0;
    padding:0;
    /*list-style-position:inside;*/
}

#content li{
    margin-left:20px;
	list-style-position:inside;
}

#content li a{
	color:#1B9DD9;
}

#content img, #content_home img{
    margin:5px 10px 5px 5px;
}

#content a, #content_home a{
    color: #3c85c9;
    text-decoration:none;
    font-weight:bold;
}

#content a:hover,#content_home a:hover{
    color:#F68501;
    text-decoration:underline;
    font-weight:bold;
}

#content_large{
    position:relative;
	float:left;
	margin:-5px 0 0 4px;
	padding:0;
	width:980px;
	line-height:1.2em;
	font-size:11px;
	color:#999;
	text-align:left;
}

/************** page accueil : module haut : Vos outils Internet **************/

#module_bleu{
	position:relative;
	float:left;
	margin-left:5px;
	margin-top:-8px;
	padding:25px 10px 10px 10px;
	height:108px;
	width:457px;
	line-height:1.2em;
	font-size:11px;
	color:#696767;
	text-align:left;
	background-image:url(../images/interface/module_bleu.gif);
	background-repeat:repeat-x;
	text-decoration:none;
}

#module_bleu a{
	color:#696767;
	text-decoration:none;
	font-size:11px;
}

div #module_bleu a span{
	font-size:11px;
}

#module_bleu:hover{
	color:#696767;
	background-image:url(../images/interface/module_bleu_hover.gif);
	background-repeat:repeat-x;
}

#ensavoirplus_bleu{
	position:absolute;
	right:15px;
	bottom:10px;
	height:7px;
	width:16px;
	text-decoration:none;
	color:#696767;
	background-image:url(../images/interface/ensavoirplus_blanc.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}

.internet{
	background-image:url(../images/interface/internet.gif);
	background-repeat:no-repeat;
	background-position:-5px;
	width:252px;
	height:27px;
	margin-bottom:5px;
}

/************** page accueil : module haut : Open Source **************/

#module_vert{
	position:relative;
	float:left;
	margin-left:1px;
	margin-top:-8px;
	padding:25px 10px 10px 10px;
	height:108px;
	width:229px;
	line-height:1.2em;
	font-size:11px;
	color:#696767;
	text-align:left;
	background-image:url(../images/interface/module_vert.gif);
	background-repeat:repeat-x;
	background-position:left;
	text-decoration:none;
}

#module_vert a{
	color:#696767;
	text-decoration:none;
}

#module_vert:hover{
	color:#696767;
	background-image:url(../images/interface/module_vert_hover.gif);
	background-repeat:repeat-x;
}

#ensavoirplus_vert{
	position:absolute;
	right:15px;
	bottom:10px;
	height:7px;
	width:16px;
	text-decoration:none;
	color:#696767;
	background-image:url(../images/interface/ensavoirplus_blanc.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}

.open_source{
	background-image:url(../images/interface/opensource.gif);
	background-repeat:no-repeat;
	background-position:-3px;
	width:154px;
	height:27px;
	margin-bottom:5px;
}

/************** page accueil : module haut : Actualités **************/

#module_violet{
	position:relative;
	float:left;
	margin-left:1px;
	margin-top:-8px;
	padding:25px 10px 10px 10px;
	height:108px;
	width:229px;
	line-height:1.2em;
	font-size:11px;
	color:#696767;
	text-align:left;
	background-image:url(../images/interface/module_violet.gif);
	background-repeat:repeat-x;
	text-decoration:none;
}

#module_violet a{
	color:#696767;
	text-decoration:none;
}

#module_violet:hover{
	color:#696767;
	background-image:url(../images/interface/module_violet_hover.gif);
	background-repeat:repeat-x;
}

.actualite{
	background-image:url(../images/interface/actualite.gif);
	background-repeat:no-repeat;
	background-position:-5px;
	width:142px;
	height:27px;
	margin-bottom:5px;
}

#ensavoirplus_violet{
	position:absolute;
	right:15px;
	bottom:10px;
	height:7px;
	width:16px;
	text-decoration:none;
	color:#696767;
	background-image:url(../images/interface/ensavoirplus_blanc.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}

/************** page accueil : séparateur **************/

#accroches_home{
	background-image:url(../images/interface/fond_accroches_home.gif);
	background-repeat:no-repeat;
	background-position:center;
	margin-top:136px;
	margin-left:123px;
	width:740px;
	height:30px;
}

/************** page accueil : module bas : Web **************/

#module_web{
	position:relative;
	float:left;
	margin:-15px 0 0 4px;
	padding:180px 10px 9px 10px;
	width:217px;
	line-height:1.2em;
	font-size:11px;
	color:#999;
	text-align:left;
	border-right:1px solid #ccc;
	background-image:url(../images/interface/module_web.jpg);
	background-repeat:no-repeat;
	background-position:center 15px;
}

#module_web a{
	color:#666;
	text-decoration:none;
}

#module_web a:hover{
	color:#F68501;
}

#web{
	position:absolute;
	top:0;
	left:0px;
	font-size:24px;
	text-align:center;
	color:#296E93;
	background-image:url(../images/interface/fond_titre.gif);
	background-repeat:repeat-x;
	background-position:center;
	height:30px;
	width:237px;
}

#ensavoirplus_web{
	position:absolute;
	bottom:0;
	right:15px;
	color:#666;
	height:7px;
	width:16px;
	text-decoration:none;
	background-image:url(../images/interface/ensavoirplus_noir.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}

a:hover#ensavoirplus_web{
	position:absolute;
	bottom:0;
	right:15px;
	color:#666;
	height:7px;
	width:165px;
	text-decoration:none;
	background-image:url(../images/interface/ensavoirplus_orange.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}

/************** page accueil : module bas : commerce **************/

#module_commerce{
	position:relative;
	float:left;
	margin:-15px 0 0 0;
	padding:180px 10px 9px 10px;
	width:220px;
	line-height:1.2em;
	font-size:11px;
	color:#999;
	text-align:left;
	border-right:1px solid #ccc;
	background-image:url(../images/interface/module_commerce.jpg);
	background-repeat:no-repeat;
	background-position:center 15px;
}

#module_commerce a{
	color:#666;
	text-decoration:none;
}

#module_commerce a:hover{
	color:#F68501;
}

#commerce{
	position:absolute;
	top:0;
	left:0px;
	font-size:24px;
	text-align:center;
	color:#296E93;
	background-image:url(../images/interface/fond_titre.gif);
	background-repeat:repeat-x;
	background-position:center;
	height:30px;
	width:240px;
}

#ensavoirplus_commerce{
	position:absolute;
	bottom:0;
	right:15px;
	color:#666;
	height:7px;
	width:25px;
	text-decoration:none;
	background-image:url(../images/interface/ensavoirplus_noir.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}

a:hover#ensavoirplus_commerce{
	position:absolute;
	bottom:0;
	right:15px;
	color:#666;
	height:7px;
	width:25px;
	text-decoration:none;
	background-image:url(../images/interface/ensavoirplus_orange.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}

/************** page accueil : module bas : portail **************/

#module_plateforme{
	position:relative;
	float:left;
	margin:-15px 0 0 0;
	padding:180px 10px 9px 10px;
	width:229px;
	line-height:1.2em;
	font-size:11px;
	color:#999;
	text-align:left;
	border-right:1px solid #ccc;
	background-image:url(../images/interface/module_plateforme.jpg);
	background-repeat:no-repeat;
	background-position:center 15px;
}

#module_plateforme a{
	color:#666;
	text-decoration:none;
}

#module_plateforme a:hover{
	color:#F68501;
}

#plateforme{
	position:absolute;
	top:0;
	left:0px;
	font-size:24px;
	text-align:center;
	color:#296E93;
	background-image:url(../images/interface/fond_titre.gif);
	background-repeat:repeat-x;
	background-position:center;
	height:30px;
	width:249px;
}

#ensavoirplus_plateforme{
	position:absolute;
	bottom:0;
	right:15px;
	color:#666;
	height:7px;
	width:25px;
	text-decoration:none;
	background-image:url(../images/interface/ensavoirplus_noir.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}

a:hover#ensavoirplus_plateforme{
	position:absolute;
	bottom:0;
	right:15px;
	color:#666;
	height:7px;
	width:25px;
	text-decoration:none;
	background-image:url(../images/interface/ensavoirplus_orange.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}

/************** page accueil : module bas : blog **************/

#module_blog{
	position:relative;
	float:left;
	margin:-15px 0 0 0;
	padding:180px 10px 8px 10px;
	width:230px;
	line-height:1.2em;
	font-size:11px;
	color:#999;
	text-align:left;
	background-image:url(../images/interface/module_blog.jpg);
	background-repeat:no-repeat;
	background-position:center 15px;
	margin-bottom:1px;
}

#module_blog a{
	color:#666;
	text-decoration:none;
}

#module_blog a:hover{
	color:#F68501;
}

#blog{
	position:absolute;
	top:0;
	left:0px;
	font-size:24px;
	text-align:center;
	color:#296E93;
	background-image:url(../images/interface/fond_titre.gif);
	background-repeat:repeat-x;
	background-position:center;
	height:30px;
	width:250px;
}

#ensavoirplus_blog{
	position:absolute;
	bottom:0;
	right:15px;
	color:#666;
	height:7px;
	width:25px;
	color:#666;
	text-decoration:none;
	background-image:url(../images/interface/ensavoirplus_noir.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}

a:hover#ensavoirplus_blog{
	position:absolute;
	bottom:0;
	right:15px;
	color:#666;
	height:7px;
	width:25px;
	color:#666;
	text-decoration:none;
	background-image:url(../images/interface/ensavoirplus_orange.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}

/************** page Références **************/

div.module_references_left{
	position:relative;
	float:left;
	margin:10px 0 0 0;
	padding:30px 0 0 0;
	height:210px;
	width:244px;
	line-height:1.2em;
	font-size:11px;
	color:#999;
	text-align:left;
	border-right:1px solid #ccc;
	text-align:center;
}

div.module_references_middleleft{
	position:relative;
	float:left;
	margin:10px 0 0 0;
	padding:30px 0 0 0;
	height:210px;
	width:242px;
	line-height:1.2em;
	font-size:11px;
	color:#999;
	text-align:left;
	border-right:1px solid #ccc;
	text-align:center;
}

div.module_references_middleright{
	position:relative;
	float:left;
	margin:10px 0 0 0;
	padding:30px 0 0 0;
	height:210px;
	width:243px;
	line-height:1.2em;
	font-size:11px;
	color:#999;
	text-align:left;
	border-right:1px solid #ccc;
	text-align:center;
}

div.module_references_right{
	position:relative;
	float:left;
	margin:10px 0 0 0;
	padding:30px 0 0 10px;
	height:210px;
	width:238px;
	line-height:1.2em;
	font-size:11px;
	color:#999;
	text-align:left;
	text-align:center;
}


div.module_references_left a img, div.module_references_middleleft a img, div.module_references_middleright a img, div.module_references_right a img{
	border:none;
}

.references_left, .references_middleleft, .references_middleright, .references_right{
	position:absolute;
	top:0;
	left:0;
	font-size:14px;
	text-align:center;
	color:#296E93;
	background-image:url(../images/interface/fond_titre.gif);
	background-repeat:repeat-x;
	background-position:center top;
	height:30px;
	width:244px;
	padding-top:10px;
}

.references_middleleft{
	width:242px;
}

.references_middleright{
	width:243px;
}

.references_right{
	width:247px;
}
/************** page Solutions **************/

#module_interne{
	position:relative;
	float:left;
	margin:0;
	padding:20px 10px 20px 10px;
	width:228px;
	line-height:1.2em;
	font-size:11px;
	color:#999;
	text-align:center;
	border-left:1px solid #ccc;
	display:block;
}

#module_interne li{
	list-style-position:inside;	
}

#module_interne a img{
	border:none;
	text-decoration:none;
}

#module_interne a{
	border:none;
	text-decoration:none;
}

/************** page Dixens : colonne droite : la structure **************/

#module_dixens{
	position:relative;
	float:left;
	margin:0;
	padding:150px 0 15px 0;
	width:248px;
	line-height:1.2em;
	font-size:11px;
	color:#999;
	text-align:left;
	background-image:url(../images/interface/tarifs_icone.gif);
	background-repeat:no-repeat;
	background-position:center top;
	border-left:1px solid #ccc;
	display:block;
}

#module_dixens ul{
	margin:0;
	padding: 0 10px 0 10px;
}

#module_dixens li{
	list-style-position:inside;	
}

#module_dixens li a{
	text-decoration:none;
	color:#3c85c9
}

#module_dixens li a:hover{
	text-decoration:none;
	color:#F68501;
}

/************** page Open Source : colonne droite : fiche technique **************/

#module_opensource{
	position:relative;
	float:left;
	margin:0;
	padding:150px 0 10px 0;
	width:248px;
	line-height:1.2em;
	font-size:11px;
	color:#999;
	text-align:left;
	background-image:url(../images/interface/opensourcecol.gif);
	background-repeat:no-repeat;
	background-position:center 10px;
	border-left:1px solid #ccc;
	display:block;
}

#module_opensource ul{
	margin:0;
	padding: 0 10px 0 10px;
}

#module_opensource li{
	list-style-position:inside;	
}

/************** page Web : colonne droite : fiche technique **************/

#module_web_solutions{
	position:relative;
	float:left;
	margin:0;
	padding:150px 0 0 0;
	width:248px;
	line-height:1.2em;
	font-size:11px;
	color:#999;
	text-align:left;
	background-image:url(../images/interface/module_web.jpg);
	background-repeat:no-repeat;
	background-position:center -30px;
	border-left:1px solid #ccc;
	display:block;
}

#module_web_solutions ul{
	margin:0;
	padding: 0 10px 0 10px;
}

#module_web_solutions li{
	list-style-position:inside;	
}

/************** page commerce : colonne droite : fiche technique **************/

#module_commerce_solutions{
	position:relative;
	float:left;
	margin:0;
	padding:150px 0 0 0;
	width:248px;
	line-height:1.2em;
	font-size:11px;
	color:#999;
	text-align:left;
	background-image:url(../images/interface/module_commerce.jpg);
	background-repeat:no-repeat;
	background-position:center -30px;
	border-left:1px solid #ccc;
	display:block;
}

#module_commerce_solutions ul{
	margin:0;
	padding: 0 10px 0 10px;
}

#module_commerce_solutions li{
	list-style-position:inside;	
}

/************** page portail : colonne droite : fiche technique **************/

#module_portail_solutions{
	position:relative;
	float:left;
	margin:0;
	padding:150px 0 0 0;
	width:248px;
	line-height:1.2em;
	font-size:11px;
	color:#999;
	text-align:left;
	background-image:url(../images/interface/module_plateforme.jpg);
	background-repeat:no-repeat;
	background-position:center -30px;
	border-left:1px solid #ccc;
	display:block;
}

#module_portail_solutions ul{
	margin:0;
	padding: 0 10px 0 10px;
}

#module_portail_solutions li{
	list-style-position:inside;	
}

/************** page blogs : colonne droite : fiche technique **************/

#module_blog_solutions{
	position:relative;
	float:left;
	margin:0;
	padding:150px 0 0 0;
	width:248px;
	line-height:1.2em;
	font-size:11px;
	color:#999;
	text-align:left;
	background-image:url(../images/interface/module_blog.jpg);
	background-repeat:no-repeat;
	background-position:center -30px;
	border-left:1px solid #ccc;
	display:block;
}

#module_blog_solutions ul{
	margin:0;
	padding: 0 10px 0 10px;
}

#module_blog_solutions li{
	list-style-position:inside;	
}

/************** pages Web, commerce, portail, blog : colonne droite : mini icônes solutions **************/

#module_web_solutions_mini1, #module_web_solutions_mini2, #module_web_solutions_mini3, #module_web_solutions_mini4{
	position:relative;
	float:left;
	margin:0;
	padding:0;
	margin-top:10px;
	width:81px;
	height:60px;
	line-height:1.2em;
	font-size:11px;
	color:#999;
	text-align:left;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	display:block;
}

#module_web_solutions_mini1{
	background-image:url(../images/interface/module_web_mini.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

#module_web_solutions_mini1:hover{
	background-image:url(../images/interface/module_web_mini_bw.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

#module_web_solutions_mini2{
	background-image:url(../images/interface/module_commerce_mini.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

#module_web_solutions_mini2:hover{
	background-image:url(../images/interface/module_commerce_mini_bw.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

#module_web_solutions_mini3{
	background-image:url(../images/interface/module_plateforme_mini.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

#module_web_solutions_mini3:hover{
	background-image:url(../images/interface/module_plateforme_mini_bw.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

#module_web_solutions_mini4{
	background-image:url(../images/interface/module_blog_mini.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

#module_web_solutions_mini4:hover{
	background-image:url(../images/interface/module_blog_mini_bw.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

#ensavoirplus_interne a{
	position:absolute;
	left:210px;
	bottom:10px;
	width:16px;
	height:7px;
	background-image:url(../images/interface/ensavoirplus_noir.gif);
	background-repeat:no-repeat;
	background-position:center;
}

#ensavoirplus_interne a:hover{
	position:absolute;
	left:210px;
	bottom:5px;
	width:16px;
	height:7px;
	background-image:url(../images/interface/ensavoirplus_orange.gif);
	background-repeat:no-repeat;
	background-position:center;
}

#ensavoirplus_interne div{
	visibility:hidden;
}

#ensavoirplus_content a{
	position:absolute;
	left:690px;
	bottom:10px;
	width:16px;
	height:7px;
	background-image:url(../images/interface/ensavoirplus_noir.gif);
	background-repeat:no-repeat;
	background-position:center;
	text-decoration:none;
}

#ensavoirplus_content a:hover{
	position:absolute;
	left:690px;
	bottom:10px;
	width:16px;
	height:7px;
	background-image:url(../images/interface/ensavoirplus_orange.gif);
	background-repeat:no-repeat;
	background-position:center;
	text-decoration:none;
}

#ensavoirplus_content span{
	visibility:hidden;
}

/************** page Contact : colonne droite : la structure **************/

#module_contact{
	position:relative;
	float:left;
	margin:0;
	padding:150px 0 25px 0;
	width:248px;
	line-height:1.2em;
	font-size:11px;
	color:#999;
	text-align:left;
	background-image:url(../images/interface/contact_icone.gif);
	background-repeat:no-repeat;
	background-position:center top;
	border-left:1px solid #ccc;
	display:block;
}

#module_contact ul{
	margin:0;
	padding: 0 10px 0 10px;
}

#module_contact li{
	list-style-position:inside;	
}

#module_contact li a{
	text-decoration:none;
	color:#3c85c9
}
/************** Menu principal *************/
#menu1{
	position:relative; 
	margin-left:0;
	border:0;
	text-align:right;
	font-size:10px;
	color:black;
	font-weight:normal;
	width:980px;
	height:110px;
	display:block;
	clear:both;
}

ul#menu1{
	padding:0;
	margin:0;
	margin-left:5px;
}

#menu1 li{
	float:left;
	padding:0;
	margin:0;
	display:block;
	color:white;
	width:250px;
	border-top:1px solid #ccc;
	height:180px;	
}

#menu1 li.solutions_menu{ 
	position:relative;
	margin:0;
	padding:0;
	background-image:url(../images/interface/solutions_icone.gif);
	background-position:12px 20px;
	background-repeat:no-repeat;
	width:243px;
	height:92px;
	border-right:1px solid #ccc;
	padding-top:25px;
	padding-bottom:26px;
	margin-bottom:-14px;
}

#menu1 li.solutions_menu a{ 
	padding:17px;
	color:#FF8A34;
	font-size:18px;
	text-decoration:none;
	background-image:url(../images/interface/menu_solutions.gif);
	background-position:center;
	background-repeat:no-repeat;
	width:82px;
	height:16px;
}

#menu1 li.solutions_menu a:hover{ 
	background-image:url(../images/interface/menu_solutions_hover.gif);
	background-position:center;
	background-repeat:no-repeat;
}

#menu1 li.solutions_menu span{
	visibility:hidden;
}

#menu1 li.dixens_menu{ 
	position:relative;
	margin:0;
	padding:0;
	background-image:url(../images/interface/tarifs_icone.gif);
	background-position:12px 20px;
	background-repeat:no-repeat;
	width:242px;
	height:92px;
	border-right:1px solid #ccc;
	padding-top:25px;
	padding-bottom:26px;
	margin-bottom:-30px;
}

#menu1 li.dixens_menu a{ 
	padding:17px;
	color:#FF8A34;
	font-size:18px;
	text-decoration:none;
	background-image:url(../images/interface/menu_agence.gif);
	background-position:5px;
	background-repeat:no-repeat;
	width:56px;
	height:16px;
}

#menu1 li.dixens_menu a:hover{ 
	background-image:url(../images/interface/menu_agence_hover.gif);
	background-position:5px;
	background-repeat:no-repeat;
}

#menu1 li.dixens_menu span{
	visibility:hidden;
}

#menu1 li.references_menu{ 
	position:relative;
	margin:0;
	padding:0;
	background-image:url(../images/interface/references_icone.gif);
	background-position:12px 20px;
	background-repeat:no-repeat;
	width:243px;
	height:92px;
	border-right:1px solid #ccc;
	padding-top:25px;
	padding-bottom:26px;
	margin-bottom:-30px;
}

#menu1 li.references_menu a{ 
	padding:17px;
	color:#FF8A34;
	font-size:18px;
	text-decoration:none;
	background-image:url(../images/interface/menu_references.gif);
	background-position:center;
	background-repeat:no-repeat;
	width:90px;
	height:16px;
}

#menu1 li.references_menu a:hover{ 
	background-image:url(../images/interface/menu_references_hover.gif);
	background-position:center;
	background-repeat:no-repeat;
}

#menu1 li.references_menu span{
	visibility:hidden;
}

#menu1 li.contact_menu{ 
	position:relative;
	margin:0;
	padding:0;
	background-image:url(../images/interface/contact_icone.gif);
	background-position:12px 20px;
	background-repeat:no-repeat;
	width:247px;
	height:92px;
	padding-top:25px;
	padding-bottom:26px;
	margin-bottom:-30px;
}

#menu1 li.contact_menu a{ 
	padding:17px;
	color:#FF8A34;
	font-size:18px;
	text-decoration:none;
	background-image:url(../images/interface/menu_contact.gif);
	background-position:center;
	background-repeat:no-repeat;
	width:69px;
	height:16px;
}

#menu1 li.contact_menu a:hover{ 
	background-image:url(../images/interface/menu_contact_hover.gif);
	background-position:center;
	background-repeat:no-repeat;
}

#menu1 li.contact_menu span{
	visibility:hidden;
}

#menu1 li a{ 
	padding:17px;
	color:#FF8A34;
	font-size:18px;
	text-decoration:none;
}

#menu1 li a:hover{ 
	padding:17px;
	color:black;
	text-decoration:none;
}

#menu1 li:hover ul ul, #menu1 li:hover ul ul ul, #menu1 li.sfhover ul ul, #menu1 li.sfhover ul ul ul {
	margin-left: -999em;
}

#menu1 li:hover ul, #menu1 li li:hover ul, #menu1 li li li:hover ul, #menu1 li.sfhover ul, #menu1 li li.sfhover ul, #menu1 li li li.sfhover ul {
	margin-left: auto;
}

#menu1 li:hover, #menu1 li.sfhover {
	color:#3398cc;
}

#menu1 li ul {
	position: absolute;
	background-color:#69c;
	padding:0;
	width:auto;
	margin-left: -999em;
}

#menu1 li ul :hover {
	text-decoration:none;
	color:#69c;
	background:#ffffff;
}

#menu1 li li{
	list-style-type:none;
	background:#69c;
	font-weight:normal;
	text-align:left;
	padding:0 2px;
	float:none;
}

#menu1 li li a{ 
	list-style-type:none;
	text-decoration:none;
	margin:0; 
	border:0;
	padding:0 2px;
	float:none;
}

#menu1 li li a:hover {
	text-decoration:none;
	color:#69c;
	background:#ffffff;
}

/************ Le formulaire de contact******************/

#form_contact, #cv_contact{
    margin:0;
    padding:10px;
    margin-top:10px;
    margin-bottom:0;
}

#form_contact td, #cv_contact td{
    text-align:left;
    font-size:11px;
}

/************ Quelques classes ******************/

.fond1{
    background-color:#fff;
    padding:5px;
    border-bottom:1px solid #ccc;
}
.fond2{
    background-color:#eee;
    padding:5px;
    border-bottom:1px solid #ccc;
}

#form_inscription{
    height:300px;
    width:185px;
    padding:20px;
    background-image:url(../images_interface/tester_avant.gif);
    background-repeat:no-repeat;
    padding-top:45px;
    font-size:10px;
    color:white;
    line-height:normal;
}

#form_inscription input{
    margin-top:5px;
    font-size:10px;
}