#ckformcontainer {
	width: 100%;
}

.ck_mandatory {
	color:#FF0000;
	padding: 0px;
	font-size:0.9em;
	font-weight: bold;
}

.ckform_tooltip, .ckform_tooltipcss {
	margin-top: 13px;
	margin-left: 5px;
}

.ckform {
	margin-top: 10px;
}

.ckform div.error {
	display: none;
}

.ckform div.fc-error {
	margin-left: 20%;
	border: none;
	background:none;
	padding: 0px;
	display: none;
}

.ckform div.fc-error p {
	margin: 0px;
	padding: 0px;
	color:#F00 !important;
	display: none;
}

.ckform input { 
 	border: 1px solid #999;
	padding: 2px;
}

.ckform input:focus { 
 	border: 1px dotted #999;
}

.ckform input.error {
	border: 1px dotted #FF0000 !important;
}
.ckform textarea.error { border: 1px dotted red; }

#ckpoweredby {
	text-align:center !important;
	margin-top: 10px;
	margin-bottom: 10px;
}

#ckpoweredby a {color:#666666;}

.captchaCont {
	margin-top: 10px;
}

.ckBtnCon {
	text-align: center !important;
	margin-bottom: 10px;
	margin-top: 10px;
}

/* CSS layout */

.ckCSSlabel {
	display: block;
	float: left;
	margin-top: 10px;
	width: 20%;
	font-size:1em;
}

.ckCSSinput {
	width: 76%;
	margin-top: 10px;
	background:none;
}

.ckCSSinput input {
	background:none;
}

.ckCSSinputnowidth {
	display: block;
	float: left;
	margin-top: 10px;
}

.ckCSSTip {
	background-image: url(../img/info-bck.png);
	background-repeat:no-repeat;
	background-position:right;
}
/*
.ckCSSclear {
	margin: 0px;
	padding: Opx;
	clear: both;
}
*/
.ckCSSFloatLeft {
	float: left;
}

.ckCSSbot10 {margin-bottom: 10px;}
.ckCSSbot5 {margin-bottom: 5px;}
.ckCSStop10 {margin-top: 10px;}

.ckCSScenter {
	text-align:center !important;
	margin-top: 10px !important;
}

.ckCustomText {
	margin-top: 10px;
}

.ckNoBorder {
	visibility:hidden;
}

.ckpagination {
	text-align:center !important;
	margin-bottom: 15px;
}

.ckdatatable {
	margin-top: 20px;
	margin-bottom: 10px;
	width: 100%;
	border-collapse:collapse;
}

.ckdatatableborder td {
	border : 1px solid #ccc;
}

.ckfrontlabel {
	height: 30px;
	padding-right: 20px;
	font-weight: bold;
	color:#666;
}
/* Ajout de styles personnels */

/* Ligne 1 */
.civilite {
	width: 85px;
	float: left;
}

/* Ligne 2 */
.titre1 {
	margin: 0px;
	width: 90px;
	float: left;
}
.champ1 { 
	margin: 0px;
	width: 150px;
	float: left;
}
.titre2 {
	margin: 0px;
	padding-left: 30px;
	width: 90px;
	float: left;
}
.champ2 { 
	margin: 0px;
	width: 150px;
        display: block;
}

/* Ligne 3 */
.titre_adresse {
	margin: 0px;
	width: 90px;
	float: left;
}
.champ_adresse { 
	margin: 0px;
	width: 220px;
	float: left;
}
.titre_postal {
	margin: 0px;
	padding-left: 30px;
	width: 110px;
	float: left;
}
.champ_postal { 
	margin: 0px;
	width: 60px;
        display: block;
}

/* Ligne 4 et 5 idem à 2 */

/* Ligne 6 */
.titre_connaissance { 
	margin: 13px 0 0 0;
	width: 350px;
}
.champ_connaissance { 
	margin: 10px 0 0 10px;
	width: 150px;
}

/* Ligne 7 */
.titre_rencontre {
	width: 360px;
}
.champ_rencontre {

}

/* Ligne 8 */
.titre_comment {
	margin: 20px 0 0 0;
	width: 100%;
	float: none;
}
.champ_comment {
	float: none;
}

/* Ligne 9 */
.titre_fichier { 
	margin: -5px 0 0 0;
	width: 125px;
}
.champ_fichier { 
	margin: -22px 0 0 0;
	margin-left: 130px;
}

/* Ligne 10 */
.titre_lettre { 
	margin: 5px 0 0 0;
	width: 230px;
	font-weight: bold;
}
.champ_lettre { 
}

.separation {
	border-bottom: 1px dotted #999;
}

.ckantispam_texte {
	font-size: 90%;
	margin-top: 20px;
}