
/*
 * soft reset
 *
 */

*{
	
	margin: 0;
	padding: 0;
}
a img{
	
	border: none;
}
a:active,
a:focus{
	
	outline: none;
}
.clearer{
	
	clear: both;
}

/*
 * layout
 *
 */
body{
	
	background: #fff url(../img/body_bck.png) repeat-x;
}

input {
	border: 1px;
	border-style:solid;
	border-color:#006699;
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
}

input.checkbox {
	border: 0px;
}

.inputconnect {
	width: 138px;
}

input.submit {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	/*padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;*/
	padding: 2px 10px;
}	
	
#global {
	
	width: 970px;
	margin: 0 auto 10px;
}
#header,
#main,
#footer{
	
	background: url(../img/shad_sprite.png);
	
}
#header{
	
	height: 150px;
	padding: 0 5px;
	position: relative;
}
#main{
	
	padding: 0 5px;
}
#footer{
	
	background-position: -970px bottom;
	padding: 0 5px 5px;
}

/*
 * header
 *
 */

#logo{
	
	position: absolute;
	top: 47px;
	left: 30px;
	display: block;
}
#logo img{
	
	display: block;
}

/*
 * header
 * > barre d'onglets
 */

#header ul,
#header ul a:hover,
#header ul a:hover span,
#header ul .active,
#header ul .active strong{
	
	background: url(../img/tab_sprite.png) no-repeat;
}
#header ul{
	
	padding: 114px 10px 0;
	background-position: 0 114px;
	font: bold 14px/36px Helvetica, Arial, sans-serif;
	color: #fff;
}
#header ul:after{
	
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#header li{
	
	float: left;
	margin: 0 1px 0 0;
	list-style: none;
}

/*
 * header
 * > barre d'onglets > default / default:hover
 */

#header ul a,
#header ul a span{
	
	display: block;
	color: #fff;
	text-decoration: none;
}
#header ul a span{
	
	padding: 0 12px;
	text-shadow: 1px 1px 0 #52637f;
}
#header ul a:hover{
	
	background-position: 0 -36px;
}
#header ul a:hover span{
	
	color: #333;
	text-shadow: 1px 1px 0 #ccc;
	background-position: right -72px;
}

/*
 * header
 * > barre d'onglets > .active
 */

#header ul .active{
	
	background-position: 0 -108px;
}
#header ul .active strong{
	
	display: block;
	background-position: right -144px;
	padding: 0 12px;
	color: #333;
	text-shadow: 0px -1px 0 #a5aab2, 1px 1px 0 #ebeef2;
}

/*
 * header
 * > recherche
 */

#header form{
	
	position: absolute;
	top: 120px;
	right: 15px;
}
#header fieldset,
#header fieldset a{
	
	background: url(../img/search_sprite.png) no-repeat;
}
#header fieldset,
#header input{
	
	border: none;
}
#header fieldset input{
	
	float: left;
	width: 192px;
	margin: 5px 10px 0 5px;
	font: 11px Verdana, Geneva, Tahoma, sans-serif;
	color: #666;
}
#header fieldset a{
	
	float: left;
	width: 23px;
	height: 23px;
	background-position: 0 -23px;
	text-decoration: none;
	overflow: hidden;
}
#header fieldset a:hover,
#header fieldset a:focus,
#header fieldset a:active{
	
	background-position: 0 -46px;
}
#header fieldset a input{
	
	visibility: hidden;
}

/*
 * footer
 *
 */

#footer p{
	
	background: #ced5df;
	padding: 15px 0 10px;
	text-align: center;
	font: 9px Verdana, Geneva, Tahoma, sans-serif;
	color: #333;
}


/*
 * main
 *
 */

