@charset "utf-8";
/* CSS Document For Frech content */

/* Document Elements */

html, body {
  margin: 0;
  padding: 0;
  height:100%;
}

body {
	color: #666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8.5pt;
	text-align: center;
	line-height: 140%;
	direction: ltr;
}

p {
	margin: 0;
	padding: 0; 
	text-align: left
}

TABLE, TR, TD {  
	/*behavior: url(../ressources/iepngfix.htc);*/
}

h1 {
	font: Georgia, Verdana;
	margin: 0 0 10px 0;
}

h2 {
	font: Georgia, Verdana;
	margin: 0 0 10px 0;
}

h3 {
	font: Verdana, Georgia;
	margin: 0 0 10px 0;
}

h4 {
	font: Verdana, Georgia;
	margin: 0 0 10px 0;
}

h5 {
	font: Verdana, Georgia;
	margin: 0 0 10px 0;
}

h6 {
	font: Verdana, Georgia;
	margin: 0 0 10px 0;
}

ol, ul {
	margin: 0;
	padding: 0;
}
.mod192 ol li,.mod192 ul li {
  list-style: none;
}

ol li, ul li { 
	
	margin: 0;
	padding: 0;
	/*behavior: url(../ressources/iepngfix.htc)*/
}

a { 
	font-family: Verdana, Georgia;
	/*behavior: url(../ressources/iepngfix.htc)*/
}

a img {
	border-width: 0px;
	/*behavior: url(../ressources/iepngfix.htc)*/
}

a:link {
 	text-decoration: none; 
 	background-color: transparent 
}

a:visited { 
  	text-decoration: none; 
 	background-color: transparent 
}

a:hover { 
  	text-decoration: none;
  	background-color: transparent
}
 
a:active { 
  	text-decoration: none; 
  	background-color: transparent 
}

DIV { 
	font-family: Verdana, Georgia;
	text-align: left;
	padding: 0;
	margin: 0;
	/*behavior: url(../ressources/iepngfix.htc)*/
}

IMG {
	border-width : 0px;
	/*behavior: url(../ressources/iepngfix.htc)*/
}

FORM {
	padding:0;
	margin:0;
}

INPUT[type=text], INPUT[type=password] { 
	font-family: Verdana, Georgia;
	font-size: 8.5pt;
	color: #666;
	background-color: #fff;
	border: 1px solid #bbbbbb;
	height: 16px;
	/*behavior: url(../ressources/iepngfix.htc)*/
}

TEXTAREA { 
	font-family: Verdana, Georgia;
	font-size: 8.5pt;
	color: #666;
	background-color: #fff;
	border: 1px solid #bbbbbb;
}

SELECT {
	height: 20px;
	font-family: Verdana, Georgia;
	font-size: 8.5pt;
	color: #666;
	background-color: #fff;
	border: 1px solid #bbbbbb;
	padding: 0;
	margin: 0;
}

BUTTON, INPUT[type=submit], INPUT[type=button] {
	height: 22px;
	color: #888;
	font-size: 8pt;
	padding-bottom:4px;
	border-top: #EBEBEB 1px solid;
	border-right: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
	border-left: #EBEBEB 1px solid;
	background: url(../images/btbg.png) repeat-x;
}

/* Specific #IDs And .Classes */

.txtgray1 {
	color:#444;
}

.txtgray2 {
	color:#666;
}

.txtgray3 {
	color:#999;
}

.txtred1 {
	color:#ff3300;
}

.txtorange1 {
	color:#ff6600;
}

.txtorange2 {
	color:#ff9900;
}

.txtorange3 {
	color:#ffaa00;
}

.txtblue1 {
	color:#224477;
}

.txtblue2 {
	color:#0099cc;
}

.txtgreen1 {
	color:#99cc00;
}

.txtwhite {
	color:#ffffff;
}

.txtblack {
	color:#000000;
}

.txtnormal {
	font-weight:normal;
}

.txtbold {
	font-weight:bold;
}

.txtindent {
	text-indent: 3em;
}

.justify {
	text-align:justify;
}

