/*******************************************************************************
default style
*******************************************************************************/
*, body, table, input, select, option, optgroup {
    font-family : verdana, arial, geneva, sans-serif;
    font-size : 10px;
}
html {
    margin : 0;
    padding : 0;
    font-family : verdana, arial, geneva, sans-serif;
    font-size : 10px;
}
body {
    position : absolute;
    left : 0;
    top : 0;
    height : 100%;
    width : 100%;
    margin : 0;
    padding : 0;
    color : #000;
    background-color : #fff;
    background-image : url(../images/structure/pat_fond.gif);
	background-repeat:repeat-x;
}
form {
    display : inline;
    margin : 0;
    padding : 0;
}
button.ns {
    background-color : transparent;
    border : 0;
}




ul.ns {
    margin : 0;
    padding : 0;
    list-style-type : none;
}
ul.ns li {
    margin : 0;
    padding : 0;
    list-style-type : none;
    display : inline;
}

h1 {
	font-weight:bold;
	font-size:1.6em;
	padding:0px 0 15px 0;
	margin:0px 0 10px 0;
	color:#194775;
	background-image : url(../images/structure/point.gif);
	background-repeat:repeat-x;
	background-position:bottom;	
}

h2 {
	font-weight:bold;
	font-size:1.1em;
	padding:15px 0 5px 0;
	margin-top:0px;
}
h3 {
	font-weight:bold;
	font-size:1em;
	padding:15px 0 5px 0;
	margin:0;
}
h4, h5, h6 {
    font-size : 1em;
}
p {
    margin : 0;
	padding : 5px 0 5px 0;
	line-height:15px;
}
a {
    text-decoration : none;
    color : #069;
}
a:hover {
    color : #069;
    text-decoration : underline;
}

.chevron{
	font-size:9px;
}
a.chevron, a.chevron:hover {
	text-decoration : none;
}
a.chevron span {
	font-size:9px;
	text-decoration : none;
	padding-left : 0.5em;
}
a.chevron:hover {
	background-color : transparent;
}
a.chevron:hover span {
	text-decoration : underline;
}
img {
	border:0;
	border-style:none;
}
fieldset {
    border : 0;
    margin : 0;
    padding : 0;
	border-style:none;
}
fieldset legend {
    margin : 0;
	padding:0;
	border:0;
    display : none;
}
fieldset input{
    font-family : Arial, Geneva, Sans-serif;
    font-size : 1em;
    margin : 0;
	margin:5px 0 5px 0;
    color : #7A7A7A;
    vertical-align : middle;
}
fieldset select{
    font-family : Arial, Geneva, Sans-serif;
    font-size : 1em;
    margin : 0;
	padding:0;
    color : #000;
    vertical-align : middle;
}
fieldset button {
    border : 0;
    background-color : transparent;
    vertical-align : middle;
    cursor : pointer;
    margin : 2px 0 0 0;
	padding:0;
}
.form-clean{
	margin:0;
	padding:0;
	border:solid 0px #999999;
	width:500px;
}
.form-clean td{
	margin:0;
	padding:0;
	height:25px;
	min-height:25px;
	max-height:25px;
	vertical-align:middle;
	border:solid 0px #999999;
}

.form-clean td.droit{
	width:300px;
	border:solid 0px #999999;
}



.form-clean tr{
	margin:0;
	padding:0;
}
.form-clean #message{
width:230px;
height:100px;

}

.cache {
	display:none;
}
.rien {
	margin:0 !important;
	padding:0 !important;
}
.separateur {
	width : 100%;
	min-width : 100%;
	max-width : 100%;
	height : 1px;
	min-height : 1px;
	background-color:#BDBABD;
	margin:0 0 5px 0;
}
.bleu {
	color:#069;
}
.gris_clair {
	color:#eee;
}
.gris {
	color:#9c9a9c;
}
.gris_fonce {
	color:#333;
}
.noir {
	color:#000;
}
.spacer {
	clear:both;
	width:100%;
	height:1px;
	min-height:1px;
	line-height:1px;
}
.petit {
    font-family : verdana, arial, geneva, sans-serif;
	font-size:9px;
}
.droite{
	float:right;
}
.gauche{
	float:left;
}
.txt-droite{
	text-align:right;
}
.txt-gauche{
	text-align:left;
}

