body {
	background-color: #fff;
	font-family: Arial, Helvetica, Sans-serif;
}
img {
	border: none;
}
#main {
	margin: auto;
	width: 1009px;
}
/**************
	GLOBAL
**************/
#main #header {
	float: left;
	width: 1009px;
	height:124px;
	background: url('./images/fond_header.jpg') no-repeat;
}
#main #header #logo_header {
	width: 280px;
	height: 124px;
	float:left;
}
#main #header #slogan_header {
	width: 420px;
	height: 124px;
	margin-left:30px;
	float:left;
}
#main #header #slogan_header h1{
	font-size:18px;
	font-weight:normal;
	color:#005a83;
	text-transform:uppercase;
	line-height:22px;
	margin:33px 0px 0px 0px;
}
#main #header #slogan_header h2{
	font-size:13px;
	font-weight:normal;
	color:#000;
	margin:0px;
}
#main #header #tel_header {
	width: 212px;
	height: 124px;
	text-align:right;
	float:left;
	margin-left:47px;
}
#main #header #tel_header #titre_tel{
	margin-top:27px;
	font-size:21px;
	color:#9c1818;
}
#main #header #tel_header #num_tel{
	font-size:24px;
	color:#000;
}
#main #header #tel_header #heures_tel{
	font-size:11px;
	color:#7b7b7b;
	margin-top:7px;
}
/*******************************************************************************************************/
/**********************************MENU*********************************************/
/*********************************************************************************************************/