.s7pt {
	font-size:7pt;
}

.s8pt {
	font-size:8pt;
}

.s9pt {
	font-size:9pt;
}

.s10pt {
	font-size:10pt;
}

.s11pt {
	font-size:11pt;
}

.s12pt {
	font-size:12pt;
}

.s14pt {
	font-size:14pt;
}

.leftimg {
	margin:0 15px 15px 0;
	padding:0;
	border:#ccc 1px solid;
}

.rightimg {
	margin:0 0 10px 10px;
	padding:1px;
	background-color:#FFFFFF;
	border:#ffce31 1px solid;
}

.leftsmallpad {
	padding:0 0 0 5px;
}

.rightsmallpad {
	padding:0 5px 0 0;
}

.lrsmallpad {
	padding:0 5px 0 5px;
}

.lrtinypad {
	padding:2px 0 2px 0;
}

.tbsmallpad {
	padding:5px 0 5px 0;
}

.tbtinypad {
	padding:2px 0 2px 0;
}

.smallpad {
	padding: 5px;
}

.leftalign {
	text-align:left;
}

.rightalign {
	text-align:right;
}

.centeralign {
	text-align:center;
}

.centered {
	width: 85%;
	margin: 0 auto;
}

.lh80 {
	line-height: 80%; 
}

.lh100 {
	line-height: 100%; 
}

.lh120 {
	line-height: 120%; 
}

/* Vertical align */

/*** Modele 1 ***/
.middlediv {
	width: 100%;
	#position: absolute;  
	#top: 50%;
	display: table-cell; 
	vertical-align: middle;
	text-align:center;
}

