/******************************
$ Elements Généreaux
******************************/

* {
	padding:0;
	margin:0;
}

body {
	background-color:#2c7299;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:13px;
	width:990px;
	margin:auto;
}

a {
	text-decoration:none;
	border:none;
	font-weight:bold;
}

img {
	border:none;
}

p {
	margin-top:4px;
	margin-bottom:10px;
}

h1 {
	background-image:url(img/logo.gif);
	background-repeat:no-repeat;
	display:block;
	width:373px;
	height:72px;
	float:left;
	margin-top:20px;
}

h2 {
	background-image:url(img/bg-title.gif);
	background-repeat:no-repeat;
	background-position:center top;
	display:block;
	height:61px;
	font-size:26px;
	font-weight:bold;
	text-align:center;
	padding-top:20px;
	margin-bottom:20px;
	margin-top:10px;
}

h3 {
	font-size:18px;
	font-weight:bold;
	display:block;
	margin-top:10px;
	margin-bottom:20px;
	text-align:center;
	line-height:20px;
}

h4 {
	font-size:15px;
	font-weight:bold;
	text-decoration:underline;
	display:inline;
	padding-left:10px;
}

/******************************
$ Elements
******************************/

.block a, .block-double .txt a {
	padding:3px;
}

.invisible {
	visibility:hidden;
}

.underline {
	text-decoration:underline;
}

.bold {
	font-weight:bold;
}

.color-red {
	color:#d81368;
}

.color-blue {
	color:#449ccd;
}

.color-green {
	color:#7ea701;
}

.color-yellow {
	color:#f0c919;
}

/******************************
$ Header & Menu
******************************/

#header {
	background-repeat:no-repeat;
	height:115px;
	width:870px;
	padding-left:60px;
	padding-right:60px;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	line-height:55px;
}

#menu {
	display:block;
	float:right;
	position:relative;
	right:-3px;
	width:479px;
	height:45px;
	top:30px;
}

#menu li, #menu ul {
	list-style-type:none;
	float:left;
}

#menu a {
	display:block;
	color:#000000;
}

#menuactif {
	display:block;
	height:45px;
	width:119px;
	display:block;
}

#menu #home {
	display:block;
	height:45px;
	width:119px;
	background-image:url(img/a-green.gif);
	background-repeat:no-repeat;
}

#menu #home:hover {
	background-position:-119px 0;
}

#menu #galerie {
	display:block;
	height:45px;
	width:119px;
	background-image:url(img/a-blue.gif);
	background-repeat:no-repeat;
}

#menu #galerie:hover {
	background-position:-119px 0;
}

#menu #cv {
	display:block;
	height:45px;
	width:119px;
	background-image:url(img/a-red.gif);
	background-repeat:no-repeat;
}

#menu #cv:hover {
	background-position:-119px 0;
}

#menu #contact {
	display:block;
	height:45px;
	width:119px;
	background-image:url(img/a-yellow.gif);
	background-repeat:no-repeat;
}

#menu #contact:hover {
	background-position:-119px 0;
}

/******************************
$ Page
******************************/

#page {
	background-color:#fbfcef;
	background-repeat:repeat-y;
	width:870px;
	padding-left:60px;
	padding-right:60px;
	padding-top:20px;
	padding-bottom:40px;
	margin:auto;
}

/******************************
$ Blocks Simple
******************************/

.block {
	width:533px;
	margin:auto;
	margin-top:15px;
}

.block .body {
	overflow:hidden;
	border:0px !important;
	border:1px #e2e6b7 solid; /*petite astuce (que j'ai trouvée moi même) pour ce @*©£%ù d'IE6 qui ne prend pas en compte l'overflow*/
	background-color:#e2e6b7;
}

.block p, .block ul, .block ol {
	margin-top:10px;
	margin-bottom:20px;
	margin-left:20px;
	margin-right:20px;
	line-height:18px;
}

.block li {
	list-style-type:square;
  list-style-position:inside;
  margin-top:2px;
}

.block .top {
	height:74px;
	background-image:url(img/block-top.gif);
	background-repeat:no-repeat;
}

.block .bottom {
	height:74px;
	background-image:url(img/block-bottom.gif);
	background-repeat:no-repeat;
}

/******************************
$ Background & Footer
******************************/

.bg-img-a, .bg-img-b, .bg-img-c {
	height:205px;
	width:177px;
	float:left;
	position:relative;
	text-align:center;
}

#bg-img-ligne {
	position:relative;
	height:180px;
	bottom:0;
}

#bg-img-ligne .bg-img-a {
	left:610px;
}

#bg-img-ligne .bg-img-b {
	left:-90px;
}

#bg-img-complex {
	height:0;
}

#foot {
	background-repeat:no-repeat;
	height:89px;
	margin:auto;
}