body{
	margin: 0;
	padding: 0;
	background: #FFF;
}

#page{ 
	width: 988px;
	margin: 0px auto 15px;
	position: relative;
	font-family: Arial;
}

#header{
	margin: 0 0 -6px 0;
	padding: 0;
}

#menu{
	width: 988px;
	height: 383px;
	background: transparent url(img2/Menu.jpg) no-repeat;
	margin: 0;
	padding: 19px 0 0 57px;
}

	#menu li{
		display: block;
		height: 362px;
		width: 214px;
		float: left;
		margin-right: 5px;
	}
	
		#menu li a{
			display: block;
			text-decoration: none;
			color: #000;
			position: relative;
			height: 140px;
		}
		
		#menu li#menu1 a{
			padding: 220px 15px 0;
		} 
		
		#menu li#menu2 a{
			padding: 220px 15px 0 22px;
		} 
		
		#menu li#menu3 a{
			padding: 220px 15px 0 24px;
		} 
		
		#menu li#menu4 a{
			padding: 220px 15px 0 19px;
		} 
		
		#menu li a:hover{
			/*
				background: transparent url(img2/fond_menu.png) no-repeat;
			*/
			color: #0A60A5;
		}
		
		.ESP{
			display: block;
			font-weight: bold;
			position: absolute;
			right: 25px;
			bottom: 12px;
			color: #0a60a5;
			background: transparent url(img2/puce.png) left center no-repeat;
			padding-left: 22px;
		}
		
		a:hover .ESP{
			color: #0A60A5;
		}

#core{
	width: 988px;
	min-height: 230px;
	position: relative;
	margin: 15px 0 20px;
}

	#core h2{
		margin: 0 0 0 60px;
	}

	#core .texte{
		background: #cde8fd;
		width: 828px;
		margin: 0 auto;
		font-size: 14px;
		border-left: 12px solid #87cffd;
		padding: 5px 5px 5px 15px;
	}
	
	#VSP2 #core .texte{
		height: 301px;
	}
	
	#core .texte img.illu{
		float: right;
		margin: 15px 1px 15px 10px;
	}
	
	#core .texte p.question{
		background: transparent url(img2/puce2.png) left 2px no-repeat;
		padding-left: 22px;
		font-weight: bold;
		margin-bottom: 1px;
	}
	
	#core .texte p.reponse{
		padding-left: 22px;
		margin-top: 1px;
	}
	
	#core .texte img#homeClef{
		margin-left: -15px;
	}
	
	#core .texte .homeLU{
		list-style: none;
		margin: 0 0 19px;
		padding: 0;
	}
		
		#core .texte .homeLU li{
			background: transparent url(img2/puce2.png) left 2px no-repeat;
			padding-left: 22px;
			margin-bottom: 10px;
			width: 225px;
		}
	
	#core .texte #homeDroite{
		position: absolute;
  	  	right: 64px;
    	top: 5px;
	}
		
		#core .texte #homeDroite object{
			border: 3px solid #175f9e;
		}
		
		#core .texte #homeDroite #home2{
			width: 568px;
			height: 105px;
			background: transparent url(img2/home2.png) no-repeat;
			position: relative;
			margin: 5px 0;
			
		}
		
		#core .texte #homeDroite #home2 p#h2_adresse{
			position: absolute;
			left: 309px;
			top: 7px;
			margin: 0;
			font-size: 12px;
		}
		
		#core .texte #homeDroite #home2 p#h2_tel{
			position: absolute;
			left: 309px;
			top: 45px;
			margin: 0;
			font-size: 12px;
		}
		
		#core .texte #homeDroite #home2 p#h2_fax{
			position: absolute;
			left: 309px;
			top: 63px;
			margin: 0;
			font-size: 12px;
		}
		
		#core .texte #homeDroite #home2 p#h2_mail{
			position: absolute;
			left: 309px;
			top: 81px;
			margin: 0;
			font-size: 12px;
			color: #FFF;
		}
			
			#core .texte #homeDroite #home2 p#h2_mail a, #core .texte #homeDroite #home2 p#h2_mail a:visited{
				color: #FFF;
			}
	
	#core #partenaires{
		width: 830px;
		margin: 0 auto;
		padding: 0 15px;
		background: #5bb2fc;
		border-top: 12px solid #1191fd;
	}
	
		#core #partenaires h3{
				margin: 2px 0 4px 0;
		}
		
		#core #partenaires p.logos_partenaires{
			margin: 0;
		}
	
	#core ul.decline{
		list-style: none;
		margin: 18px 0 0 60px;
		padding: 0;
	}
	
		#core .decline li{
			background: transparent url(img2/puce.png) left center no-repeat;
			padding-left: 22px;
			font-size: 14px;
			font-weight: bold;
		}
		
	#core #contact_panel{
		width: 988px;
		height: 245px;
		background: transparent url(img2/contact.jpg) no-repeat;
		position: relative;
		font-size: 14px;
	}
	
		#core #contact_panel #contact_adresse{
			position: absolute;
			left: 228px;
			top: 70px;
			margin: 0;
		}
		
		#core #contact_panel #contact_tel{
			position: absolute;
			left: 228px;
			top: 126px;
			margin: 0;
		}
		
		#core #contact_panel #contact_fax{
			position: absolute;
			left: 228px;
			top: 161px;
			margin: 0;
		}
		
		#core #contact_panel #contact_mail{
			position: absolute;
			left: 228px;
			top: 196px;
			margin: 0;
		}
		
		#core #contact_panel #contact_mail a, #core #contact_panel #contact_mail a:visited{
			color: #FFF;
		}