#main #menu{
	float: left;
	width: 1009px;
	height:29px;
}	
#main #menu #accueil_nsel{
	float: left;
	width: 68px;
	height:21px;
	background:url('./images/accueil_nsel.jpg') no-repeat;
	text-decoration:none;
	color:#ececed;
	text-transform:uppercase;
	font-size:12px;
	padding-top:8px;
	padding-left:50px;
}
#main #menu #accueil_nsel:hover{
	background:#858585 url('./images/accueil_sel.jpg') no-repeat;
}
#main #menu #accueil_sel{
	float: left;
	width: 68px;
	height:21px;
	background:url('./images/accueil_sel.jpg') no-repeat;
	text-decoration:none;
	color:#fff;
	text-transform:uppercase;
	font-size:12px;
	padding-top:8px;
	padding-left:50px;
}
#main #menu #qui_nsel{
	float: left;
	width: 146px;
	height:21px;
	background:url('./images/qui_nsel.jpg') no-repeat;
	text-decoration:none;
	color:#ececed;
	text-transform:uppercase;
	font-size:12px;
	padding-top:8px;
	padding-left:45px;
}
#main #menu #qui_nsel:hover{
	background:#858585 url('./images/qui_sel.jpg') no-repeat;
}
#main #menu #qui_sel{
	float: left;
	width: 146px;
	height:21px;
	background:url('./images/qui_sel.jpg') no-repeat;
	text-decoration:none;
	color:#fff;
	text-transform:uppercase;
	font-size:12px;
	padding-top:8px;
	padding-left:45px;
}
#main #menu #sol_nsel{
	float: left;
	width: 116px;
	height:21px;
	background:url('./images/sol_nsel.jpg') no-repeat;
	text-decoration:none;
	color:#ececed;
	text-transform:uppercase;
	font-size:12px;
	padding-top:8px;
	padding-left:40px;
}
#main #menu #sol_nsel:hover{
	background:#858585 url('./images/sol_sel.jpg') no-repeat;
}
#main #menu #sol_sel{
	float: left;
	width: 116px;
	height:21px;
	background:url('./images/sol_sel.jpg') no-repeat;
	text-decoration:none;
	color:#fff;
	text-transform:uppercase;
	font-size:12px;
	padding-top:8px;
	padding-left:40px;
}
#main #menu #ref_nsel{
	float: left;
	width: 129px;
	height:21px;
	background:url('./images/ref_nsel.jpg') no-repeat;
	text-decoration:none;
	color:#ececed;
	text-transform:uppercase;
	font-size:12px;
	padding-top:8px;
	padding-left:35px;
}
#main #menu #ref_nsel:hover{
	background:#858585 url('./images/ref_sel.jpg') no-repeat;
}
#main #menu #ref_sel{
	float: left;
	width: 129px;
	height:21px;
	background:url('./images/ref_sel.jpg') no-repeat;
	text-decoration:none;
	color:#fff;
	text-transform:uppercase;
	font-size:12px;
	padding-top:8px;
	padding-left:35px;
}
#main #menu #contact_nsel{
	float: left;
	width: 85px;
	height:21px;
	background:url('./images/contact_nsel.jpg') no-repeat;
	text-decoration:none;
	color:#ececed;
	text-transform:uppercase;
	font-size:12px;
	padding-top:8px;
	padding-left:40px;
}
#main #menu #contact_nsel:hover{
	background:#858585 url('./images/contact_sel.jpg') no-repeat;
}
#main #menu #contact_sel{
	float: left;
	width: 85px;
	height:21px;
	background:url('./images/contact_sel.jpg') no-repeat;
	text-decoration:none;
	color:#fff;
	text-transform:uppercase;
	font-size:12px;
	padding-top:8px;
	padding-left:40px;
}
/*****************************************************************************************/
/****************************************HOME**************************************/
/*******************************************************************************************/
#main #gauche{
	float:left;
	width:759px;
	height:730px;
}
#main #gauche #edito_gauche{
	float:left;
	width:431px;
	height:325px;
	background:url('./images/fond_edito_gauche.jpg') no-repeat;
}
#main #gauche #edito_gauche #titre_home{
	float:left;
	font-size:22px;
	color:#ececed;
	text-transform:uppercase;
	margin-left:20px;
	margin-top:20px;
}
#main #gauche #edito_gauche #phrase_home{
	float:left;
	font-size:14px;
	color:#000;
	margin-left:20px;
	margin-top:20px;
}
#main #gauche #edito_flash{
	float:left;
	width:328px;
	height:325px;
	background:url('./images/fond_flash.jpg') no-repeat;
}
#main #gauche #part1{
	float:left;
	width:564px;
	height:405px;
}
#main #gauche #part1 #pack1{
	float:left;
	width:187px;
	height:208px;
	background:url('./images/pack1.jpg') no-repeat;
}
#main #gauche #part1 #pack2{
	float:left;
	width:187px;
	height:208px;
	background:url('./images/pack2.jpg') no-repeat;
}
#main #gauche #part1 #pack3{
	float:left;
	width:187px;
	height:208px;
	background:url('./images/pack3.jpg') no-repeat;
}
#main #gauche #part1  .titre_pack{
	color:#7b7b7b;
	font-size:12px;
	margin-top:17px;
	margin-left:25px;
	float:left;
}
#main #gauche #part1  .titre_pack b{
	color:#000;
	font-size:14px;
	text-transform:uppercase;
}
#main #gauche #part1  .partir{
	color:#717171;
	font-size:11px;
}
#main #gauche #part1  .virgule{
	font-size:11px;
	margin-right:2px;
}
#main #gauche #part1 .lien_pack{
	float:left;
	width:80px;
	margin-left:13px;
	margin-right:5px;
	height:60px;
	cursor:pointer;
}
#main #gauche #part1  .prix_pack{
	color:#000;
	text-align:center;
	font-size:10px;
	margin-top:19px;
	float:left;
}
#main #gauche #part1   #pack1 .prix_pack b{
	color:#a40303;
	font-size:18px;
}
#main #gauche #part1   #pack2 .prix_pack b{
	color:#8ebb01;
	font-size:18px;
}
#main #gauche #part1   #pack3 .prix_pack b{
	color:#1e6aa2;
	font-size:18px;
}
#main #gauche #part1  .desc_pack{
	color:#000;
	font-size:11px;
	margin-top:8px;
	margin-left:30px;
	width:150px;
	height:60px;
	overflow:hidden;
	float:left;
}
#main #gauche #part1  .clic_pack{
	color:#fff;
	font-size:12px;
	margin-top:7px;
	margin-left:105px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	float:left;
}
#main #gauche #part1 #edito{
	float:left;
	width:564px;
	height:198px;
	background:url('./images/fond_edito.jpg') no-repeat;
}
#main #gauche #part1 #edito #titre_edito{
	color:#000;
	font-size:15px;
	text-transform:uppercase;
	font-weight:bold;
	float:left;
	margin-left:40px;
	margin-top:20px;
}
#main #gauche #part1 #edito #titre_edito b{
	color:#ff6c00;
}
#main #gauche #part1 #edito #texte_edito{
	color:#000;
	font-size:12px;
	text-align:justify;
	width:466px;
	height:137px;
	overflow:hidden;
	float:left;
	margin-left:40px;
	margin-top:5px;
}
#main #gauche #part2{
	float:left;
	width:194px;
	height:405px;
}
#main #gauche #part2 #pack4{
	float:left;
	width:196px;
	height:289px;
	background:url('./images/pack4.jpg') no-repeat;
}
#main #gauche #part2   #pack4 .titre_pack{
	color:#7b7b7b;
	font-size:12px;
	margin-top:17px;
	margin-left:25px;
	float:left;
}
#main #gauche #part2  #pack4 .titre_pack b{
	color:#000;
	font-size:14px;
	text-transform:uppercase;
}
#main #gauche #part2  #pack4 .lien_pack{
	float:left;
	width:80px;
	margin-left:13px;
	margin-right:5px;
	height:60px;
	cursor:pointer;
}
#main #gauche #part2  #pack4 .prix_pack{
	color:#717171;
	text-align:center;
	font-size:12px;
	margin-top:19px;
	float:left;
}
#main #gauche #part2  #pack4 .prix_pack b{
	color:#ff7e00;
	font-size:18px;
}
#main #gauche #part2  #pack4 .desc_pack{
	color:#000;
	font-size:11px;
	margin-top:8px;
	margin-left:30px;
	width:150px;
	height:142px;
	overflow:hidden;
	float:left;
}
#main #gauche #part2  #pack4 .clic_pack{
	color:#fff;
	font-size:12px;
	margin-top:7px;
	margin-left:105px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	float:left;
}
#main #gauche #part2 #logos{
	float:left;
	width:195px;
	height:116px;
	background:url('./images/fond_references.jpg') no-repeat;
}
#main #gauche #part2 #logos .minipromo{
	float:left;
	width:140px;
	height:60px;
	margin-top:38px;
	margin-left:22px;
	overflow:hidden;
}
#main #gauche #part2 #logos .minipromo .container {
	width:5000px;
	height:60px;
	overflow:visible;
}
#main #droite{
	float:left;
	width:250px;
	height:730px;
	margin-bottom:8px;
}
#main #droite #haut_real{
	float:left;
	width:250px;
	height:198px;
	background:url('./images/haut_real.jpg') no-repeat;
}
#main #droite #milieu_real{
	float:left;
	width:250px;
	height:496px;
	background:url('./images/milieu_real.jpg') no-repeat;
}
#main #droite #bas_real{
	float:left;
	width:250px;
	height:36px;
	background:url('./images/bas_real.jpg') no-repeat;
}	
/*****************************************************************************************/
/****************************************FOOTER**************************************/
/*******************************************************************************************/
#main #footer{
	width:1009px;
	height:163px;
	float:left;
	margin-bottom:10px;
	background:url('images/fond_footer.jpg') no-repeat;
}
#main #footer #infos_footer{
	width:720px;
	height:163px;
	float:left;
	font-size:10px;
}
#main #footer #infos_footer #infos_generales{
	margin-left:200px;
	margin-top:20px;
}
#main #footer #infos_footer #infos_generales a{
	text-decoration:none;
	color:#000;
}
#main #footer #infos_footer #infos_generales a:hover{
	color:#000;
}
#main #footer #infos_footer #liens_footer{
	margin-left:30px;
	margin-top:20px;
}
#main #footer #infos_footer #liens_footer a{
	text-decoration:none;
	color:#000;
}
#main #footer #newsletter_footer{
	float:left;
	width:230px;
	height:163px;
	margin-left:55px;
}
#main #footer #newsletter_footer #titre_newsletter{
	font-size:14px;
	text-transform:uppercase;
	margin-top:20px;
}
#main #footer #newsletter_footer #lien_newsletter{
	height:28px;
}
#main #footer #newsletter_footer #lien_newsletter .newsletter{
	width:165px;
	background: url('images/fond_input.gif') no-repeat;
	height:18px;
	font-style:italic;
	color:#666;
	font-size:11px;
	border:0;
	padding:5px;
	float:left;
}
#main #footer #newsletter_footer #lien_newsletter .submit{
	width:35px;
	height:28px;
	float:left;
	margin-left:5px;
}
#main #footer #newsletter_footer #legal_newsletter{
	margin-top:4px;
	font-size:10px;
}
/*******************************************************************************************************/
/**********************************QUI SOMMES NOUS*********************************************/
/*********************************************************************************************************/
#main #ligne_menu {
	float:left;
	width:1009px;
	height:1px;
	background: url('./images/ligne_menu.jpg') no-repeat;
}
#main #texte_qui {
	float:left;
	width:650px;
}
#main #texte_qui #titre_qui{
	float:left;
	width:460px;
	text-transform:uppercase;
	color:#000;
	font-size:15px;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:35px;
	margin-left:100px;
}
#main #texte_qui #titre_qui b{
	color:#ff6c00;
}
#main #texte_qui #exp_qui{
	float:left;
	width:500px;
	font-size:12px;
	margin-left:120px;
	text-align:justify;
}
#main #images_qui {
	float:left;
	width:359px;
	text-align:center;
}
/*******************************************************************************************************/
/**********************************SOLUTIONS*********************************************/
/*********************************************************************************************************/
#main .ligne_solutions {
	float:left;
	width:1009px;
	height:1px;
	background: url('./images/ligne_solutions.jpg') no-repeat;
}
#main #texte_solutions {
	float:left;
	width:1008px;
	height:254px;
	margin-top:10px;
	background:url('./images/fond_rich.jpg') no-repeat;
}
#main #texte_solutions #titre_solutions{
	float:left;
	width:800px;
	text-transform:uppercase;
	color:#000;
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:10px;
	margin-left:25px;
}
#main #texte_solutions #titre_solutions b{
	color:#ff6c00;
}
#main #texte_solutions #exp_solutions{
	float:left;
	width:700px;
	font-size:12px;
	margin-left:25px;
	text-align:justify;
	margin-bottom:10px;
}
#main .encart_solutions{
	width:497px;
	height:203px;
	background:url('./images/fond_sol.jpg') no-repeat;
	float:left;
}
#main .encart_solutions .tt_sol{
	float:left;
	width:455px;
	margin-left:15px;
	margin-bottom:5px;
}
#main .encart_solutions .tt_sol .table_titre_solutions{
	float:left;
	width:135px;
	text-transform:uppercase;
	color:#1f7db1;
	font-size:14px;
	font-weight:bold;
	margin-top:15px;
}
#main .encart_solutions .tt_sol .ligne_solutions{
	float:left;
	width:320px;
	background:#aaaaaa;
	height:1px;
	margin-top:27px;
}
#main .encart_solutions .table_exp_solutions{
	float:left;
	width:300px;
	font-size:12px;
	margin-left:15px;
	text-align:justify;
}
#main .encart_solutions .table_exp_solutions ul{
	list-style-position:inside;
	padding-left:0px;
	margin-left:0px;
}
#main .encart_solutions .table_exp_solutions li{
	margin-bottom:6px;
	font-style:italic;
}
#main .encart_solutions .table_video_solutions{
	float:left;
	width:150px;
	font-size:12px;
	text-align:justify;
	margin-left:10px;
	margin-top:10px;
}
#main .encart_solutions .table_video_solutions img{
	border:1px solid #afafaf;
}
#main .espace_solutions{
	width:13px;
	height:203px;
	float:left;
}
/*************************************************************/
/*******************CONTACT**********************************/
/***********************************************************/
#main #ligne_contact {
	float:left;
	width:1009px;
	height:1px;
	background: url('./images/ligne_solutions.jpg') no-repeat;
}
#main #titre_contact{
	float:left;
	width:800px;
	text-transform:uppercase;
	color:#000;
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:15px;
	margin-left:80px;
}
#main #titre_contact b{
	color:#ff6c00;
}
#main #texte_contact{
	float:left;
	width:800px;
	font-size:12px;
	margin-left:80px;
	text-align:justify;
	margin-bottom:10px;
}
#main #texte_contact b{
	color:#ff6c00;
}
#main #formulaire_contact{
	font-size:12px;
	float:left;
	width:700px;
}
#main #formulaire_contact .red{
	color:#ff0000;
}
#main .sep_contact{
	background:#d5d5d5;
	height:1px;
	width:100%;
}
#main #messageok{
	font-weight:bold;
	font-size:14px;
	color:#95b604;
}
#main #images_contact{
	float:left;
	width:250px;
	height:555px;
	background: url('./images/contact_coul.jpg') no-repeat;
	margin-bottom:10px;
}
#main #images_contact:hover{
	background: url('./images/contact_nb.jpg') no-repeat;
}
#main #message_ok{
	color:#56c911;
	width:800px;
	font-size:14px;
	text-align:center;
	margin-top:10px;
	font-weight:bold;
}
#main #images_newsletter{
	float:left;
	width:250px;
	height:152px;
	background:url('./images/batiment.jpg') no-repeat;
	margin-bottom:10px;
}
/****************************************************************/
/**********************REALISATIONS*********************************/
/********************************************************************/
#main #ligne_realisation {
	float:left;
	width:1009px;
	height:1px;
	background: url('./images/ligne_solutions.jpg') no-repeat;
}
#main #titre_realisation{
	float:left;
	width:1009px;
	text-transform:uppercase;
	color:#000;
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:15px;
	margin-left:80px;
}
#main #titre_realisation b{
	color:#ff6c00;
}
#main #texte_realisation{
	float:left;
	width:800px;
	font-size:12px;
	margin-left:80px;
	text-align:justify;
	margin-bottom:10px;
}
#main #texte_realisation b{
	color:#ff6c00;
}
#main .realisation{
	float:left;
	width:335px;
	height:153px;
	background:url('./images/fond_real.jpg') no-repeat;
}
#main .realisation .video_real{
	float:left;
	width:150px;
	height:150px;
	margin-left:14px;
	margin-top:16px;
	margin-right:12px;
}
#main .realisation .titre_real{
	float:left;
	width:150px;
	height:20px;
	color:#0267a3;
	font-size:14px;
	font-weight:bold;
	margin-top:12px;
}
#main .realisation .info_real{
	float:left;
	width:150px;
	height:40px;
	line-height:16px;
	font-size:12px;
}	
#main .realisation .desc_real{
	float:left;
	width:150px;
	height:52px;
	font-size:12px;
	overflow:hidden;
	line-height:16px;
}
#main .realisation a{
	color:#fff;
	font-size:12px;
	text-decoration:none;
	float:left;
	width:150px;
	height:20px;
	margin-top:4px;
}	
/********************************************************************/
/*****************PACK EXCELLENCE*************************************/
/*******************************************************************/
#main #pack_excellence{
	float:left;
}
#main #pack_excellence #titre_pack{
	text-transform:uppercase;
	color:#90be01;
	font-size:18px;
	margin-top:18px;
	margin-left:40px;
	margin-right:5px;
	float:left;
	width:220px;
}	
#main #pack_excellence #ligne_titre_pack{
	width:710px;
	background:#90be01;
	height:1px;
	margin-top:34px;
	margin-bottom:10px;
	float:left;
}
#main #pack_excellence #pack_gauche{
	width:795px;
	float:left;
}
#main #pack_excellence #pack_gauche #desc_pack{
	font-size:12px;
	text-align:justify;
	width:700px;
	float:left;
	margin-left:20px;
}
#main #pack_excellence #pack_gauche #detail_pack{
	width:795px;
	height:320px;
	float:left;
	background:url('./images/fond_excellence.jpg') no-repeat;
}
#main #pack_excellence #pack_gauche #detail_pack #liste_pack{
	width:340px;
	height:240px;
	margin-left:235px;
	margin-top:20px;
	float:left;
}
#main #pack_excellence #pack_gauche #detail_pack #liste_pack ul{
	list-style-image: url('./images/puce_excellence.png');
	margin-top:0px;
}
#main #pack_excellence #pack_gauche #detail_pack #liste_pack ul li{
	font-size:12px;
	margin-bottom:15px;
}
#main #pack_excellence #pack_gauche #detail_pack #prix_pack{
	width:170px;
	height:50px;
	float:left;
	margin-left:35px;
	color:#696969;
	font-size:15px;
	text-align:center;
	margin-top:195px;
}
#main #pack_excellence #pack_gauche #detail_pack #prix_pack b{
	color:#000;
	font-size:26px;
}
#main #pack_excellence #pack_gauche #detail_pack #commande_pack{
	width:100px;
	height:20px;
	float:left;
	color:#fff;
	font-size:16px;
	text-transform:uppercase;
	text-decoration:none;
	margin-top:26px;
	margin-left:80px;
	font-weight:bold;
}
#main #pack_excellence #pack_gauche #min_packs{
	width:795px;
	height:140px;
	margin-top:3px;
	margin-left:2px;
	float:left;
}
#main #pack_excellence #pack_gauche #min_packs  a{
	float:left;
}
#main #pack_excellence #pack_gauche #min_packs .sep_min_pack{
	width:19px;
	height:140px;
	float:left;
}
#main #pack_excellence #pack_droite{
	width:205px;
	margin-left:5px;
	float:left;
}
#main #pack_excellence #pack_droite #exemple{
	width:205px;
	height:464px;
	background:url('./images/fond_exemple_excellence.jpg') no-repeat;
	float:left;
}
#main #pack_excellence #pack_droite #exemple #video_exemple{
	width:150px;
	height:350px;
	margin-left:26px;
	margin-top:100px;
	float:left;
}
/********************************************************************/
/*****************PACK EXCELLENCE*************************************/
/*******************************************************************/
#main #pack_preference{
	float:left;
}
#main #pack_preference #titre_pack{
	text-transform:uppercase;
	color:#a40303;
	font-size:18px;
	margin-top:18px;
	margin-left:40px;
	margin-right:5px;
	float:left;
	width:220px;
}	
#main #pack_preference #ligne_titre_pack{
	width:710px;
	background:#a40303;
	height:1px;
	margin-top:34px;
	margin-bottom:10px;
	float:left;
}
#main #pack_preference #pack_gauche{
	width:795px;
	float:left;
}
#main #pack_preference #pack_gauche #desc_pack{
	font-size:12px;
	text-align:justify;
	width:700px;
	float:left;
	margin-left:20px;
}
#main #pack_preference #pack_gauche #detail_pack{
	width:795px;
	height:320px;
	float:left;
	background:url('./images/fond_preference.jpg') no-repeat;
}
#main #pack_preference #pack_gauche #detail_pack #liste_pack{
	width:340px;
	height:240px;
	margin-left:235px;
	margin-top:20px;
	float:left;
}
#main #pack_preference #pack_gauche #detail_pack #liste_pack ul{
	list-style-image: url('./images/puce_preference.png');
	margin-top:0px;
}
#main #pack_preference #pack_gauche #detail_pack #liste_pack ul li{
	font-size:12px;
	margin-bottom:15px;
}
#main #pack_preference #pack_gauche #detail_pack #prix_pack{
	width:170px;
	height:50px;
	float:left;
	margin-left:35px;
	color:#696969;
	font-size:15px;
	text-align:center;
	margin-top:195px;
}
#main #pack_preference #pack_gauche #detail_pack #prix_pack b{
	color:#000;
	font-size:26px;
}
#main #pack_preference #pack_gauche #detail_pack #commande_pack{
	width:100px;
	height:20px;
	float:left;
	color:#fff;
	font-size:16px;
	text-transform:uppercase;
	text-decoration:none;
	margin-top:26px;
	margin-left:80px;
	font-weight:bold;
}
#main #pack_preference #pack_gauche #min_packs{
	width:795px;
	height:140px;
	margin-top:3px;
	margin-left:2px;
	float:left;
}
#main #pack_preference #pack_gauche #min_packs  a{
	float:left;
}
#main #pack_preference #pack_gauche #min_packs .sep_min_pack{
	width:19px;
	height:140px;
	float:left;
}
#main #pack_preference #pack_droite{
	width:205px;
	margin-left:5px;
	float:left;
}
#main #pack_preference #pack_droite #exemple{
	width:205px;
	height:464px;
	background:url('./images/fond_exemple_preference.jpg') no-repeat;
	float:left;
}
#main #pack_preference #pack_droite #exemple #video_exemple{
	width:150px;
	height:350px;
	margin-left:26px;
	margin-top:100px;
	float:left;
}

