body {
	width: 155%;
	margin: 0;
	padding: 0;
	background-color: #FFF;
}
#content {
	margin: 0;
	padding-right: 10px;
	float: left;
	border-right: 1px dashed #083;
}
#contentLeft, #contentMiddle, #contentRight {
	float: left;
}

#contentMiddle {
	padding: 8px;
}

#contentFooter {
	clear: left;
}
#col {
	width: 235px;
	margin: 0;
	padding: 171px 0 15px 0;
	float: left;
	text-align: center;
}
/*------------*/
#col h5 {
	color: #083;
	margin: 0;
	padding: 1.7em 0 0 0;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
/*------PAR DEFAUT------*/
#col a:link, a:visited, a:hover, a:active {
  	text-decoration: none;
}
#col p {
	color: #333;
	font-size: 12px;
	margin: .5em 0;
	padding: 0;
	line-height: 1.3em;
}
#col ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/*------MISE EN FORME TEXTES------*/
.size11 {
	font-size: 11px;
}
.size12 {
	font-size: 12px;	
}
.misenval {
	font-weight: bold;
}
.txtVert {
	color: #083;
}
.txtGris333 {
	color: #333;
}
.txtGris666 {
	color: #666;
}
.txtRouge {
	color: #F00;
}
.justif {
	text-align: justify;	
}
.adroite {
	margin: .7em 0 0 0;
	padding: 0;
	text-align: right;
	float: right;
}
.margtop10 {
	margin-top: 10px;	
}
/*--------------------------------*/
/*------COL / TELECOMMANDE-------*/
/*--------------------------------*/
#telecotop {
	width: 235px;
	height: 50px;
	margin: 0;
	background: url(../img/teleco_top.jpg) top left no-repeat;
}
#teleco {
	width: 235px;
	margin: 0;
	padding-top: 10px;
	background: url(../img/teleco_fon.jpg) top left repeat-y;
}
#teleco img {
	margin: 0;
	border: 1px solid #083;
}
#telecobottom {
	width: 235px;
	height: 65px;
	margin: 0;
	background: url(../img/teleco_bottom.jpg) top left no-repeat;
}
#zoneform {
	width: 175px;
	margin: 0 auto;
	padding: 0 0 10px 0;
	text-align: left;
}
#zoneform label, #zoneform ul li input {
	width: 170px;	
	margin: .3em 0;
	padding: 0;
}
#zoneform form ul li label input#debaras, #zoneform form ul li label input#mieuxconso {
	width: 20px;
	cursor: pointer;
}
#zoneform span.txtGris333 {
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-weight: normal;
	vertical-align: middle;
}
#zoneform a {
	color: #083;
	font-size: 11px;
}
#zoneform a:hover {
	text-decoration: underline;
}
#zoneform form {
	width: 175px;
	margin: 10px 0;
	padding: 0;
	border-top: 1px solid #083;
}
#zoneform form select {
	width: 170px;
}
#zoneform ul {
	width: 175px;
	margin: 0;
	padding: 0;
	color: #083;
	font-size: 11px;
	font-weight: bold;
	list-style-type: none;
	line-height: 1.3em;
	text-indent: 0;
}
#zoneform ul li {
	margin: .7em 0;
	padding: 0;
}
#validation {
	padding-top: 5px;
	text-align: right;
}
.btn {
	color: #FFF;
	background-color: #083;
	border: none;
	cursor: pointer;
}
.btn:hover {
	color: #083;
	background-color: #FFF;
}