.innerdiv {
	#position: relative;
	#top: -50%;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}

/*** Modele 2 ***/
.outer {
	/*height: you must set a value;*/ 
	position: relative;
}
.outer[class] {
	display: table; 
	position: static;
}

.middle {
	position: absolute; 
	top: 50%;
} /* for explorer only*/
.middle[class] {
	display: table-cell; 
	vertical-align: middle; 
	position: static;
}

.inner {
	position: relative; 
	top: -50%
} /* for explorer only */

/* End vertical align*/

.abs {
	position: absolute;
}

.rel {
	position: relative;
	
}

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.clear {
	clear: both;
}

.inline {
	display: inline;
}

.block {
	display: block;
}

.hline1 {
	clear: both;
	height: 1px;
}

.hline5 {
	clear: both;
	height: 5px;
}

.hline10 {
	clear: both;
	height: 10px;
}

.hline20 {
	clear: both;
	height: 20px;
}

.vline1 {
	float: left;
	width: 1px;
	height: 90%;
}

.vline5 {
	float: left;
	width: 5px;
	height: 90%;
}

.vline10 {
	float: left;
	width: 10px;
	height: 90%;
}

.vline20 {
	float: left;
	width: 20px;
	height: 90%;
}

.separator {
	clear: both;
	height:10px;
}

.info {
	width:423px;
	height:25px;
	padding:15px 0 20px 0;
	text-align:center;
	background-color: #ffefb8;
	border: 1px dashed #f9d354;
}

.click {
	cursor:pointer;
}

.errorinput {
	border: #FF5544 solid 3px;
}

/* Dotted Line */

.hline {
	width:98%;
	height:1px;
	clear:both;
}

.vline {
	width:1px;
	height:98%;
}

.opac_25 {
	opacity: .25;
	filter: Alpha(Opacity=25);
}

.opac_50 {
	opacity: .5;
	filter: Alpha(Opacity=50);
}

.opac_75 {
	opacity: .75;
	filter: Alpha(Opacity=75);
}

.h0d0s { background: url(../images/dot23468h.png) 0 0 repeat-x; }
.h1d1s { background: url(../images/dot23468h.png) 0 -1px repeat-x; }
.h2d2s { background: url(../images/dot23468h.png) 0 -2px repeat-x; }
.h1d2s { background: url(../images/dot23468h.png) 0 -3px repeat-x; }
.h2d1s { background: url(../images/dot23468h.png) 0 -4px repeat-x; }
.h3d1s { background: url(../images/dot23468h.png) 0 -7px repeat-x; }
.h1d1s2d1s { background: url(../images/dot57h.png) 0 -1px repeat-x; }
.h1d2s2d2s { background: url(../images/dot57h.png) 0 0 repeat-x; }
.h1d1s3d1s { background: url(../images/dot23468h.png) 0 -5px repeat-x; }
.h1d2s3d2s { background: url(../images/dot23468h.png) 0 -6px repeat-x; }

.v0d0s { background: url(../images/dot23468v.png) 0 0 repeat-y; }
.v1d1s { background: url(../images/dot23468v.png) -1px 0 repeat-y; }
.v2d2s { background: url(../images/dot23468v.png) -2px 0 repeat-y; }
.v1d2s { background: url(../images/dot23468v.png) -3px 0 repeat-y; }
.v2d1s { background: url(../images/dot23468v.png) -4px 0 repeat-y; }
.v3d1s { background: url(../images/dot23468v.png) -7px 0 repeat-y; }
.v1d1s2d1s { background: url(../images/dot57v.png) -1px 0 repeat-y; }
.v1d2s2d2s { background: url(../images/dot57v.png) 0 0 repeat-y; }
.v1d1s3d1s { background: url(../images/dot23468v.png) -5px 0 repeat-y; }
.v1d2s3d2s { background: url(../images/dot23468v.png) -6px 0 repeat-y; }

/* Flexible Box */

/*** Box ***/
.box {
	padding:0 20px 0 0;
	background:#fff url(../images/borders.png) 100% 0 repeat-y;
}
.bi {
	padding:0 0 0 20px;
	background:#fff url(../images/borders.png) 0 0 repeat-y;
}
.bt {
	position:relative;
	height:20px;
	margin:0 -20px;
	background:url(../images/box.png) 100% 0 no-repeat;
}
.bt div {
	width:20px;
	height:20px;
	background:url(../images/box.png) 0 0 no-repeat;
}
.bb {
	height:20px;
	margin:0 -20px;
	background:url(../images/box.png) 100% 100% no-repeat;
}
.bb div {
	width:20px;
	height:20px;
	background:url(../images/box.png) 0 100% no-repeat;
}
.bc {
	background:url(../images/modbg.png) repeat-x;
}
.box h1 {
	margin:0;
	padding:0.3em 10px;
	background:#efece6;
	font:bold 1.2em/1 Arial, Helvetica, sans-serif;
}
.box p, .box ul {
	margin:0;
	padding:4px 10px;
}
.box li {
	margin:0 0 0 2em;
	padding:0;
}
.titre {
	position:absolute;
	top:-15px;
	left:15px;
	width:142px;
	height:30px;
}
.boxombre { 
	-moz-box-shadow: 0 0 10px #aaa;  
	-webkit-box-shadow: 0 0 10px #aaa;  
	box-shadow: 0 0 10px #aaa;
}
.rounded {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;  	
	border-radius: 10px;
}
/*** Petit box ***/
.boxs {
	padding:0 20px 0 0;
	background:#fff url(../images/borderss.png) 100% 0 repeat-y;
}
.bis {
	padding:0 0 0 20px;
	background:#fff url(../images/borderss.png) 0 0 repeat-y;
}
.bcs {
	background:url(../images/modbgs.png) repeat-x;
}


.editzone{
	width: 82px;
	height: 18px;
	padding: 2px 5px;
	margin: 0 6px 0 0;
	background: url(../images/editzone.png) no-repeat;
	float: left;
}

.editzone INPUT[type=text], .editzone INPUT[type=password] { 
	background-color: #fff;
	border: none;
	width: 82px;
	height: 14px;
}

.editgzone{
	width: 220px;
	height: 18px;
	padding: 2px 5px;
	margin: 0 6px 0 0;
	background: url(../images/editgzone.png) no-repeat;
	float: left;
}

.editgzone INPUT[type=text], .editgzone INPUT[type=password] { 
	background-color: #fff;
	border: none;
	width: 220px;
	height: 14px;
}

#souscat{
width:260px;
}