/********************************************************************/
/*****************PACK SUPREME*************************************/
/*******************************************************************/
#main #pack_supreme{
	float:left;
}
#main #pack_supreme #titre_pack{
	text-transform:uppercase;
	color:#2a7fbd;
	font-size:18px;
	margin-top:18px;
	margin-left:40px;
	margin-right:5px;
	float:left;
	width:220px;
}	
#main #pack_supreme #ligne_titre_pack{
	width:710px;
	background:#2a7fbd;
	height:1px;
	margin-top:34px;
	margin-bottom:10px;
	float:left;
}
#main #pack_supreme #pack_gauche{
	width:795px;
	float:left;
}
#main #pack_supreme #pack_gauche #desc_pack{
	font-size:12px;
	text-align:justify;
	width:700px;
	float:left;
	margin-left:20px;
}
#main #pack_supreme #pack_gauche #detail_pack{
	width:795px;
	height:320px;
	float:left;
	background:url('./images/fond_supreme.jpg') no-repeat;
}
#main #pack_supreme #pack_gauche #detail_pack #liste_pack{
	width:340px;
	height:240px;
	margin-left:235px;
	margin-top:20px;
	float:left;
}
#main #pack_supreme #pack_gauche #detail_pack #liste_pack ul{
	list-style-image: url('./images/puce_supreme.png');
	margin-top:0px;
}
#main #pack_supreme #pack_gauche #detail_pack #liste_pack ul li{
	font-size:12px;
	margin-bottom:8px;
}
#main #pack_supreme #pack_gauche #detail_pack #prix_pack{
	width:170px;
	height:50px;
	float:left;
	margin-left:35px;
	color:#696969;
	font-size:15px;
	text-align:center;
	margin-top:195px;
}
#main #pack_supreme #pack_gauche #detail_pack #prix_pack b{
	color:#000;
	font-size:26px;
}
#main #pack_supreme #pack_gauche #detail_pack #commande_pack{
	width:100px;
	height:20px;
	float:left;
	color:#fff;
	font-size:16px;
	text-transform:uppercase;
	text-decoration:none;
	margin-top:26px;
	margin-left:80px;
	font-weight:bold;
}
#main #pack_supreme #pack_gauche #min_packs{
	width:795px;
	height:140px;
	margin-top:3px;
	margin-left:2px;
	float:left;
}
#main #pack_supreme #pack_gauche #min_packs  a{
	float:left;
}
#main #pack_supreme #pack_gauche #min_packs .sep_min_pack{
	width:19px;
	height:140px;
	float:left;
}
#main #pack_supreme #pack_droite{
	width:205px;
	margin-left:5px;
	float:left;
}
#main #pack_supreme #pack_droite #exemple{
	width:205px;
	height:464px;
	background:url('./images/fond_exemple_supreme.jpg') no-repeat;
	float:left;
}
#main #pack_supreme #pack_droite #exemple #video_exemple{
	width:150px;
	height:350px;
	margin-left:26px;
	margin-top:100px;
	float:left;
}