.txtg{
	font-size: 1.1em;
}
.liste-none {
    list-style-type: none;
	list-style-position: outside;
	margin:0;
	padding:0;
}
.img-centre {
	display:block;
	margin:0 auto 0 auto;
	padding:15px 0 0 0;
}
.img-gauche {
	padding:5px 0 10px 10px;
}
.img-droite {
	padding:10px 0 10px 10px;
}
.img-title {
	margin:0 0 0 15px;
}
.img-separateur {
	display:block;
	margin:0 auto 0 auto;
	padding:5px 0 0 0;
}
.barre {
	text-decoration:line-through;
}
/*******************************************************************************
main section styles - container, header, menu, content, footer
*******************************************************************************/
#container {
    max-width : 950px;
    width : 950px;
    min-width : 950px;
    margin : 0 auto 0 auto;
    background-color : #fff;
    background-image : url(../images/structure/pat_home_droite.gif);
	background-repeat:repeat-x;
	overflow:hidden;
}
#header {
    width : 100%;
    overflow : hidden;
    padding : 0;
}
#content {
	padding:0 0 0 0;
    margin : 0;
	width : 930px;
	min-width : 930px;
	max-width : 930px;
}
.content-home{margin:0;}
#footer {
	min-width:100%;
    width : 100%;
    padding : 0;
	margin:0;
	height:69px;
	min-height:69px;
	max-height:69px;
    background-image : url(../images/structure/pat_footer.gif);
	background-repeat:repeat-x;
	color : #999;
}
#frise {
	width : 14px;
	min-width : 14px;
	max-width : 14px;
	height : 885px;
	min-height : 885px;
	max-height : 885px;
	float:left;
    background-image : url(../images/structure/ombre_gauche.gif);
	background-repeat:repeat-x;
}
/*******************************************************************************
    header section styles
*******************************************************************************/
#header-haut {
    width : 922px;
    min-width : 922px;
    max-width : 922px;
	height:97px;
	min-height:97px;
	max-height:97px;
	overflow:hidden;
}
#header-bas {
    width : 922px;
    min-width : 922px;
    max-width : 922px;
}
#header-logo {
    width : 212px;
    min-width : 212px;
    max-width : 212px;
	height:96px;
	min-height:96px;
	max-height:96px;
    /*background-image : url(../images/structure/logo_top.jpg);*/
	background-repeat:no-repeat;
}
#header-logo img{
	width:180px;
	height:35px;
	margin:30px 0px 20px 20px;
	padding:0;
	border:0;
}
#header-nav-haut {
	padding-right:8px;
	height:30px;
	min-height:30px;
	max-height:30px;
    margin-top:8px;
	font-size:0.9em;
    color : #999;
}
#header-nav-haut a{
    color : #999;
}
#header-nav-haut a:hover{
    color : #999;
}
#recherche-generale {
	padding:7px 0 0 25px;
    width : 240px;
    min-width : 240px;
    max-width : 240px;
}
#header-nav-bas{
	width : 630px;
	min-width : 630px;
	max-width : 630px;
	height:41px;
	min-height:41px;
	max-height:41px;
	background-color:#fff;
	padding-left:27px;
}
#header-nav-bas ul{
	margin:0;
	padding:0;
    list-style-type:none
}
#header-nav-bas li{
	float:left;
    list-style-type:none
}
#header-nav-bas img{
	margin:0;
	padding:0;
	border:0;
	display:block;
}
#chemin-de-fer{
	width:55%;
	padding:18px 10px 18px 29px;
	font-size:0.9em;
	border:solid 0px #990000;
	margin:0px 0px 0px 0px;
}
#chemin-de-fer a{
    color : #333;
}
#chemin-de-fer a:visited{
    color : #333;
}
/*******************************************************************************
    footer section styles
*******************************************************************************/
#footer a{
    color : #999;
}
#footer a:hover{
    color : #999;
}
#footer img{
	margin:1px 20px 0 20px;
	width:140px;
	height:59px;
    background-image : url(../images/structure/logo_footer.jpg);
	background-repeat:no-repeat;
	vertical-align:middle;
}
/*******************************************************************************
    contenu droite section styles
*******************************************************************************/
#contenu-droite {
	float:left;
	width:160px;
	min-width:160px;
	max-width:160px;
}
#contenu-droite-top {
    background-image : url(../images/structure/fond_newsletter_espaceclien.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	width:160px;
	min-width:160px;
	max-width:160px;
	height:295px;
	min-height:295px;
	max-height:295px;
	margin-left:15px;
	margin-top:20px;
	padding:0 7px 0 7px;
	overflow:hidden;
}
#contenu-milieu-top {
	width:160px;
	min-width:160px;
	max-width:160px;
	margin-left:-80px;
    background-image : url(../images/structure/fond_newsletter_espaceclien.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding:0 7px 0 7px;
	overflow:hidden;
}

