
@font-face {
	font-family: promer;
	src: url('../image/myriad.otf');
}

body{
	background-image:url(../image/fond.jpg);
    background-repeat:no-repeat;
    background-color:#466835;
	margin:auto;
        	font-family:Gervena,Arial, Helvetica, sans-serif;
    }

.body_print {
	width:740px;
	text-align:left;
}

a img{
	border:none;
}

.menu_titre a {color: #ffffff}     				 /* lien non-visité */
.menu_titre a:visited {color: #ffffff}  		 /* lien visité */
.menu_titre a:hover {color: #C5F451;}   				 /* lien au survol */
.menu_titre a:active {color: #ffffff}  			 /* lien sélectionné */

  			
a:hover {color: #336600; }   				 /* lien au survol */
a:active {color: #2283A5}  		 /* lien sélectionné */


#css_index_2 {color: #336600}     			 /* lien non-visité */
#css_index_2:visited {color: #336600}   	/* lien visité */
#css_index_2:hover {color: #ffffff;
					background: #336600}    	/* lien au survol */
#css_index_2:active {color: #2283A5}    		/* lien sélectionné */



/*header*/

a { 
	text-decoration:none;
	color: #2283A5;
    
}

h1 {
	
	color: #2283A5;
	font-size:18px
}

h2 {
	
	color: #2283A5;
	font-size:16px;
}

#baniere {
	margin:auto;
	width:800px;
	margin-bottom:5px;
	background-color:#FFFFFF;
	margin-top:5px;
	z-index:10;
}

.menu_top{
	color: #ffffff;
        font-size:12px;	       
    }

.menu_top td:hover{
	color:#C5F451;
}

.menu_titre {
	padding-left:5px;
	color:#ffffff;
	background-color:#339900;
	font-size: 13px;
	display:none;
	position:absolute;
	padding-right:5px;
}

#famille_produit {
	}
/*fin header*/

/*centre index*/
	
.titre_col {
	
	color: #2283A5;
	font-size:16px;
}


.ligne_interl:hover {
	background-color:#96bf0d;
	color:#FFFFFF;
}

.fenetre {
    position:fixed;
	
	z-index:100;
    height: auto;
    overflow:hidden;
}

.fenetre_titre {
	text-align:center;
	color:#FFFFFF;
	width:auto;
	background-color:#96bf0d;
	margin-bottom:5px;
	position:relative;
	
	font-weight:bold;
	font-size:16px;
	height:20px;
	padding-top:3px;
}

.innerNice {
	overflow: auto;
	border: 2px solid #96bf0d;
    background-color: #FFFFFF;
    overflow-y:auto;
    overflow-x:auto;  
  	width: auto;
	height: 100%;    
}

#contenu {
	margin:auto;
	width:790px;
	min-height:590px;
	margin-bottom:5px;
	padding:5px;
        	
        background-image:url(../image/white.png);
    	
}

#contenu_print {
	width:740px;
	min-height:590px;
	margin-bottom:5px;
	padding:5px;
}

#contenu p {	
	margin:0px;
	margin-bottom:5px;
	text-align:justify;
	text-indent:20px;
}

.titre_index {
	color: #336600;
	font-size:12px;
	font-weight:bold;
}	

.cadre_gauche {
	margin-top:20px;
	background-image:url(../image/cadre_gauche.png);
	background-position:left bottom; 
	background-repeat:no-repeat; 
	padding-left:15px; 
	padding-right:15px;
	padding-bottom:10px;
}

.cadre_droite {
	margin-top:20px;
	background-image:url(../image/cadre_droite.png);
	background-position:right bottom; 
	background-repeat:no-repeat; 
	padding-left:15px; 
	padding-right:15px;
	padding-bottom:10px;
}

.table { border-right: #96bf0d 2px solid;border-bottom: #96bf0d 2px solid;}
.table td { border-top: #96bf0d 2px solid; border-left: #96bf0d 2px solid; }

ul {
	padding-left:15px;
}

.ul_barre {
	text-align:left; 
	border-left: 5px solid #CCFF00; 	
	padding-left:20px;
}

.ul_index {
	padding-left:5px;
	font-size:10px;
	color:#2283A5;
	list-style-type: none;
}

fieldset {
	width:auto; 
	height:auto; 
	border:2px solid #96bf0d; 
	padding:10px; 
	padding-top:0px;
}

legend {
	text-align:left; 
	background-color:#96bf0d;
}

input {
	border:2px solid #96bf0d; 
	margin-left:5px;
}

.bouton {
	border:2px solid #96bf0d; 
	margin-left:5px;
    cursor:pointer;
}

select {
	border:2px solid #96bf0d; 
	margin-left:5px;
}

textarea {
	border:2px solid #96bf0d; 
	margin-left:5px;
}

.div_green {
	background-color:#BFD73B; 
    width:50%; 
    margin-left:10%; 
    padding:5px; 
    text-align:justify; 
    -moz-border-radius: 10px;
    border-radius: 10px 10px;
}


.gauche {
	background-image:url(../image/gauche.png);
    width:3px;
}	

.droite {
	background-image:url(../image/droite.png);
    width:3px;
}	

.milieu {
	background-image:url(../image/milieu.png);
}	

.td_nouv {
	vertical-align:middle;
    width:100%; 
    font-size:12px; 
    color:#FFFFFF; 
    padding-left:5px;
    cursor:pointer;
}

#footer{
	width:790px;
	margin:auto;
	background-color:#FFFFFF;
	padding:5px;	
}




*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #252525;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}