#footer{
	width: 988px;
	height: 238px;
	background: transparent url(img2/Footer.png) 0 -28px no-repeat;
	position: relative;
	font-family: Arial;
}

	a#lien_CAP2000{
		display: block;
		width: 180px;
		height: 135px;
		position: absolute;
		top: 9px;
		left: 55px;
	}
	
	a#lien_CRG{
		display: block;
		width: 180px;
		height: 135px;
		position: absolute;
		top: 9px;
		right: 55px;
	}
	
	p#ORIASCRG{
		position: absolute;
		bottom: 25px;
		right: 51px;
		margin: 0;
		font-size: 11px;
	}
	
	p#ORIASCAP2000{
		position: absolute;
		bottom: 25px;
		left: 51px;
		margin: 0;
		font-size: 11px;
	}
	
	a#lien_ML{
		display: block;
		width: 120px;
		height: 25px;
		position: absolute;
		top: 66px;
		left: 569px;
		text-decoration: none;
		color: #000;
		font-size: 14px;
	}
	
	a#lien_ML:hover{
		color: #FFF;
	}
	
	p#copy_foot{
		margin: 0;
		position: absolute;
		top: 66px;
		left: 257px;
		color: #000;
		font-family: Arial;
		font-size: 14px;
	}
	
	p#nosCGV{
		margin: 0;
		position: absolute;
		top: 104px;
		left: 410px;
		color: #000;
		font-family: Arial;
		font-size: 14px;
	}
	
	p#infosleg{
		margin: 0;
		position: absolute;
		top: 132px;
		left: 250px;
		color: #000;
		font-family: Arial;
		font-size: 11px;
		width: 490px;
	}
	
	
.CGV{
	width: 868px;
	margin: 0 auto;
	font-size: 14px;

}

	.CGV h2{
		text-align: left;
		margin-top: 60px !important;
	}

	.CGV h3{
		margin-top: 45px !important;
		padding: 5px 15px;
	}
	
	.CGV table{
		border: 1px solid #333;
		border-collapse: collapse;
	}
	
	.CGV tr, .CGV td{
		border: 1px solid #666;
		padding: 5px 10px;
		text-align: center;
	}
	
	.CGV tr.table_titre{
		background: #0432d0;
		color: #FFF;
	}
	
	.CGV p.message{
		font-size: 23px;
		text-align: center;
	}
