html				 	{height: 100%;}
	
BODY
{
	margin: 0px; /* pour �viter les marges */
	text-align: center; /* pour corriger le bug de centrage IE */
	height: 100%;
	background-color:#C0C0C0;
}

h1 {
	font-size: 18px;
	margin-top:5px;
	margin-bottom:5px;
}
h2 {
	font-size: 17px;
	margin-top:5px;
	margin-bottom:5px;
}
h3 {
	font-size: 16px;
	margin-top:5px;
	margin-bottom:10px;
}
h4 {
	font-size: 15px;
	margin-top:5px;
	margin-bottom:7px;
}
h5 {
	font-size: 14px;
	/*line-height:14px;*/
	margin-top:5px;
	margin-bottom:5px;
}

body, table, td, input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img {
	margin:0px;
	padding:0px;
	border:0px;
	
}

#head_image {
	height:121px;
	margin:0;
	padding:0;
}

#menu {
	/*border: 1px solid blue;*/
	height:30px;
}

#container {
	width:783px;
	/*border: 1px solid red;*/
	
	height:auto !important;
	/*height: 100%;
	min-height:100%;*/
	margin-left: auto;
	margin-right: auto;
	text-align: left; /* on r�tablit l'alignement normal du texte */
}

#section_principale {
	background-color:#FFFFFF;
	background-image:url(../images/backgroungsectionprincipale3.png);
	min-height:350px;
	height:auto !important;
	height:350px;
	/*height:100px;*/
	background-repeat: no-repeat  ;
	/*border: 1px solid red;*/
}

#section_principale_head {
	/*border: 1px solid red;*/
	margin-left:87px;
	margin-right:75px;
	height:75px;
	border-bottom: 1px solid #4582BA;
	
}

#section_principale_head_left {
	height:75px;
	background-color:transparent;
	padding-top:56px;
	float:left;
}

#section_principale_head_right {
	float:left;
	padding-top:44px;
	margin-left:15px;
	font-size: 20px;
	font-weight: bold;
}

#section_principale_head_bottom {
	clear:both;
}


#section_principale_content {
	margin-top:25px;
	/*margin-left:107px;
	margin-right:95px;*/
	margin-left:87px;
	margin-right:75px;
	padding-left:20px;
	padding-right:20px;

	padding-bottom:10px;
	border-bottom: 1px solid #4582BA;
	
	min-height:250px;
	height:auto !important;
	height:250px;
	/*border: 1px solid green;*/
}

#section_principale_content li {
	line-height: 25px;
}

#section_principale_content,
#section_principale_content a:link,
#section_principale_content a:visited,
#section_principale_content a:hover,
#section_principale_content table,
#section_principale_content td
{
	/*color:#828282;*/
	color:#000000;
}

#section_principale_content table {
	width:575px;
}
#section_principale_content table td.col1{
	width:150px;
}
#section_principale_content table td.col2{
	width:250px;
}
#section_principale_content table td.error {
	color:#FF0000;
}
#section_principale_content table input{
	width:250px;
}
#section_principale_content table input.quantity {
	width:30px;
}

.buttonsend {
	margin-left:400px;
}

#foot {
	height:108px;
	text-align:center;
}

#footer {
	height:20px;
	width:569px;
	text-align:right;
	padding:3px;
	margin-left: auto;
    margin-right: auto;
}

#footer a:link,
#footer a:visited,
#footer a:hover {
	color:#000000;
}

img.pdf {
	margin-right:5px;
	text-decoration:none;
}

#form_video {
	width:550px;
	padding:3px 3px 3px 3px;
	border: 2px solid #e0e0e0;
	margin-bottom:5px;
   	margin-left: auto;
    margin-right: auto;
}

#form_video  .video_cover {
	margin-right:7px;
	float:left;
}

#form_video  .video_text {
	text-align:left;
}

#form_video  .video_titre {
	text-align:center;
	font-size: 17px;
	font-weight: bold;
}

.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}
