body {
	width: 780px;
	margin: .5em;
	padding: 0;
	height: 100%;
	background-color: #ffffff;
	background-image: url(../images/body-bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

#centerColumn {
	margin: 0 auto;
	padding: .5em;
	width: 780px;
	position: absolute;
	left:50%;
	margin-left: -375px;
	text-align: left;
	vertical-align: middle;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	
}

#container {
	width: 780px;
	margin: 0 auto;
	font-size: .9em;
	background: url("../images/bg_container.jpg") repeat-y top center;
}

#masthead {
	position: relative;
	background: #F7F7F4 url("../images/bg-repeat.png") repeat-x;
	/*height: 10.4em;*/
	height: 150px;
}

.galerie {
	background: #F7F7F4 url("../images/bg-repeat.png") repeat-x;
}

#mast-content {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	margin-left: 57%;
	width: 50%;
}

#meta {
	margin: 5px 60px 0px 0px;
	font: .6em Georgia, serif;
	color: #777;
	padding: 0px;
	border-top: 1px solid #D2D4CF;
	border-bottom: 1px solid #D2D4CF;
	text-transform: uppercase;
	letter-spacing: 1px;
	height: 1em;
}

#meta p {
	display: block;
	float: left;
	margin-top: 0px;
	padding-top: 0px;
	font-family: Georgia, serif;
	color: #777;
}

#navcontainer {
	clear:both;
	width: 49%;
	margin-top: 0px;
}

ul#nav {
	position: relative;
	top : -2px;
	left: 70px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li {
	margin: 5px 0;
	/*padding: 6px 0;*/
	padding-top: 1px;
	font: .8em Georgia, serif;
	color: #777;
	letter-spacing: 1px;
}

#nav li a {
	color: #6F777F;
	text-decoration: none;
	padding: 0px 3px;
}

#nav li a:hover {
	color: #898989;
	background: #ECEEF0;
}

#side-image {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 289px;
	height: 152px;
	background: url("../images/side-image.png") no-repeat;
}

#main-image {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 518px;
	height: 152px;
	background: url("../images/guilloson-logo.png") no-repeat;
}

#content-gal{
	float: left;
	width: 30%;
	padding: 0 0 1em;
	font-size: .7em;
}

.illus {
	position: relative;
	margin: 0;
	padding: 0;
}

.illus ul {
	margin: 0;
	padding: 0;
}

.illus li {
	float: left;
	width: 60px;
	margin: 3px;
	padding: 0;
	text-align: center;
	display: inline;
}

.illus img {
	border: 4px solid #A9B1BC;
	background: #25262f;
	padding: 1px;
}

.illus a:hover img {
	border: 4px solid #A9B1BC;
	background: #f3f6e9;
	padding: 1px;
}

#mContainer {
	position: absolute;
	left: -9000px;
}

#content {
	float: left;
	width: 50%;
	padding: 0 0 1em;
	font-size: .7em;
}

#content .title,#content-gal .title{
	background: #BBCCDD;
	position: relative;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	width: 100%;
	color: #48546A;
	height:24px;
}
h2 {
	margin: 0;
	padding: 0;
	padding-top : 3px;
	padding-left: 10px; 
	letter-spacing: -1px;
	font: normal 1.6em Georgia, serif;
	text-transform: uppercase;
}


#content p {
	text-indent: 2em;
	text-align: justify;
}

#sideBar-gal {
	position: relative;
	float: left;
	width: 70% !important;
	width: 69.9%;
	padding-top: 0px;
	font-size: .7em;
}

#sideBar {
	position: relative;
	float: left;
	width: 50% !important;
	width: 49.9%;
	padding-top: 0px;
	font-size: .7em;
}

#sideBar .title,#sideBar-gal .title,#content-rubrique .title {
	background: #A9B1BC;
	position: relative;
	margin: 0;
	padding: 0px 0 0px 0px;
	width: 100%;
	height:24px;
	color: #48546A;
}

