	/* Default Stylesheet */

																/* >>> ELEMENTS <<< */

* {
	margin: 0;
	padding: 0;
	}
	body {
		color: #333;
		background-color: #f5f5f5;
		font-family: "Arial", "Tahoma", "MS Sans Serif", sans-serif;
		font-size: 75%;
		text-align: center;
		background-image: url(../images/fond015.jpg);
		}


																/* >>> CONTAINERS <<< */

div#print {
	display: none;
	}
div#container {
	width: 770px;
	margin: 0px auto;
	text-align: left;
	}
	div#header-wrap {
		margin: 8px 0;
		}
		div#header-in {
			color: inherit;
			background-color: #fff;
			}
	div#content-wrap {
		
		}
		div#center {
			margin-top: 20px;
			margin-bottom: 20px;
			color: inherit;
			background-color: #fff;
			}
			div#center-in {
				}
		div#left {
			float: left;
			color: inherit;
			background-color: #fff;
			}
			div#left-in {
				}
	div#footer-wrap {
		clear: both;
		}
		div#footer-in {
			
			}





a { text-decoration: none; color:#000000; }
a:link { text-decoration: none; color:#000000; }
a:visited { text-decoration: none; color:#000000; }
a:hover { text-decoration: underline; color:#000000; }
a:active { text-decoration: none; color:#000000; }

.box
{
    BORDER-RIGHT: 1px solid;
    BORDER-TOP: 1px solid;
    FONT-SIZE: 12px;
    BORDER-LEFT: 1px solid;
    BORDER-BOTTOM: 1px solid
}
																/* >>> TYPOGRAPHY <<< */
*.x {
	display: none;
	}
div#header-wrap h1 {
	padding: 10px;
	font-size: 200%;
	}
div#center h2 {
	margin: 0 0 5px 0;
	font-size: 150%;
	}
div#left h2 {
	margin: 20px 20px 5px 20px;
	font-size: 100%;
	}
div#center p {
	margin: 5px 0 5px 0;
	background-color: inherit;
	line-height: 18px;
	}
div#left p {
	margin: 0 20px 5px 20px;
	background-color: inherit;
	}
p a, ul.list a {
	background-color: inherit;
	text-decoration: none;
	}
	p a:hover, ul.list a:hover {
		color: #333;
		background-color: inherit;
		border-bottom: 1px solid #eee;
		}

img {
	border: 0px;
	}



																/* >>> FORMS <<< */
* { }





																/* >>> END <<< */
