body{
	background: black;
	
}

#principal{
	background: white;
	border:4px solid white;
	width: 752px;
	margin:auto;
	
}

/* ------------------------- HEADER ------------------ */

#header{	
	width: 752px;
	height: 138px;
	background: url(images/headerbg.gif) ;
	float: left;
}

	#gauche{
		width: 498px;
		height: 138px;
		float: left;
	}

			#header h1{
				font-family: verdana;
				font-size: 24px;
				color:white;
				text-align: center;
				margin-top: 25px;
			}

			#header h2{
				font-family: verdana;
				font-size: 12px;
				color: white;
				text-align: center;
				padding-top: 10px;
				/*margin-bottom: 40px;*/
				font-weight: normal;
			}

		

	#droite{
		width: 254px;
		height: 138px;
		float:left;
	}

			#header h3{
				font-family: verdana;
				font-size: 14;
				color: white;
				font-weight: bold;
				padding-left: 12px;
				padding-top: 1px;
				text-align: left;
				line-height: 25px;
				padding-top: 10px;
				font-weight: normal;
			}

/* ------------------------- MENU GAUCHE ------------------ */

#contenu{
	width:480px;
	float: left;
	margin-left: 18px;
	margin-top: 15px;
}

	#contenu h2{
		color: #891f1f;
		font-size: 28px;
		/*font-family:verdana;*/
		padding-bottom: 5px;
		padding-top: 30px;
	}

		#contenu h3{
			color: #330b0b;
			font-size: 11px;
			font-family:verdana;
			font-weight: normal;
			padding-bottom: 15px;
		}

			#citation{
			width: 330px;
			padding: 0 40px 0 40px;
			font-family: times new roman;
			font-size: 15px;
			background: url(images/blockquotebg2.gif) no-repeat ;
			padding-top: 20px;
					} 

 a{
	font-family: verdana;
	font-size: 12px;
	color: #cc3030;
	text-align: left;
	padding-bottom: 10px;
}

/* ------------------------- MENU DROIT ------------------ */

#vignette{
	width: 254px;
	float: left;
}	

		#contrat{
			background: url(images/bloque1bg.jpg);
			padding: 15px;
			margin-bottom: 15px;
			margin-top: 10px;
		}

				#contrat h3{
					font-family: verdana;
					font-size: 15px;
					color: #ce4130;
					padding-bottom: 10px;
				}

				

		#video{
			background: url(images/bloque2bg.jpg);
			padding: 15px; 
			margin-bottom: 15px;
		}

				#video h3{
						font-family: verdana;
						font-size: 15px;
						color: #68243d;
						padding-bottom: 10px;
					}


		#formation{
			background: url(images/bloque1bg.jpg);
			padding: 15px; 
			margin-bottom: 15px;
		}

				#formation h3{
					font-family: verdana;
					font-size: 15px;
					color: #ce4130;
					padding-bottom: 10px;
				}


		#dossier{
			background: url(images/bloque2bg.jpg);
			padding: 15px; 
			margin-bottom: 10px;
		}

				#dossier h3{
						font-family: verdana;
						font-size: 15px;
						color: #68243d;
						padding-bottom: 15px;
				}

ul{
	color: #330b0b;
	font-family: verdena;
	font-size: 14px;
	line-height: 16px;
	list-style: disc;
	padding-left: 10px;
	line-height: 18px;

}

.un{
	margin-left: 15px;
}

.deux{
	padding-left:10px; 
}
/* ------------------------- FOOTER ------------------ */

#footer{
	width: 752px;
	height: 63px;
	background: url(images/footerbg3.gif);
}

		#left{
			width:498px;
			height: 63px;
			float: left;		
		}

			#left h2{
				font-size: 12px;
				font-family: verdana;
				color:white;
				padding: 20px;	
				font-weight: normal;
			}

		#right{
			width: 254px;
			height: 63px;
			float: left;
		}

			#right h2{
					font-size: 12px;
					font-family: verdana;
					color:white;
					text-align: right;
					padding: 20px;
					font-weight: normal;
				}

/* ------------------------- TEXTE ------------------ */

p{
	color: #330b0b;
	font-family: verdena;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 10px;
}





.retour{
	clear: both;
}



