* {
	outline:none;
}

#global {
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-350px;
	margin-top:-214px;
	width:700px;
	height:480px;
	background-color:#e9e9e9;
	}

#logo {
	position:absolute;
	left:310px;
	top:-55px;
	}

#intro {
	position:absolute;
	z-index:500;
	cursor:pointer;
}
	
#menu {
	position:absolute;
	left:74px;
	top:122px;
	width:175px;
	}

#img {
	position:absolute;
	left:0px;
	top:129px;
	border-style:solid;
	border-width:1px;
	border-color:#999999;
	}

#corps {
	position:absolute;
	top:122px;
	left:310px;
	width:360px;
	overflow:auto;
	height:340px;
	padding-right:8px;
	text-align:justify;
	}
	
#newsletter {
	position:absolute;
	width:422px;
	left:354px;
	bottom:0px;
	}


body {
	font-family: "Times New Roman", Garamond, serif;
	font-size:13px;
	}

input {
	border-style:solid;
	border-color:#000000;
	border-width:1px;
	background-color:#FFFFFF;
}

textarea {
	border-style:solid;
	border-color:#000000;
	border-width:1px;
	background-color:#FFFFFF;
}

select {
	border-style:solid;
	border-color:#000000;
	border-width:1px;
	background-color:#FFFFFF;
}

.encadre {
	border-style:solid;
	border-color:#000000;
	border-width:1px;
	}	
a {
	color:#000000;
	text-decoration:none;
	}
a:hover {
	color:#666666;
	text-decoration:underline;
	}
	
a.gris {
	color:#666666;
}
	
h3 {
	font-size:13px;
	color:#999999;
	margin-top:0px;
	padding-top:0px;
	}
	
	
img {
	border-style:none;
	}

blockquote {
	margin-top:0px;
	padding-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	margin-right:0px;
	padding-right:0px;
	color:#666666;
	}
	

p {	
	margin-top:0px;
	padding-top:0px;
	}

span.gris {
	margin:0px;
	padding:0px;
	color:#666666;
	}
	
.sommaire {
	margin-top:0px;
	padding-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	}

.bordgris {
	border-style:solid;
	border-width:1px;
	border-color:#999999;
	}
.rouge {
	color:#FF0000;
	}
	
.dr {
	text-align:right;
	}
	
h2 {
	margin-top:0px;
	margin-bottom:0px;
	font-size:13px;
	font-weight:normal;
}

#menu h2 a {
	color:black;
}

#menu h3 {
	margin-top:0px;
	margin-bottom:10px;
	font-size:12px;
	color:#999999;
	padding-right:2px;
	font-weight:normal;
	margin:0px;
}

#menu a {
	color:#999999;
}


#mycustomscroll {
/* Typical fixed height and fixed width example */
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;

overflow: auto;


position:absolute;
top:122px;
left:310px;
width:360px;
overflow:auto;
height:330px;
padding-right:8px;
	text-align:justify;
}

/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 5px;

}
.vscrollerbar {
width: 5px;
background-color: black;
}
.hscrollerbase {
height: 0px;

}
.hscrollerbar {
height: 5px;
background-color: black;
}

.scrollerjogbox {
width: 5px;
height: 0px;
top: auto; left: auto;
bottom: 0px; right: 0px;
}


#image_oeuvres {
	display:none;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-350px;
	margin-top:-214px;
	width:700px;
	height:480px;
	z-index:99;
	cursor:pointer;
}

.submenu_ {
	display:none;
	}

#gallery_menu {
	display:none;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-350px;
	margin-top:-230px;
	width:700px;
	height:40px;
	z-index:1000000;
}
	
.menu_ {
	cursor:pointer;
	}


a.mini {
	padding:2px;
	padding-top:0px;
	padding-bottom:0px;
}	

a.mini:hover {
	text-decoration:none;
}

a.highlight {
	background-color:gray;
	color:white;
}