#identification_client{
	position:relative;
	left:10%;
	width: 150px;
	border:solid 1px #e8e8e8;
	margin:0px 0px 0px 0px;
	padding:50px 150px 50px 150px;
	background-image : url(../images/structure/degrade_sousnav.jpg);
	background-repeat:repeat-x;
}

#contenu-droite-newsletter {
	width:155px;
}
#contenu-droite-espace-client {
	width:155px;
}
#bouton_cliquez {
	margin:0px 0px 0px 20px;
}


#contenu-droite-newsletter button{
	padding-top:2px;
}
#contenu-droite-espace-client button{
	padding-top:2px;
}
#newsletter {
	width:95px;
	min-width:95px;
	max-width:95px;
}
#identifiant, #password{
	width:147px;
	min-width:147px;
	max-width:147px;
}
#contenu-droite-espace-nouveaute {
	width:162px;
	min-width:162px;
	max-width:162px;
	margin-top:5px;
	margin-left:15px;
	padding:0 0 0 7px;
	overflow:hidden;
	border: 1px solid #cccccc;
}
#nouv-img{
	padding:5px;
	width:124px;
	height:54px;
}

#contenu-droite-espace-evenement {
    background-image : url(../images/structure/bloc_evenement.jpg);
	background-repeat:no-repeat;
	width:150px;
	min-width:150px;
	max-width:150px;
	height:100px;
	min-height:100px;
	max-height:100px;
	margin-left:15px;
	padding:30px 9px 0 15px;
	color:#fff;
}


#contenu-droite-espace-evenement a{
	color:#fff;
}
/*******************************************
    home section styles
********************************************/
#home-contenu {
	float:left;
	padding:0 0 0 0;
	width:698px;
	min-width:698px;
	max-width:698px;
	border:solid 0px #009966;
}
#home-banniere {
    background-image : url(../images/structure/bloc_produits_home.jpg);
	background-repeat:no-repeat;
	width:698px;
	min-width:698px;
	max-width:698px;
	height:310px;
	min-height:310px;
	max-height:310px;
	border:solid 0px #006699;
	
	
}
#home-banniere-footer {
	float:left;
	width:693px;
	min-width:693px;
	max-width:693px;
	height:44px;
	min-height:44px;
	max-height:44px;
	color:#006699;
    background-image : url(../images/structure/bt_logiciel.gif);
	background-repeat:no-repeat;
	background-position:2px 0;
	padding:0;
	margin:0;
}

#home-banniere-footer strong{
	font-weight:normal;
	display:block;
	padding:10px 0 0 395px;
	font-size:9px;
	text-decoration:none;
}

#home-banniere-footer a{
	display:block;
	width:693px;
	min-width:693px;
	max-width:693px;
	height:44px;
	min-height:44px;
	max-height:44px;
}

#home-banniere-top {
	width:698px;
	min-width:698px;
	max-width:698px;
	height:160px;
	min-height:160px;
	max-height:160px;
	font-weight:bold;
	color:#fff;
}
#home-banniere-top p{
	padding:68px 0 0 355px;
	margin:0;
}
.hb-titre img {
	width:133px;
	min-width:133px;
	max-width:133px;
	height:30px;
	min-height:30px;
	max-height:30px;
	margin:0;
	padding: 0;
}
.ban-item {
	float:left;
	width:136px;
	min-width:136px;
	max-width:136px;
	height:125px;
	min-height:125px;
	max-height:125px;
	padding: 25px 16px 0 21px;
	
}
.hb-texte {
	height:60px;
	min-height:60px;
	max-height:60px;
}
.hb-suite {
	text-align:right;
}
.ban-item a{
	cursor: pointer;
	color:#fff;
	text-decoration:none;
}
.ban-item a:hover{
	cursor: pointer;
	color:#fff;
	text-decoration:none;
}

#home-service {
	width:336px;
	padding: 20px 50px 0 10px;
	float:left;
}
#home-service-liens {
	margin:5px 0 5px 0;
	padding:10px 10px 20px 10px;
	color:#fff;
	/*background-color:#5C314F;*/
    background-image : url(../images/structure/bloc_nosservices_home.jpg);
	background-repeat:no-repeat;
}
#home-service-liens ul {
    list-style-type: none;
	list-style-position: outside;
	margin:0;
	padding:0;
}

