/* @override 
	http://ideva-companion-style/application/lib/css/main.css
*/

/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */

html { overflow-y: scroll; }

body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	background: #E2E2E2 url('../images/fond.jpg');
	color: #6C6C6C;
	text-align: center;
}

em { font-style: italic; }

#profil #content img {
	padding-right:60px;
	padding-bottom: 110px;
	display: block;
	float: left;
	vertical-align: text-bottom;
	border : 0px solid red;
}

#contact #content img {
	padding-right:60px;
	padding-bottom: 0px;
	display: block;
	float: left;
	vertical-align: text-bottom;
	border : 0px solid red;
}

#profil #content {
	text-align: right;
	border : 0px solid silver;
}

#contact #content {
	text-align: right;
}

/*
#outerX{
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	align: center;
}
*/

#wrapper {
	margin: 0 auto;
	width: 822px;
}


#page {
	width: 822px;
	margin-top: 10px;
	background: url('../images/photographe-milieu.jpg');
	background-repeat: repeat-y;
	text-align: left;
	border : 0px solid red;
}

#top {
	width: 822px;
	height: 30px;
	background: url('../images/photographe-entete.jpg');
	background-repeat: no-repeat;
}

#footer {
	width: 822px;
	height: 20px;
	font-size: 10px;
	background: url('../images/photographe-marc-robitaille.jpg');
	background-repeat: no-repeat;
	text-align: center;
	padding-top:10px;
	border : 0px solid red;
	text-decoration: none;
	color: inherit;
}

div#logo {
	z-index: 2;
	position: relative;
	margin-left: 25px;
	margin-top: 117px;
	margin-bottom: 10px;
	border : 0px solid red;
}


#menu {
	width: 847px;
	height: 499px;
	text-align: center;
	font-size: 13px;
}

#menu div {
	position: relative;
	top: 184px;
}

#menu a {
	text-decoration: none;
	margin: 6px;
	color: #666;
	font-weight: bold;
}


#leftnav, #rightnav {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
	color: #6C6C6C;
	border : 0px solid red;
}

#leftnav a, #rightnav a{
	text-decoration: none;
	color: #6C6C6C;
	font-weight: bold;
}

#leftnav a:hover, #rightnav a:hover{
	color: red;
}

#leftnav {
	float:left;
	padding-left: 42px;
}
	
#rightnav {
	float:right;
	padding-right: 42px;
	text-align: right;
}

#content {
	clear:both;
	width:740px;
	padding-top:40px;
	margin-left:40px;
	margin-right:40px;
	margin-bottom:8px;
	
	border : 0px solid red;
}

#content-holder {
	width:740px;
	padding-top:10px;
	margin-left:40px;
	margin-right:40px;
	margin-bottom:8px;
	
	border : 0px solid red;
}

#content-holder img {
	padding-top:5px;
	margin-left:0px;
	margin-right:15px;
	margin-bottom:0px;
}

a {
  text-decoration: none;
  color: #6C6C6C;
}

.image-thumb {
	
	padding-top:5px;
	margin-left:0px;
	margin-right:15px;
	margin-bottom:0px;
	
	border : 0px solid red;
}


#architecture #leftnav a.architecture,
#portrait #leftnav a.portrait,
#projets-personnels #leftnav a.projets-personnels,
#reportage #leftnav a.reportage,
#scientifique #leftnav a.scientifique,
#profil #rightnav a.profil,
#contact #rightnav a.contact {
	color: red;
}


.debug {
	background-color: orange;
	padding: 1em;
	z-index: 1000;
	display: block;
}


