html{
	width:100%;
	margin:0px;
	padding:0px;
	background-color:#ffffff;
}
body {
	position:relative;
	width:709px;
	height:100%;
	min-height:600px;
	margin:0px auto;
	padding:0px;
	font-family:verdana;
}
body.home{
	background: url('../files/images/bgHome.jpg') no-repeat center top;
}
body.in{
	background: url('../files/images/bgIn.png') repeat-y left top;
}
#noscript{
    position:absolute;
    color:red;
    top:50%;
    left:50%;
    width:500px;
    height:50px;
    margin-top:-31px;
    margin-left:-256px;
    text-align:center;
    border:1px dashed red;
    padding:6px;
    background-color:#eee;
    z-index:9999999;
}
h1.titre{
	margin:6px 0px;
	padding:6px;
	font-size:18px;
	font-style:italic;
	margin-left:-22px;
	background:url('../files/images/titleRepeat.png') repeat-y left;
}
fieldset{
	padding:6px;
	border:1px dotted #cecece;
        border-top:1px solid #000;
}
#bistep1 legend{
	font-style:italic;
	font-size:17px;
        font-weight:bold;
        letter-spacing:1px;
        margin-left:400px;
}
#logoHome{
	width:160px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:140px;
	padding-top:120px;
	height:160px;
}
#logoHome span{
	width:160px;
	position:absolute;
	top:122px;
	left:300px;
	height:160px;
}
#logoHome span:hover{
	background:url('../files/images/logoHome.png') no-repeat;
}
#goTop{
    display:none;
}
#goTop a{
    background:url('../files/images/arrow.jpg') no-repeat center top;
    padding-top:20px;
}
.in #goTop{
    display:block;
    height:20px;
    text-align:right;
}
#headerZone{
	width:100%;
	height:80px;
}
#contentZone{
	min-height:461px;
	padding-bottom:70px;
}
.padL #contentZone{
	padding-top:40px;
	padding-left:140px;
}
#contentZone h2{
	padding:10px 0 0 4px;
}

#contentZone .vignette{
	float:left;
}
.crud-record-list{
    text-align:center;
    width:100%;
    font-size:11px;
}
.description{
    padding:4px 0px;
    font-size:12px;
    font-weight:bold;
    font-style:italic;
}
.contenu{
	padding:10px;
        margin-bottom:20px;
	font-size:12px;
	border:1px solid #666;
        clear:both;
}
.contenu h3{
    margin-top:10px;
}
.contenu li{
    list-style-image:url('../files/images/liCube.jpg');
    list-style-position:outside;
    margin-left:18px;
}

/* CONTACT */
#formContact{
	width:100%;
}
#jform1 #formContact th{
	width:100px;
}
#jform1 #formContact input[type=text]{
    width:160px;
}
#formContact #jform1_email{
    width:160px;
}
/* AUTHENTIFICATION */
	
#auth_login_zone{
	padding-top:300px;
	width:300px;
	margin-left:auto;
	margin-right:auto;
}
#auth_login_zone form{
	border:1px solid #cecece;
}
#auth_login_zone form, #auth_login_zone fieldset{
	height:100%;
	padding:10px;
}

#auth_login_zone input[type=text], #auth_login_zone table{
	width:100%;
}

#auth_login_zone input[type=password]{
	width:100%;
}

#auth_login_zone input[type=submit]{
	float:right;
}
.jforms-table span{
    display:block;
}
/*.jforms-table tr th, .jforms-table tr td{
    margin-top:40px;
    border-top:1px solid #000;
}*/
.jforms-table li{
    display:inline;
}
.jforms-choice .jforms-item-controls{
    display:block;
}
.jforms-choice{
    margin:0;
    padding:0;
}
.jforms-choice li{
    display:block;
    margin:20px 0;
    border:1px dotted #fff;
    padding:0 4px;
}
#ctrlpc .jforms-item-controls label{
/*     width:30%; */
    display:block;
}
#bistep1 *, #bistep2 *, #bistepSynd *{
    cursor:default;
}
/* DIVERS */
#imageMouse{
	position:absolute;
}
.noContent{
	text-align:center;
	font-style:italic;
	font-size:12px;
	padding:16px;
	margin-top:40px;
	border-top:1px dotted #cecece;
	border-bottom:1px dotted #cecece;
	background-color:#eee;
	letter-spacing:0.2em;
}
.hidden{
	display:none;
}
.inline{
	display:inline;
}
.show{
	display:block;
}
.cursor{
	margin:0px 10px;
	vertical-align:middle;
}
.clear{
	clear:both;
}
.table{
	width:100%;
}