#content-rubrique {
	position: relative;
	width: 100%;
	padding-top: 0px;
	font-size: .7em;
}
.rubrique{
	padding: 0;
	margin: 0;
	padding-left:100px;
	padding-top:30px;
}
.article-rub{
	clear: both;
	font-size: .7em;
}
.article, .article-rub{
	padding: 5;
	margin: 5;
}
.article p, .article-rub p{
	font: 1.5em/ 1.3em "Lucida Grande", "Lucida Sans Unicode", Arial,
		sans-serif;
}
.rubrique ul {
	position: relative;
	width: 100%;
}

.rubrique li {
	margin: 0;
	padding: 0 0 3em 0;
	background: none;
}

.rubrique ul li {
	width: 170px;
	padding-right :30px;
	padding-bottom: 3em;
	display: inline;
	float: left;
}

/*.rubrique .row li.second {
	position: absolute;
	left: 192px;
	top: 0;
}*/

.rubrique .preview {
	display: block;
	width: 170px;
	height: 114px;
	margin-bottom: 5px;
	position: relative;
}

.rubrique .preview img {
	display: block;
	padding: 4px;
	background: #fff;
	border: solid 1px #C7CBCE;
}

.rubrique .preview a:hover img {
	border-color: #A4ABB0;
}

.rubrique h3, .article h3,.article-rub h3{
	font: 1.5em/ 1.3em "Lucida Grande", "Lucida Sans Unicode", Arial,
		sans-serif;
	margin: 0 0 0.3em 0;
	text-align: center;
	text-transform: uppercase;
}
.rubrique h3 a{
	text-decoration: none;
	color: #6F777F;
}
.rubrique h3 a:hover{
	background: white repeat;
}

.section {
	clear: both;
	margin: 0;
	padding-top: 1.5em;
	padding-left: 5px;
	padding-bottom : 3px;
	border-bottom: 3px double #E5E5DA;
}

.section h3 {
	margin: 0;
	font: normal 1.55em Georgia, serif;
	color: #48546A;
	letter-spacing: -1px;
}

/* The padding and margin here offset each other, allowing padding for a:hover without affecting the h3 positioning */
.section h3 a {
	margin: -1px -3px;
	padding: 1px 3px;
	color:#48546A;
	text-decoration: none;
}

.section h3 a:hover {
	background: #E2E2D2;
}

.section p {
	margin-bottom: 1.5em;
	color: #777;
}

section_galerie {
	vertical-align: middle;
	text-align: center;
}

.section_pic {
	float: left;
	margin-right: 1.25em;
	width: 34%;
	/*height: 70px;*/
	/*border: 4px solid #EBEBE5;*/
	/*text-indent: -9000px;*/
}

.section_pic img {
	display: block;
	border: 4px solid #EBEBE5;
	background: #EBEBE5;
	padding: 4px;
}

.section_pic a:hover img {
	border: 4px solid #2f303a;
	background: #2f303a;
	padding: 4px;
}

#footer {
	clear: both;
	width: 780px;
	margin: 0 auto;
	padding: 5px 0 1em;
	font-size: .6em;
}

.shell {
	margin: 0 auto;
	width: 95%;
}

.title-nav {
	margin:0;
	padding:0;
	background: #A9B1BC;
	height: 24px;
}

.title-nav #nav2 {
	padding: 0;
	font: normal 2em Georgia, serif;
	color: #48546A;
	letter-spacing: -1px;;
	margin: 0;
}

.title-nav #nav2 ul {
	margin: 0;
	padding: 0 20px;
	list-style: none;
	font-size: 60%;
	text-transform: uppercase;
}

.title-nav #nav2 li {
	float: left;
	margin: 0;
	padding: 0;
	background-image: none;
	line-height: normal;
	text-indent: 0;
}

.title-nav #nav2 a {
	display: block;
	padding: 5px 10px 1px;
	border: solid #ddd;
	border-width: 0 1px 0 0;
	color: #68a;
	text-decoration: none;
	white-space: nowrap;
}

/* Following rule allows entire region of link to to be 
   clickable in IE/Win. Holly Hack explained here:
   http://www.positioniseverything.net/explorer/escape-floats.html */
* html #nav2 a {
	width: 1%;
}

#nav2 a:hover {
	background-repeat: no-repeat;
}

#nav2 {
	border-left-width: 1px;
}

.clearfix:after {
	content: ".";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}

.clearfix {
	display: inline-block; /* Fixes IE/Mac */
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */