body{
	background-color: #0075a8;
}

#principal{
	background-color: white;
	width: 758px;
	margin:auto;
	border:2px solid black;
}

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

#header{
	background:url(bg.gif);
	height: 201px;	
}

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

#menu{
	border-top: 1px;
	height: 28px;
	background-color: #1b658c;
}

#menu a{
	background:url(images/bg_menu.gif) ;
	height: 28px; /*hauteur*/
	padding-left: 15px;
	padding-right: 15px;
	font-weight: bold;
	font-size: 13px;
	color: white;
	letter-spacing: 2px;
	border-right: 1px solid white;
	line-height: 28px;
	display:block;
	float: left;
	text-decoration: none;
}

#menu a:hover{
	background: url(images/bg_menu_hover.gif);
}

/* ------------------------- CONTENU ------------------ */

#contenu{
	width: 457px;
	margin-left: 8px;
	margin-right: 35px;
	float:left;
}

.retour{
	clear: both;
}

/* ------------------------- CONTENU DROIT ------------------ */

#contenu_droit{
	width: 220px;
	border: 1px dotted black;
	padding: 7px;
	padding-left: : 8px;
	float:left;
	background:url(images/bg_contact.gif) repeat-y right;
	padding:10px 12px 10px 12px;
}

#contenu_droit h2{
		text-align: right;
		background: none;
		/*margin: 15px 10px 15px 10px;*/
}

/* ------------------------- FOOTER ------------------ */

#footer{
	margin-top:20px;
	background-color: #2f4256;
	font-family: verdana;
	font-size: 11px;
	color: white;
	text-align: center;
}

/* ------------------------- TEXTES ------------------ */

h1{
	font-family: verdana;
	font-size: 18px;
	text-align: center;
	padding:10px 0 10px 0;
}


h2{
	color: #00a8ee;
	font-family: verdana;
	font-size: 17px;
	background:url(images/puce.gif) 0 8px no-repeat;  
	border-bottom: 1px solid #00a6eb;
	padding-bottom: 10px;
	padding-left: 15px;
	margin: 15px 0 15px 0;
}


p{
	font-family: verdana;
	font-size: 12px;
	padding:6px 0 10px 0;
	line-height: 15px;
}

ul{
	list-style: disc;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	margin: 2px 0 0 30px;
	line-height: 14px;
}

ol{
	font-family: verdana;
	font-size: 12px;
	line-height: 15px;
	margin:2px 0 0 35px;
	list-style: decimal;

}

/* ------------------------- CLASSES ------------------ */

/*.liste{
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	margin: 2px 30px 0 15px;
	line-height: 14px;
}*/


/*.texte{
	font-family: verdana;
	font-size: 12px;
}*/


/*.espacebup{
	font-family: verdana;
	font-size: 11px;
	color: white;
	text-align: center;
	}*/

#contenu_droit a{
	color: #00a8ee;
	font-family: verdana;
	font-size: 12px;
	/*text-decoration: none;*/
}


#contenu_droit a:hover{
	color: #2f4256;
}


/*.bup{
	margin:0 30px 0 15px;
}*/