#home-service-liens li  {
  	margin:0;
	padding:0;
	line-height:15px;
}



#home-service-liens a{
	color:#fff;
}
#home-a-la-une {
	padding: 20px 0 0 0;
	width:295px;
	float:left;
}
#home-a-la-une-title {
	width:291px;
	min-width:291px;
	max-width:291px;
	height:24px;
	min-height:24px;
	max-height:24px;
    background-image : url(../images/structure/title_alaune.gif);
	background-repeat:no-repeat;
	padding:6px 0 0 0;
}
.actus-item {
	padding:7px 0 7px 0;
}
.actus-item p{
	padding:3px 0 3px 0;
}
/*******************************************
    produit héliaste section styles
********************************************/
#produit-contenu {
	float:left;
	padding:0;
	width:727px;
	min-width:727px;
	max-width:727px;
	margin:0;
	
}
#produit-texte {
	padding:0 0 0 45px;
	width:492px;
	min-width:492px;
	max-width:492px;
}
#produit-texte h1 {
	padding-top:0;
}
#produit-texte h2 {
	font-weight:bold;
	font-size:1.1em;
	padding:0 0 0 10px;
	margin:20px 0 5px 0;
    background: url(../images/structure/fleche_puce.gif) no-repeat 0 5px;
}
#produit-texte ul{
	margin: 0;
	padding: 0 0 0 0;
	list-style-type: none;
	line-height: 20px;
}
#produit-texte li{
    background: url(../images/structure/puce.gif) no-repeat 0 9px;
	margin: 0;
	padding: 0 0 0px 10px;
}
/*******************************************
    client ciceron section styles
********************************************/
.client-ciceron{
	background-image : url(../images/structure/espace_client_ciceron_title.jpg);
}
.client-clior{
	background-image : url(../images/structure/espace_client_clior_title.jpg);
}
.client-lamy{
	background-image : url(../images/structure/espace_client_lamy_title.jpg);
}
.client-heliaste{
	background-image : url(../images/structure/espace_client_heliaste_title.jpg);
}

#client-banniere {
	background-repeat:no-repeat;
	width:904px;
	min-width:904px;
	max-width:904px;
	height:43px;
	min-height:43px;
	max-height:43px;
	padding:0 0 2px 0;
	margin:0;
	text-align:right;
	color:#fff;
}
#client-banniere p{
	padding:15px 20px 2px 0;
}
#client-banniere img{
	padding:0 10px 0 10px;
}
#client-banniere a{
	color:#fff;
}
#client-banniere img{
	vertical-align:middle;
}
#client-contenu {
	float:left;	
	padding:0;
	width:800px;
	min-width:800px;
	max-width:800px;
}
#client-texte {
	padding:40px 0 0 50px;
	width:480px;
	min-width:480px;
	max-width:480px;
}
#client-texte h1 {
	font-weight:bold;
	font-size:1.5em;
    background: url(../images/structure/fleche_puce.gif) no-repeat 0 9px;
	margin:5px 0 5px 0;
	padding: 0 0 0 10px;
	color:#004679;
}
#client-texte h2 {
	font-weight:bold;
	font-size:1.2em;
    background: url(../images/structure/fleche_puce.gif) no-repeat 0 5px;
	margin:5px 0 5px 0;
	padding: 0 0 0 10px;
	color:#004679;
}
#client-texte ul{
	margin: 0;
	padding: 10px 0 10px 0;
	list-style-type: none;
	line-height: 20px;
}
#client-texte li{
    background: url(../images/structure/puce.gif) no-repeat 0 9px;
	margin: 0;
	padding: 0 0 10px 10px;
}
/*******************************************
    sous nav section styles
********************************************/
#sous-nav-zone {
	margin:0px;
	padding:0;
	display:block;
}
#sous-nav-zone img{
	margin:0;
	padding:0;
	display:block;

}
#sous-nav-zone ul{
	margin:0;
	padding:0;
    list-style-type:none;
}
#sous-nav-zone li{
	margin:0;
	padding:0;
    list-style-type:none;
	/*line-height:0;*/
	width:147px;
	height:37px;
	border:0;
}

.noir{color:#000000;font-weight:bold;}


.img_maing{
	width:147px;
	height:110px;

}



/*******************************************
    menu qui sommes nous
********************************************/

.displaynone{display:none;}



#atouts a, #atouts a:visited{
background-image:url(../images/structure/atouts.jpg);
background-position:0 0;
width:147px;
height:37px;
display:block;
cursor:hand;
}

