/* Shopsailors' CSS File */
/* UTF-8 Check : à  ç  é  è  */

body{
	text-align: justify;
}
p{
	text-align: inherit;
	margin-top: inherit;
}
/* page de connexion: container */

.bg_identification_top{
	background: transparent url(admin/websailors_notification_top.png) no-repeat center top;
	width: 433px;
	height: 70px;
	margin-left: auto;
	margin-right: auto;
}

.bg_identification_middle{
	background: transparent url(admin/websailors_notification_middle.png) repeat-y center top;
	width: 433px;
	margin-left: auto;
	margin-right: auto;
}

.bg_identification_bottom{
	background: transparent url(admin/websailors_notification_bottom.png) no-repeat center top;
	width: 433px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
}

#connection_mainContainer{
  text-align: center;
  width: 100%;
  color: #333333;
  margin-top: 10px;
}
#connection_mainContainer div{
  margin-left: auto;
  margin-right: auto;
}
#connection_mainContainer input, #connection_mainContainer textarea{
  border: 1px solid #333333;
}
#connection_mainContainer .captchaText img{
  border: 1px solid #333333;
}
/* page de connexion: identification */

#clientConnection{
  text-align: center;
}
.clientConnection_title{
  text-align: center;
	font-size: 120%;
	font-weight:bold;
}
.adminConnection_firefox{
	text-align: center;
	font-weight:bold;
	margin-top: 10px;
}
.clientConnection_input{
	margin: inherit;
}
.pictoConnection{
width: 20px;
}
.id_mdp_text{
	margin-top:7px;
}
/* page de connexion: lien pour créer un compte */

#createAccountLink{
    text-align: center;
    padding-top: 10px;
    margin-left: 150px;
	width: 100%;
}

/* page de création de compte */

.createAccount_mainContainer{
  width: 100%;
  color: #333333;
  margin-top: 10px;
}
.createAccount_mainContainer .captchaText{
  color: #333333;
}
.createAccount_mainContainer input{
	border: 1px solid #333333;
	width: 200px;
}
.createAccount_mainContainer textarea{
	border: 1px solid #333333;
	width: 200px;
	height: 50px;
}
.createAccount_mainContainer .captcha_image{
	border: 1px solid #333333;
}

.createAccount_contents{
	margin-left: 20px;
	padding-top: 10px;
	width: 400px;
}

.createAccount_title{
	text-align: center;
	font-size: 120%;
	font-weight:bold;
}

.partTitle{
	font-size: 110%;
	font-weight:bold;
	padding-top: 10px;
}

.submitAccount{
	text-align: center;
	margin-top: 15px;
}
#sendMailConfirm{
	font-style: italic;
	font-size: 50%;
	text-align: center;
	margin-top: 4px;
}

.noteText{
	font-style: italic;
	font-size: 80%;
}
.alertError{
	color: #660000;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
}

.accountConfirm{
	color: #333333;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
}

/* Connexion reussie */

#connection_succefull{
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	width: 100%;
	color: #333333;
	margin-top: 10px;
}


/* Classes global */

.textAlign_left{
text-align: left;
}

.formAccount_error{
	color: red;
}

.bold{ /* Elements affichés en gras (mots clés) */
    font-weight: bold;
}

.italic{ /* Elements affichés en italic */
    font-style: italic;
}

.center{ /* Elements centrés */
    text-align:center;
}

.halfSize{
    width:50%;
}

.hideLink{
  text-decoration:inherit;
  color:inherit;
}
.nav_square35{
	height: 35px;
	width: 35px;
}

.nowrap{
	white-space: nowrap;
}

.noFloat{
    clear:both;
}

 /* Message page d'erreur */
 .errorMessage_container{
	margin-top: 40px;
	text-align: center;
	width: 433px;
	color: #333333;
	font-size: 120%;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
 }
 .errorMessage_container div{
	margin-left: auto;
	margin-right: auto;
 }
 .error_top{
	background: transparent url(admin/websailors_notification_top.png) repeat-y center top;
	width: 433px;
	height: 70px;
 }
 .error_middle{
	background: transparent url(admin/websailors_notification_middle.png) repeat-y center top;
	width: 433px;
 }
 .error_bottom{
	background: transparent url(admin/websailors_notification_bottom.png) repeat-y center top;
	width: 433px;
	height: 30px;
 }
.error_content{
	width: 410px;
}

.nobr{
	white-space: nowrap;
}

input[type=text]{
	width: 150px;
}
.pointer{
	cursor: pointer;
}

.noDisplay{
    display:none;
}

/* Default templates listing style */

#templateLister{
	text-align: center;
	width: 850px;
}
.templateDescription{
	text-align: justify;
	font-weight: bold;
	width: 500px;
	color: #333333;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
}
#listerSlideShow{
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
#templateLister table{
border-collapse:collapse;
}
#templateLister td{
padding:0;margin:0;
}
#templateLister .thumb{
width:100px
}
#templateLister .textLeftBackground{
    width:30px;
    height:100px;
    background:transparent url(/templates/preview/images/summary_bg_left.png) no-repeat right top;
}
#templateLister .textRightBackground{
    padding-right:15px;
    height:100px;
    background:transparent url(/templates/preview/images/summary_bg_right.png) no-repeat right top;
}
#templateLister .linkImage{
    height:100px;
    width:80px;
}
.templateList{
	text-align: center;
}
.templateList img{
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
}
