/* CSS Document */

* {
	margin:0;
	padding:0;
	border:0;
}
html {
	width:100%;
}
body {
	width:100%;
	/*text-align:center;*/
	/*background-color:#aa8e8e;*/
	background-image:url(/images/stripe.gif);
	background-attachment:fixed;
}
/*@font-face {
	font-family:'Komika Display';
	src:url('Komika_display.eot');
}*/
@font-face {
	font-family:'GAzole Normal';
	src:url('GAZON__.TTF') format('truetype');
}

a {
	text-decoration:underline;
	color:#d39e46;
}
a:hover {
	text-decoration:none;
	background-color:#d39e46;
	color:#702e2e;
}
.page {
	width:775px;
	min-height:670px;
	/*margin:20px auto;*/
	margin:20px 0 10px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	color:#e3e3e3;
	background-color:#702e2e;
	padding-bottom:20px;
	line-height:16px;
	
	-moz-box-shadow:0 0 20px #2b1212;
	-webkit-box-shadow:0 0 20px #2b1212;
	
}

.clear {
	clear:both;
	font-size:1px;
}

h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:19px;
	font-weight:bold;
	color:#e3e3e3;
	margin-bottom:20px;
}
h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#e3e3e3;
	margin-bottom:20px;
}
p {
	margin-bottom:25px;
	/*text-align:justify;*/
}
.texte {
	margin:0 140px 0 38px;
	padding-top:30px;
}
.texte p, .texte li {
	text-align:justify;
}

/****** menu ******/
.menu {
	background-color:#702e2e;
	background-image:url(/images/degrade_noir.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	height:36px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
.menu a {
	display:block;
	padding:9px 0 5px 0;
	height:22px;
	width:120px;
	float:left;
	background-color:#702e2e;
	background-image:url(/images/degrade_noir.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	text-decoration:none;
}
.menu a:hover {
	background-color:#d39e46;
	color:#702e2e;
	background-image:url(/images/degrade_orange.gif);
}
.menu span {
	margin-top:-10px;
	display:block;
	padding:19px 0 15px 0;
	height:22px;
	width:120px;
	float:left;
	background-color:#d39e46;
	color:#702e2e;
}

/****** home ******/
#globe {
	margin:40px 0 10px 15px;
}

#cv {
	margin:10px 0 0 10px;
}
.orange {
	color:#d39e46;
}
li {
	background-image:url(images/puce.png);
	background-repeat:no-repeat;
	background-position:0 7px;
	list-style-type:none;
	padding:0 0 7px 12px;
}
ul {
	margin:-10px 0 25px 0;
}

