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

a:hover
{
	color: #FFFFFF;
	background: #000000;
}

body
{
	margin: 0px;
	padding: 0px;
	font-family: verdana, sans-serif;
	font-size: 13px;
	background-color: #428ece;

}

div#container
{	
	width: 800px;
	margin-top: -13px;
	padding: 0px;
}

div#header
{
	height: 140px;
	width: 800px;
	padding: 0px;
	background-image: url(../img/cus_01.jpg);
	background-repeat: no-repeat;
}

div#contenu
{	
	margin: 0px;
	padding: 0px;
}

div#left
{	
	height: 550px;
	width: 140px;
	background-image: url(../img/p_02.jpg);
	background-repeat: no-repeat;
	float: left;
}

/* Navigation Gauche */
 
#navigation 
{
	margin-top: 55px;
	width: 130px ;
	list-style: none ;
	margin-left: 4px ;
	padding: 0 ;
	background: none;
}

#navigation li 
{
	color: #fff ;
	border: 1px solid #235883 ;
	padding: 3px ;
	margin-top: 1px ;
}

#navigation li a 
{
	display: block ;
	color: #000 ;
	font: 17px "Trebuchet MS",Arial,sans-serif ;
	line-height: 1em ;
	text-align: center ;
	text-decoration: none ;
	padding: 4px 0 ;
}

#navigation li a:hover, 
#navigation li a:focus, 
#navigation li a:active 
{
	background: #ce6500 ;
	color: #fff ;
	text-decoration: none ;
}

.CU_page 
{
	background: #ce6500 ;
	color: #fff ;
	padding: 1px 20px 1px 21px;
}

						/*DROITE*/

div#right
{	
	margin-left: 140px;
	height: 550px;
	width: 660px;
	background-image: url(../img/p_03.jpg);
	background-repeat: no-repeat;

}


/* FORMULAIRE */

div#container fieldset
{
	margin: 42px 30px 20px;
	float: left;
	width: 560px;	
	background: #f6fcff;
	padding-top: 34px;
	padding-left: 10px;
	border: solid 1px #235883;

}

legend
{
	font-size: 15px;
	color: #235883;
	font-weight: bold;
	border: solid 1px #235883;
	background: #fff;
	padding-top: 4px;	
	padding-bottom: 4px;	
}

div#container fieldset input
{
	background: #fff;
	border: 1px solid #ccc;
}

div#container fieldset input:hover
{
	border: 1px solid #000;
}

div#container fieldset label
{
	float: left;
	width: 112px;
	text-align: right;
	color: #235883;
	font-weight: bold;
	background: #add7d0;
	padding: 4px;
	margin-right: 4px;
	font-size: 12px;
}

div#container fieldset legend
{
	padding-right: 20px;
	padding-left: 20px;
}

input
{
	width: 386px;
	margin-bottom: 5px;
}

input#fa_name
{
	width: 120px;
	margin-right: 10px;
	float: left;
}

input#fi_name
{
	width: 130px;
	margin-right: 2px;
}

input#zip
{
	width: 120px;
	margin-right: 10px;
	float: left;
}

input#city
{
	width: 130px;
	margin-right: 2px;
}

input#phone
{
	width: 120px;
	margin-right: 10px;
	float: left;
}

input#fax
{
	width: 130px;
	margin-right: 2px;
}

input#prog
{
	width: auto;
	float: left;
}

input#submit
{
	width: 80px;
	margin: 10px 0px 5px 412px;
	font-weight: bold;
	color: #235883;
}

p#submit_button
{
	margin-top: 5px;
	height: 50px;
}

#yes
{
	width: auto;
}

#no
{
	width: auto;
}

.requis
{
	margin-left: 367px;
	margin-top: 30px;
	font-size: 11px;
	font-style: italic;
	color: #ff7368;
}

.star
{
	font-weight: bold;
	color: #ca6100;	
	font-size: 12px;
}

/* FOOTER*/

div#footer
{
	clear: both;
	text-align: center;
	width: 800px;

}

p#subnav
{
	height: 0px;
	padding-bottom: 20px;
}

p#address
{
	height: 5px;
	padding-bottom: 10px;

}

p#copyright
{
	padding-top: 10px;

}


