
/* Reset css Eric Meyer */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* General Style Info */

body {
	background:#F9FCFF;
	position:relative;
	font-family: 'Cantarell', Helvetica, sans-serif;
	color:#6BF;
	font-size:11px;
}
a {
	text-decoration:none;
	color:#6bF;
	border-bottom:1px solid #6bF;
	padding-bottom:1px;
}
a:hover {
	color:#333;
	border-bottom:1px dashed #333;
}

#main {
	position:relative;
	clear:both;
	width:870px;
	margin:0 auto;	
}
#content {
	position:relative;
	clear:both;
	width:600px;
	margin:0 0 0 250px;	
}

#header {
	position:relative;
	width:850px;
	margin:0;
	padding:20px 0 10px;
	height:18px;
	text-align:right;

}
#header h1 {
	float:left;
}
#header h1 a {
	position:absolute;
	top:20px;
	left:3px;
	display:block;
	width:138px;
	height:23px;
	background:url('/img/design/perrinelacroix.png') no-repeat top left;
	border:none;
	opacity:.7;
}
#header h1 a:hover {
	opacity:1;
}
#header h1 a b {
	display:none;
}
#switch_langs {
	position:absolute;
	right:0;
	bottom:10px;
}
#switch_langs a, #switch_langs b {
	margin-left:10px;
}


/*  Menu Treeview */
#menu {
	position:absolute;
	top:47px;
	left:0;
	width:200px;
	font-size:11px;
}
#menu a {
	border:none;
}
.niv1 {
	text-transform: uppercase;
}
.niv3 {
	text-transform: none;

}

/*  Home */
.textnews {
	font-family: Georgia, Times, serif;
	font-size:12px;
	color:#333;
	text-align:left;
	line-height:15px;
}
/*  Content */
h2 {
	text-transform: uppercase;
	font-size:36px;
	margin:0;
	color:#333;
}	
h3 {
	text-transform: uppercase;
	font-size:14px;
	padding-bottom:2px;
}	
h2, h3, #menu, #fancybox-title  {
	
}	
h4 {
	font-weight:normal;
}	
p {
	color:#333;
	line-height:auto;
	margin-bottom:4px;
}	
#foreword {
	font-family: Georgia, Times, serif;
	font-size:12px;
	color:#6bf;
	font-weight:normal;
	margin:2px 0 10px;
	line-height:14px;
}
#text {
	font-family: Georgia, Times, serif;
	font-size:12px;
	-moz-column-count: 2;
	-moz-column-gap: 1em;
	-webkit-column-count: 2;
	-webkit-column-gap: 1em;
	color:#333;
	text-align:left;
	margin:10px 0;
	line-height:15px;
}
hr {
	border:none;
	border-bottom:1px solid #6bf;
}
.indexes {
	overflow:hidden;
	margin:5px 0 0;
}
.indexes h4 {
	text-transform:uppercase;
}
.thumb {
	clear:both;
	float:left;
	width:74px;
	height:57px;
	margin-right:5px;
}	
.thumb a {
	text-indent:-10000px;
	display:block;
	width:74px;
	height:54px;
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:center center;
	border:1px solid #ccc;
}
#gallery {
	position:relative;
	width:600px;
}
#gallery.diapo_home {
	height:470px;
}
#progress-bar {
	position:absolute;
	height:2px;
	width:0;
	background:#6bf;
	bottom:0;
	left:0;
	z-index:1103;
}
#paginate {
	position:absolute;
	top:0;
	left:-30px;
	width:30px;
	height:430px;
}
#paginate a {
	display:block;
	width:26px;
	margin:0 10px 5px 0;
	font-size:12px;
	padding:4px 0 4px 4px;
	background-color:#fff;
	border:none;	
}
#paginate a:hover, #paginate a.over {
	background-color:#3bf;
	color:#fff;	
}
a#diapo-paused, a#diapo-playing {
	text-indent:-10000px;
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#3bf;
}
a#diapo-paused {
	background-image:url('/img/design/pause.png');
}
a#diapo-paused:hover {
	background-image:url('/img/design/play.png');
}
a#diapo-playing {
	background-image:url('/img/design/play.png');
}
a#diapo-playing:hover {
	background-image:url('/img/design/pause.png');
}
#context {
	position:relative;
	padding-left:51%;
}
#top {
	position:absolute;
	top:0;
	left:0;
	padding-left:12px;
	background:url('/img/design/top.png') no-repeat center left;
}
.selected {
	font-weight:bold;
}


#liens h3 {
	margin-top:10px;
}


/* CONTACT */

#ContactSendForm {
	margin-top:20px;
	width:515px;
}

#ContactSendForm div.text {
	margin:0 0 20px;
	background:#fff;
	color:#6bf;
}

#ContactSendForm label {
	width:auto;
	float:left;
	font-size:12px;
	padding:4px 10px;
	text-align:left;
	font-style:italic;
	color:#333;
}

#ContactSendForm input {
	border:none;
	width:420px;
	background-color:transparent;
	color:#333;
	padding:0 0 0 10px;
	margin:4px 0;
}

#ContactSendForm .textarea label {
	clear:both;
	background:#fff;
	padding:4px 10px 4px;
}
#ContactSendForm textarea {
	margin:0;
	border:none;
	width:100%;
	color:#333;
	padding:4px;
	background:#fff;
}

#ContactSendForm input[type='submit'] {
	width:auto;
	background-color:transparent;
	color:#6bf;
	font-family: Georgia, Times, serif;
	font-size:18px;
	font-style:italic;
	font-weight:normal;
	padding:4px 12px;
	margin:10px 0 0;
}
#ContactSendForm input[type='submit']:hover {
	color:#333;
}
#flashMessage {
	display:inline;
	width:auto;
	margin:20px 0 0 10px;
	font-size:12px;
	background:#fff;
	color:#6bf;
	padding:2px;
}
#send-error {
	margin:5px 0 0 10px;
	color:#6bf;
	font-size:11px;
}
#send-error li, #send-error span {
	display:inline;
	background:#fff;
	padding:2px;
}
.error-message {
	display:none;
}