#mainWrap{
	
	background: #ced5df;
	font: 11px/18px Helvetica, Arial, sans-serif;
	color: #000;
}
#mainWrap:after{
	
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#mainWrap .col{
	
	float: left;
	margin: 10px 0 0 10px;
}
#mainWrap p{
	
	margin-bottom: 8px;
}
#mainWrap #imgerror{
	
		/*margin: 50px 20px 0 20px;*/
		padding: 50px 49.5px;
}
#mainWrap a{
	
	color: #47658b;
}
#mainWrap a:hover{
	
	color: #2e3947;
}
#mainWrap em{
	
	font-style: normal;
	color: #d15402;
}
#mainWrap .center{
	
	text-align: center;
}
#mainWrap .goLink{
	
	text-align: right;
	padding-right: 12px;
	background: url(../img/arrow_brc.gif) right center no-repeat;
}
#mainWrap .goLink a{
	
	text-decoration: none;
}

/*
 * main
 * > listes
 */
 
#mainWrap ul{
	
	list-style: none;
}
#mainWrap ul li a{
	
	text-decoration: none;
}

#mainWrap .puce a{
	
	background: url(../img/arrow.gif) left center no-repeat;
	padding-left: 10px;
}

/*
 * main
 * > listes > avec bordure
 */

#mainWrap ul.bordered{
	
	padding-bottom: 6px;
}
#mainWrap ul.bordered li{
	
	padding: 2px 0;
	background: url(../img/seps_sprite.png) no-repeat;
}
#mainWrap ul.bordered li.noBorder{
	
	background: none;
}
#mainWrap .modNarrow ul.bordered li{
	
	background-position: -1710px bottom;
}
#mainWrap .modMedium ul.bordered li{
	
	background-position: -1160px bottom;
}
#mainWrap .modLarge ul.bordered li{
	
	background-position: 0 bottom;
}

#mainWrap .modLargeXL ul.bordered li{
	
	background-position: 0 bottom;
}

/*
 * main
 * > listes > liste de dates / �v�nements
 */

#mainWrap .dateList{
	
	padding-bottom: 10px;
}
#mainWrap .dateList dt{
	
	float: left;
	clear: left;
	width: 45px;
	padding: 2px 0;
	text-align: right;
}
#mainWrap .dateList dd{
	
	padding: 2px 0 2px 50px;
	border-bottom: 1px solid #ccc;
}
#mainWrap .dateList dd.noBorder{
	
	border: none;
}
#mainWrap .dateList dd li{
	
	background: url(../img/arrow.gif) left center no-repeat;
	padding-left: 14px;
}
#mainWrap .dateList dd li a{
	
	float: right;
	padding-right: 12px;
	background: url(../img/arrow_brc.gif) right center no-repeat;
}


/*
 * module
 * > common
 */

.module{
	
	margin-bottom: 8px;
}
.modMarged{
	
	margin-left: 10px;
}
.module .hr{
	
	clear: both;
	height: 0;
}
.module .shadBody{
	
	border-top: 1px solid #8c8c8c;
	border-bottom: 1px solid #d9d9d9;
}
.module .shadEnd{
	
	border-top: 1px solid #546172;
	border-bottom: 1px solid #919ba9;
}
.module .sepLine,
.module .sepLineRevert{
	
	height: 2px;
	overflow: hidden;
	background: url(../img/seps_sprite.png);
}
.module h2{
	
	height: 30px;
	overflow: hidden;
	text-align: center;
	font: bold 11px/30px Helvetica, Arial, sans-serif;
	color: #fff;
}
.module .modBody{
	
	padding: 5px 10px 1px;
	background: #fff;
}

/*
 * module
 * > narrow
 */

.modNarrow{
	
	width: 160px;
}
.modNarrow h2{
	
	background: url(../img/mod_narrow_head.png);
}
/* line > width: 140px; */
.modNarrow .sepLine{
	
	background-position: -1710px 0;
}
.modNarrow .sepLineRevert{
	
	background-position: -1850px 0;
}

/*
 * module
 * > medium
 */

.modMedium{
	
	width: 295px;
	float: left;
}
.modMedium h2{
	
	background: url(../img/mod_medium_head.png);
}
/* line > width: 275px; */
.modMedium .sepLine{
	
	background-position: -1160px 0;
}
.modMedium .sepLineRevert{
	
	background-position: -1435px 0;
}

/*
 * module
 * > large
 */

