	/** INFOS GENERALES **/
	* {
		border:0;
		font:90% Verdana,"Trebuchet MS",sans-serif;
		font-size:100%;
		margin:0;
		padding:0;
	}

	body {
		background:#000 url(../images/backcenter.jpg) no-repeat center 200px;
	}

	img {
		border:0;
	}
	strong {
		font-weight:bold;
	}
	em {
		font-style:italic;
	}

	.center {
		text-align:center;
	}
	.left {
		text-align:left;
	}
	.right {
		text-align:right;
	}
	.clear {
		clear:both;
	}

	a {
		color:#d85927;
		text-decoration:none;
	}
		a:hover {
			color:#ff662a;
			text-decoration:underline;
		}
	.lettrine {
		float:left;
		font-size:3em;
		font-weight:bold;
		font-family:Georgia,"Times New Roman",Times,serif;
		color:#990000;
		border:1px solid #990000;
		background-color:#ffffcc;
		margin:1px;
		padding:1px;
		line-height:1em;
	}


	/** STRUCTURE SITE **/
	div#global {
		width:873px;
		margin:0 auto;
		background-color:#fff;
	}
		div#header {
			margin:0;
			background:#fff;/* url(../images/logo.png) no-repeat 100px 45px;/* /154 & /13+25*/
			height:185px;/*155 + 30(p)*/
			text-align:right;
		}
			div#header p {
				background-color:#000;
				height:30px;
				padding:10px 0 0 20px;
				text-align:left;
				color:#fff;
				font-size:0.8em;
			}
				div#header p span {
					margin-right:250px;
				}
				div#header p img {
					vertical-align:middle;
				}
			div#header a#logo {
				padding-right:50px;
			}

		div#menu {
			margin:10px auto;
			width:873px;
			background:#bdbbba url(../images/menu_back.png) repeat-x;
		}
			div#menu ul {
				padding-left:0px;
				height:29px;
				list-style:none;
			}
				div#menu li, div#menu li.on {
					float:left;
					margin-left:22px;
					padding:0 7px 0 7px;
					height:29px;
					text-align:center;
					line-height:24px;
				}
				div#menu li.on {
					background:transparent url(../images/menu_on.gif) repeat-x;
				}
					div#menu li:hover {
						background:transparent url(../images/menu_roll.gif) no-repeat center bottom;
					}
					div#menu li.on:hover {
						background:transparent url(../images/menu_on_roll.gif) repeat-x;
					}
					div#menu li a {
						font-size:12px;
						color:#000;
						font-weight:600;
						text-decoration:none;
					}
						div#menu li a:hover {
							color:#ff5816;
							cursor:pointer;
						}
						div#menu li.on a:hover {
							color:#000;
							cursor:pointer;
						}

		div#center {
			background:#fff url(../images/center_back.jpg) no-repeat 0 172px;
			padding-left:36px;
			font-size:0.9em;
		}

			div#center p {
				padding:1em;
			}
			div#content {
				min-height:520px;
				margin-right:25px;
			}
			div#center #une {
				margin-left:16px;
				float:left;
				width:400px;
				height:350px;
			}
			div#center #video {
				float:left;
				margin-left:10px;
				width:390px;
				height:350px;
			}
				div#center #animation {
					text-align:center;
				}
			div#center #boxes {
				clear:both;
				margin:20px auto;
				width:810px;
				height:239px;
				background:transparent url(../images/center_boxes.jpg) no-repeat center top;
				font-size:0.9em;
			}
				div#center #boxes #about {
					float:left;
					margin:55px 0 0 15px;
					width:297px;
					height:160px;/*120 pr le pouce*/
				}
				div#center #boxes #quote {
					float:left;
					margin:52px 0 0 215px;
					width:210px;
					height:160px;
				}

		div#footer {
			background-color:#fff;
		}
			div#footer p {
				margin:0 auto;
				padding-top:7px;
				width:750px;
				height:30px;
				/*border-top:1px dotted #d8d6d7;*/

				text-align:center;
				color:#d8d6d7;
				font-weight:600;
				font-size:0.9em;
			}
			div#footer #copyright {
				text-align:center;
				font-size:0.8em;
			}

    #fade-last {
        float:left;
        margin:10px 0 0 25px;
        padding:0;
        width:200px;
        height:200px;
    }
