@charset "UTF-8";
body{
	margin:0;
	padding:0;
	text-align:center;
	font-family:"Trebuchet MS", "Helvetica", "Arial";
	background:#F3E8D0 url(../images/bg.jpg) no-repeat top center;
}
	#main{
 		text-align:left;
 		width:880px;
		margin-left:auto;
		margin-right:auto;
	}
		#leftCol{
			float:left;
			width:240px;
		}
			#logo{
				text-align:center;
			}
				.numero{
					color:#1786ce;
					text-decoration:none;
					font-size:22px;
				}
			#address{
				text-align:center;
				margin:10px;
				margin-bottom:40px;
				padding:10px;
				border:1px solid #1786ce;
				font-weight:bold;
			}

		#rightCol{
			float:left;
			width:640px;
		}
			#banner{
				text-align:center;
				border:0;
				margin-top:50px;
				width:580px;
			}
				#silhouette{
					float:right;
					width:480px;
					height:139px;
					border:1px solid #000;
					border-bottom:0;
					text-align:center;
				}
					#silhouette *{
						border:0;
					}
			#content{
				margin-top:60px;
				float:right;
				width:560px;
			}
				#content table{
					width:560px;
				}
				td{
					text-align:center;
				}

			
			
a {
	color:#1786ce;
}
a:hover {
	color:#3f4041;
}

/*	MENU	*/
.menu_type1,.menu_type2 {
	font-size:22px;
	text-align:center;
	font-weight:bold;
	border-color:#3f4041;
	border-top:1px;
	border-bottom:0px;
	border-left:0px;
	border-right:0px;
	border-style:solid;
	line-height:22px;
	padding-top:5px;
	padding-bottom:5px;
}
.menu_type1 a, .numero, h2{
	color:#1786ce;
	text-decoration:none;
}
.menu_type1 a:Hover{
	color:#3f4041;
	text-decoration:none;
}

.menu_type2 a, h3{
	color:#3f4041;
	text-decoration:none;
}
.menu_type2 a:Hover{
	color:#1786ce;
	text-decoration:none;
}

h2{
	font-size:1.5em;
	margin-top:30px;
	margin-bottom:10px;
}
h3{
	font-size:1em;
}


table{
	border-collapse:collapse;
}
td.border{
	text-align:left;
	border:1px dashed #1786ce;
	padding:4px;
}
thead td{
	text-align:left;
}
#coordonnees td{
	vertical-align:top;
}
em{
	color:#1786ce;
}
.gray{
	color:#3f4041;
}
#content.video{
	text-align:center;
}