.modLarge{
	
	width: 600px;
}
.modLargeXL{
	
	width: 770px;
}
.modLarge h2{
	
	background: url(../img/mod_large_head.png);
}

.modLargeXL h2{
	
	background: url(../img/mod_large_headXL.png);
}
/* line > width: 580px; */
.modLarge, .modLargeXL .sepLine{
	
	background-position: 0 0;
}
.modLarge, .modLargeXL .sepLineRevert{
	
	background-position: -580px 0;
}

/*
 * module
 * > specifiques > pub
 */

#modPub .modBody{
	
	text-align: center;
	padding: 10px;
}

/*
 * module
 * > specifiques > identitaire
 */

#identModule .modBody div{
	
	height: 60px;
	width: 45px;
	background: #5b6f8e;
	border: 1px solid #000;
	overflow: hidden;
	float: right;
	margin: 6px 3px 0;
	text-align: center;
}

/*
 * module
 * > specifiques > mots r�calcitrants
 */

#motRecal .modBody ol{
	
	font-weight: bold;
	color: #d15402;
	list-style-position: inside;
	padding-bottom: 8px;
}
#motRecal .modBody ol li{
	
	position: relative;
	padding: 2px 0;
	overflow: visible;
	border-bottom: 1px solid #ccc;
}
#motRecal .modBody ol li.noBorder{
	
	border: none;
}
#motRecal .modBody ol span,
#motRecal .modBody ol strong{
	
	position: absolute;
	top: 2px;
	color: #000;
}
#motRecal .modBody ol span{
	
	left: 25px;
	font-weight: normal;
}
#motRecal .modBody ol strong{
	
	left: 130px;
	background: url(../img/arrow.gif) left center no-repeat;
	padding-left: 50px;
}

/*
 * module
 * > specifiques > contacts
 */

#modContact .shadBody{
	
	border-top: 1px solid #6f6f6f;
	border-bottom: 1px solid #b2b2b2;
}
#modContact .modBody{
	
	padding: 0;
	background: url(../img/backs_mod_cont.jpg) right bottom;
}
#modContact #contStatus{
	
	background: #dfdfdf;
	border-bottom: 2px solid #dc5b10;
	height: 18px;
}
#modContact #contStatus a{
	
	text-decoration: none;
	float: left;
	width: 33%;
	text-align: center;
	font-size: 10px;
	padding-bottom: 4px;
	line-height: 14px;
	color: #000;
}
#modContact #contStatus a:hover,
#modContact #contStatus a.active{
	
	color: #000;
	background: url(../img/arrow_mod_cont.gif) center bottom no-repeat;
}
#modContact #contList{
	
	width: 140px;
	float: left;
	text-align: right;
	padding-bottom: 3px;
	background: #fff;
}
#modContact #contList ul{
	
	text-align: left;
	list-style: none;
	margin-bottom: 3px;
}
#modContact #contList li a{
	
	display: block;
	line-height: 22px;
	padding: 0 0 0 30px;
	background: url(../img/user_icons.png) no-repeat;
}
#modContact #contList li a:hover,
#modContact #contList li.active a{
	
	background-color: #e7f19f;
}
#modContact #contList .mOnline a{
	
	background-position: 4px 0;
}
#modContact #contList .mOffline a{
	
	background-position: 4px -22px;
}
#modContact #contList .fOnline a{
	
	background-position: 4px -44px;
}
#modContact #contList .fOffline a{
	
	background-position: 4px -66px;
}

