#cpt_login {
	width:100%;
}
#cpt_login .texte {
	padding:5px 0 10px;
}
#cpt_login .erreur {
	padding:6px 0;
	text-align:center;
	color:#CC0000;
	
}
#cpt_login table {
	margin:0 25px;
}
#cpt_login .intitule {
	height:21px;
	background-repeat: no-repeat;
	background-position: 0 0;
	vertical-align:bottom;
	display:table-cell;
	padding-left:22px;
	font-size:1em;
	font-weight:bold;
}
#cpt_login .unlock {
	background-image: url(http://static.reseaudescommunes.fr/default/images/design/compte/cadena_unlock.png);
}
#cpt_login .lock {
	background-image: url(http://static.reseaudescommunes.fr/default/images/design/compte/cadena_lock.png);
}
#cpt_login .sep {
	width:100%;
	height:1px;
	font-size:0;
	background:#DEDDDD;
}
#cpt_login .cadre {
	width:226px;
	height:156px;
	background:#EDEDED;
}

#cpt_login .cadre div {
	margin-left:5%;
	width:90%;
}
#cpt_login p,
#forgetpass p,
#confirm p {
	text-align:justify;
}
#cpt_login form input {
	width:100%;
	border:1px solid #88898b;
	font-size:1.167em;
	font-weight:bold;
	vertical-align:middle;
	display:table-cell;
	padding:2px 0;
	color:#333333;
}
#cpt_login form .label {
	padding-top:13px;
	font-size:1em;
	font-weight:bold;
}
#cpt_login form .oublie {
	float:left;
	margin-top:17px;
}
#cpt_login form .oublie a {
	text-decoration:underline;
}
#cpt_login form .submit {
	float:right;
	margin-top:10px;
}
#cpt_login form .submit input {
	width:54px;
	height:30px;
	background:url('http://static.reseaudescommunes.fr/default/images/design/compte/btn_entrer.png') no-repeat;
	border:0;
	cursor:pointer;	
}
#cpt_login .new p {
	padding-top:15px;
}

#cpt_login .new .suite {
	float:right;
	padding-top:10px;
}
#cpt_login p.sep {
	margin-top:20px;
}

#account .smallbarre{
	height:29px;
	line-height:29px;
	vertical-align:middle;
	text-indent:10px;
	font-size:1.083em;
	font-weight:bold;
	background:#F0F0F0;
	border:1px solid #DEDDDD;
}
#account .account_block {
	padding:10px;
	border:1px solid #DEDDDD;
	border-top:none;
}
#account .account_block p {
	margin-bottom:10px;
	text-align:justify;
	min-height: 28px;
}
#account .account_link {
	display:block;
	margin:2px 0;
}
#account #profil, #account #job{
	float: left;
	width: 270px;
}
#account #annonces, #account #covoiturage{
	float: right;
	width: 270px;
}
#account p.text{
	margin: 15px 0 30px;
	text-align: justify;
}
#account div.sepv {
	background:url('http://static.reseaudescommunes.fr/default/images/design/pointille_v.png') repeat-y top center;
	width:100%;
	margin: 15px 0;
	padding: 5px 0;
}
#details table,
#forgetpass table,
#changepass table,
#subscribe table
{
	width:100%;
	margin-bottom:10px;
}
#details table .label,
#forgetpass table .label,
#changepass table .label,
#subscribe table .label
{
	white-space:nowrap;
	width: 25%;
}
#details table input,
#forgetpass table input,
#changepass table input,
#subscribe table input
{
	border:1px solid #4c4c4c;
}
#details table input.text,
#forgetpass table input.text,
#changepass table input.text,
#subscribe table input.text
{
	width:150px;
}
#details table input.postcode,
#forgetpass table input.postcode,
#subscribe table input.postcode
{
	width:50px;
}
#details table input.phone,
#forgetpass table input.phone,
#subscribe table input.phone
{
	width:80px;
}
#details td.submit,
#forgetpass td.submit,
#changepass td.submit,
#subscribe td.submit
{
	text-align:right;
}
#details .submit input,
#forgetpass .submit input,
#changepass .submit input,
#subscribe .submit input
{
	text-align:center;
	background-color:#4c4c4c;
	color:#FFFFFF;
	width:70px;
	padding:1px 0;
}
#presubscribe .intitule {
	font-size:1em;
	font-weight:bold;
}
#presubscribe .grey {
	background-color: #EEEFF1;
	padding: 5px;
	text-align: justify;
}
#presubscribe .next {
	float: right;
}