/********************************************************************/
/*****************PACK MESURE*************************************/
/*******************************************************************/
#main #pack_mesure{
	float:left;
}
#main #pack_mesure #titre_pack{
	text-transform:uppercase;
	color:#ff7e00;
	font-size:18px;
	margin-top:18px;
	margin-left:40px;
	margin-right:5px;
	float:left;
	width:220px;
}	
#main #pack_mesure #ligne_titre_pack{
	width:710px;
	background:#ff7e00;
	height:1px;
	margin-top:34px;
	margin-bottom:10px;
	float:left;
}
#main #pack_mesure #pack_gauche{
	width:795px;
	float:left;
}
#main #pack_mesure #pack_gauche #desc_pack{
	font-size:12px;
	text-align:justify;
	width:700px;
	float:left;
	margin-left:20px;
}
#main #pack_mesure #pack_gauche #detail_pack{
	width:795px;
	height:320px;
	float:left;
	background:url('./images/fond_mesure.jpg') no-repeat;
}
#main #pack_mesure #pack_gauche #detail_pack #liste_pack{
	width:340px;
	height:240px;
	margin-left:235px;
	margin-top:20px;
	float:left;
}
#main #pack_mesure #pack_gauche #detail_pack #liste_pack ul{
	list-style-image: url('./images/puce_mesure.png');
	margin-top:0px;
}
#main #pack_mesure #pack_gauche #detail_pack #liste_pack ul li{
	font-size:12px;
	margin-bottom:10px;
}
#main #pack_mesure #pack_gauche #detail_pack #prix_pack{
	width:170px;
	height:50px;
	float:left;
	margin-left:35px;
	color:#696969;
	font-size:15px;
	text-align:center;
	margin-top:195px;
}
#main #pack_mesure #pack_gauche #detail_pack #prix_pack b{
	color:#000;
	font-size:26px;
}
#main #pack_mesure #pack_gauche #detail_pack #commande_pack{
	width:100px;
	height:20px;
	float:left;
	color:#fff;
	font-size:16px;
	text-transform:uppercase;
	text-decoration:none;
	margin-top:26px;
	margin-left:80px;
	font-weight:bold;
}
#main #pack_mesure #pack_gauche #min_packs{
	width:795px;
	height:140px;
	margin-top:3px;
	margin-left:2px;
	float:left;
}
#main #pack_mesure #pack_gauche #min_packs  a{
	float:left;
}
#main #pack_mesure #pack_gauche #min_packs .sep_min_pack{
	width:19px;
	height:140px;
	float:left;
}
#main #pack_mesure #pack_droite{
	width:205px;
	margin-left:5px;
	float:left;
}
#main #pack_mesure #pack_droite #exemple{
	width:205px;
	height:464px;
	background:url('./images/fond_exemple_mesure.jpg') no-repeat;
	float:left;
}
#main #pack_mesure #pack_droite #exemple #video_exemple{
	width:150px;
	height:350px;
	margin-left:26px;
	margin-top:100px;
	float:left;
}


