/* Redéfinition des balises basic */
body
{
	font-family: Arial;
	position : relative;
	width: 860px;
	margin: auto;
	font-size: 12px;
	color: #505050;
	background-color: #FFFFFF;
	background-repeat:repeat-x;
}

a
{
	font-weight: bold;
	text-decoration: none;
	color: #303030;
}

img
{
	border: none;
}

/* ----------------------------------------------------*/
/* Définition sur bloc logo*/
div#header
{
	float: right;
	margin-top: 52px;
	/*background-image: url("http://comiref.com/partner/img/header/bg_header.png");*/
	background-image: url("../images/titre.jpg");
	background-repeat: no-repeat;
	width: 350px;
	height: 15px;
	padding-top: 68px;
	text-align: center;
}
/* ----------------------------------------------------*/
/* Définition du bloc sur les informations client */
div#description
{
	float: left;
	margin-top: 15px;
	padding-top: 45px;
	width: 407px;
	height: 140px;
}
/* ----------------------------------------------------*/
/* Définition du bloc sur les informations du contrat */
div#contrat
{
	float: left;
	margin-top: 13px;
	width: 50%;
	height: 500px;
}
/* ----------------------------------------------------*/
/* Définition du bloc sur les informations Fournisseur*/
div#fournisseur
{
	float:left;
	margin-top: 20px;
	margin-left: 5px;
	width: 100%;
	height: 60px;
	
}

div.adresse
{
	margin-left:80px;
	width:280px;
	padding:5px;
	font-weight:bold;
	border: 1px solid black;
	text-align:center;
}
/* ----------------------------------------------------*/
/* Définition du bloc bouton footer */
div#bouton
{
	float: left;
	width: 100%;
	height: 50px;
	text-align: center;
	vertical-align: top;
	margin-bottom: 10px;
	padding-top: 10px;
}


/* ----------------------------------------------------*/
/* Définition des balises input du formulaires */
input, select
{
	font-size: 12px;
	background-color: #EEEEEE;
	color: #505050;
	border: 1px solid #CCCCCC;
}

input.mail
{
	width:205px;
}

input.nom, input.prenom
{
	width:115px;
}

input.age
{
	width: 100px;
}

input.addr
{
	width: 300px;
}

input.cp
{
	width: 60px;
	text-align:right;
}

input.ville
{
	width: 235px;
	text-align:right;
}

input.tel
{
	width:75px;
	text-align:center;
}
/* ----------------------------------------------------*/
/* BLOC INFORMATIONS LRAR */
div.infos
{
	width: 300px;
	margin-left: 130px;
	margin-top: 100px;
	float: right;
}

div.infos table
{
	width: 300px;
	background-color: #dfdfdf;
	/*color:#000044;*/
	border:none;
}
div.infos td.cont
{
	padding:10px;
	font-size:10px;
	font-family:Verdana;
}

div.infos tr.titre
{

}
div.infos td.titre
{
	padding-left: 10px;
	/*color:#FFFFFF;*/
	background-image: url("http://www.adsl-facile.com/v3/images/breves/fond.jpg");
	background-repeat:repeat-x;
	height:42px;
	font-weight:bolder;
}
/* ----------------------------------------------------*/