#atouts a:hover{
background-image:url(../images/structure/atouts.jpg);
background-position:-147px 0;
width:147px;
height:37px;
display:block;
cursor:hand;
}


#options a, #options a:visited{
background-image:url(../images/structure/options.jpg);
background-position:0 0;
width:147px;
height:37px;
display:block;
cursor:hand;
margin:0px 0px 0px 0px;
}

#options a:hover{
background-image:url(../images/structure/options.jpg);
background-position:-147px 0;
width:147px;
height:37px;
display:block;
cursor:hand;
}


#chaine a, #chaine a:visited{
background-image:url(../images/structure/chaine.jpg);
background-position:0 0;
width:147px;
height:37px;
display:block;
cursor:hand;
}

#chaine a:hover{
background-image:url(../images/structure/chaine.jpg);
background-position:-147px 0;
width:147px;
height:37px;
display:block;
cursor:hand;
}


#partenaires a, #partenaires a:visited{
background-image:url(../images/structure/partenaires.jpg);
background-position:0 0;
width:147px;
height:37px;
display:block;
cursor:hand;
}

#partenaires a:hover{
background-image:url(../images/structure/partenaires.jpg);
background-position:-147px 0;
width:147px;
height:37px;
display:block;
cursor:hand;
}


.fond{
border:solid 1px #E4E4E4;
background-image : url(../images/structure/pat_fond.gif);
background-repeat:repeat-x;
list-style-type:none;
padding:0 10px  10px 10px;
}

.image{
float:left;
border:solid 0px #f9f9f9;
clear:left;
margin:0px 10px 10px 0px;
}

.bord{
border:solid 0px #CCCCCC;
}

#chainedevaleur{
margin:10px 0px 10px 50px;
}

#chainedevaleur2{
margin:10px 0px 10px 0px;
}


/*******************************************
    images partenaires
********************************************/


#zedoc{
padding:10px 30px 10px 30px;
border:solid 1px #e8e8e8;
margin:0px 10px 0px 0px;
}

#adwin{
padding:10px 3px 10px 3px;
 border:solid 1px #e8e8e8;
 margin:0px 10px 0px 0px;
}

#geai{
padding:10px 23px 10px 23px;
border:solid 1px #e8e8e8;
margin:0px 10px 0px 0px;
}




/*******************************************
    plan du site
********************************************/

#sanslien {
margin:0px 0px 0px 0px;
}

#sanslien ul li{
list-style-type:none;
background: url(../images/structure/niveau1.jpg) no-repeat 0 7px;
margin:0px;
}

.niveau2ol{margin:0px 0px 0px 5px;padding:0px 0px 0px 5px;}
.niveau3ol{margin:0px 0px 0px 5px;padding:0px 0px 0px 5px;}

#sanslien ul li .niveau2{
list-style-type:none;
background: url(../images/structure/niveau2.jpg) no-repeat 0 7px;
margin:0px;
}

#sanslien ul li .niveau3{
list-style-type:none;
background: url(../images/structure/niveau3.jpg) no-repeat 0 7px; 
margin:0;
}


#positioncontenu{
margin:0px;
}

#positionaccueil{
margin:10px 0px 0px 8px;
}


.clearboth{
clear:both;
}

.floatleft{
float:left;
}

/*******************************************
    page actualites
********************************************/

.img_actu{
border:0;
width:7px;
height:7px;
}

/*******************************************
    page clior
********************************************/


#lg_geai{

border:0; 
text-align:left;
width:49px; 
height:49px;

}



/*******************************************
    tableau contact
********************************************/
.clearboth{clear:both;}

#contact{
width:480px;
float:left;
clear:both;
padding:0px;
margin:10px auto 10px auto;
border:solid 1px #e8e8e8;
background-image:url(../images/structure/pat_fond.gif);
}

#contact ul{
margin:20px 0px 0px 10px;
padding:0px 0px 0px 0px;
list-style-type:none;
}


#listnone{
list-style-type:none;
}

#largeur{
width:240px
}

#contact h1{
margin:10px 0px 0px 20px;
float:left;
clear:both;
text-decoration:none;
background-image:none;
}

#contact p{
margin:0px 0px 0px 20px;
float:left;
clear:both;
}
#points{
background-image:url(../images/structure/point_vertical.gif);
background-repeat:repeat-y;
height:150px;
width:1px;

}

