#modContact #contList .paging{
	
	display: -moz-inline-box;
	display: inline-block;
	font-size: 10px;
	line-height: 14px;
	text-decoration: none;
	padding: 0 4px 1px;
	margin: 4px 1px;
	
	background: url(../img/backs_mod_cont.jpg);
	border: 1px solid #cecece;
	border-bottom-color: #adadad;
	border-right-color: #adadad;
	color: #515b73;
}
#modContact #contList .paging:hover,
#modContact #contList .pagActive{
	
	background-position: 0 -15px;
	border: 1px solid #cdd68f;
	border-bottom-color: #a4b052;
	border-right-color: #a4b052;
	color: #697514;
}
#modContact #contFiche{
	
	float: left;
	padding: 8px;
	width: 139px;
}
#modContact #contFiche .avatar{
	
	height: 60px;
	width: 45px;
	background: #e3ef90;
	border: 1px solid #949f48;
	overflow: hidden;
	float: left;
	margin: 0 8px 12px 0;
	text-align: center;
}
#modContact #contFiche h3{
	
	margin: 12px 0 0;
	font-weight: normal;
	font-size: 14px;
}
#modContact #contFiche h4{
	
	font-weight: normal;
	font-size: 11px;
}
#modContact #contFiche h5{
	
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	margin-bottom: 6px;
}
#modContact #contFiche p{
	
	margin: 0 0 18px 6px;
}
#modContact #contFiche a{
	
	text-decoration: none;
	color: #50552a;
}
#modContact #contFiche a:hover{
	
	text-decoration: underline;
	color: #373a1c;
}

/*
 * module
 * > specifiques > info personnelles
 */

#persInfo form{
	
	margin-bottom: 12px;
}
#persInfo form label{
	
	display: block;
	cursor: pointer;
	font-size: 10px;
}
#persInfo form input{
	
	margin-bottom: 6px;
}
#persInfo form div{
	
	float: left;
	margin: 0 0 0 20px;
}
#persInfo form div.clearer{
	
	float: none;
	margin: 0;
}

form fieldset{  
    border:none;  
}

#fieldsetregister p#pregister {
	margin-left: 10%;
}

#fieldsetregister input#inputregister {
	
}

.loaderAjax {
	background:url('../img/ajax-loader.gif') 0 center no-repeat;
	padding: 0 0 0 20px;
	margin-left: 10px;
	display:inline;
	display:none;
}

.error-message-connect {
	background:url('../img/erreur.png') 0 center no-repeat;
	padding: 0 0 0 20px;
	display:inline;
	color:#8C0202;
	display:none;
}

.error-message {
	background:url('../img/erreur.png') 10px center no-repeat;
	padding: 3px 0 0 30px;
	display:inline;
	color:#8C0202;
	display:none;
}

.valid-message {
	background:url('../img/valider.png') 10px center no-repeat;
	padding: 3px 0 0 30px;
	display:inline;
	color:#46A13F;
	display:none;
}

#txtinscriptionok {
	color:#333333;
	padding-top: 50px;	
	font-size:12px;
	width: 700px;
	position: absolute;
}

#txtinscriptionerr {
	color:#8C0202;
	padding-top: 35px;	
	font-size:12px;
	width: 700px;
	position: absolute;
}

#imginscription {
	width: auto;
	position: relative;
	text-align: right;
}

.msp_logo {
	margin-top: -20px;
	margin-bottom: -20px;
}


/***********************************/
/* Partie Fiches - Création d'une fiche  */
/***********************************/

.error-message-fiches {
	background:url('../img/erreur.png') 10px center no-repeat;
	/*padding: 3px 0 0 30px;*/
	padding-left: 30px;
	margin-top:0px;
	display:inline;
	color:#8C0202;
	display:none;
}

.valid-message-fiches {
	background:url('../img/valider.png') 10px center no-repeat;
	padding: 3px 0 0 30px;
	display:inline;
	color:#46A13F;
	display:none;
}
#crealstnewtheme {
        display:none;
}

#crealstTblInfos {
        margin: 0 80px;
		width: 403px;
		height: 100px;
}
#crealstTblInfos td {
        /*padding-left:20px;*/
        height: 30px;
}

/* image btn ajout ligne Fiches */
#tdImgAdd {
        padding-top: 10px;
}

#crealstTblMots {
        /*margin-left: 20px;
        margin-right: 20px;*/
		margin: 0 40px;
		width: 395px;
		height: 100px;
}

#crealstTblMots h4 {
	margin-left: -40px;
}

#crealstTblMots td {
       /* height:30px;*/
        padding-left:50px;
        padding-right:10px;
}