* {
	padding: 0;
	margin: 0;
	border: 0;
}

/* mac hide \*/
html, body {height:100%}
/* end hide*/

body {
	background:#f4f4f3;
	color: #000000;
	font-size: 0.8em;
	font-family:Arial;
}

#page{
	background:#f4f4f3;
	height:100%;
	min-width:960px;
}

#outer{
	min-height:100%;/*for mozilla as IE treats height as min-height anyway*/
	margin-right:400px;
	background:#d9d9d5;
	margin-bottom:-52px;
	color: #000000;
	background-image:url(../images/interieur/spacer.png);
	background-position:right;
	background-repeat:repeat-y;
}
* html #outer{height:100%;margin-right:397px}/* ie 3 pixel jog*/ 

#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:121px;
	background:#FFFFFF;
	overflow:hidden;
	color: #000000;
}

#right {
	position:relative;/*ie needs this to show float */
	width:400px;
	float:right;
	margin-right:-399px;/*must be 1px less than width otherwise won't push footer down */
	padding-top:121px;/*needed to make room for header*/
	left:-1px;/* line things up exactly*/
	z-index:5;
}

* html #right {margin-left:-3px}/* three pixel jog*/

#right p {padding-right:3px;padding-left:2px}

#footer {
	width:100%;
	clear:both;
	height:50px;
	background-color: #FFFFFF;
	color: #000000;
	text-align:center;
	position:relative;
	padding-top:10px;
}

* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	\height:50px;/* for ie6 */
}

#clearheader{height:121px;}/*needed to make room for header*/

#clearfooter{clear:both;height:40px;}/*needed to make room for footer*/

div,p  {margin-top:0}/*clear top margin for mozilla*/

* html #centrecontent {height:1%;margin-bottom:12px}/* combat IE's 3 pixel jog */

div.contour{
	padding:10px;
}
.bannierePhotographes{
	position: relative;
	top:-10px;
	float:right;
}

/* hide from ie on mac \*/
#flashcontent {
	vertical-align:top;
}
/* end hide */
#banniereGallerie{
	position:absolute;
	left:900px;
	top:121px;
}
.miniStar{
	margin-left:31px;
}

.accueil {
	background-color:white;
	background-image:url(../images/accueil/fondAccueil.gif);
	background-repeat:no-repeat;
	background-position:top center;
}

h1 {
	color:#898d7f; 
	text-decoration:none;
	font-size:64px; 
	font-family:Arial; 
	text-transform:uppercase;
	display:inline;
}
h1 a{
	color:#898d7f;
	text-decoration:none;
	position:absolute;
	padding-top:58px;

}
h1 a:hover{
	color:#898d7f;
}
h1 a:visited{
	color:#898d7f;
}


h2 { 
	margin-top:0px;
	color:#444444; 
	font-size:18px; 
	font-family:Arial; 
	text-transform:uppercase;
}

h2 a{
	color:#444444;
	text-decoration:none;
}
h2 a:hover{
	color:#444444;
}
h2 a:visited{
	color:#444444;
}

h3 {
	margin:0px;
	color:#444444; 
	font-size:18px; 
	font-family:Arial; 
	text-transform:uppercase;
}

.credit {
	color:#444444; 
	font-size:12px; 
	font-family:Arial;
	font-style:italic;
}
.description {

	color:#444444; 
	font-size:12px; 
	font-family:Arial;
}

a.titre:link { color:#898d7f; text-decoration:none; font-size:18px; font-family:Arial; text-transform:uppercase;}     /* unvisited link */
a.titre:visited { color:#898d7f; text-decoration:none; font-size:18px; font-family:Arial; text-transform:uppercase;}  /* visited link */
a.titre:hover { color:#898d7f; text-decoration:none; font-size:18px; font-family:Arial; text-transform:uppercase;}   /* mouse over link */
a.titre:active { color:#898d7f; text-decoration:none; font-size:18px; font-family:Arial; text-transform:uppercase;}   /* selected link */

ul.sousCategorie{
	list-style:none;
	margin-left:2em;
	font-size:14px;
}
ul.sousCategorie li a{
	text-decoration:none;
	color:#333333;
	
}

ul.demos{
	list-style:none;
	min-height:230px;
}
ul.demos li{
	width:160px;
	height:230px;
	float:left;
	margin-right:5px;
	display:inline;
}
ul#primeurs{
	background:#bbbbbb;
	margin-right:10px;
	margin-bottom:10px;
	min-height:300px;
}
ul#primeurs li{
	width:260px;
	height:300px;
}

ul.demos li:hover{
	background-color:#f4f4f3;
}
ul.demos li a{
	text-decoration:none;
}
ul.demos li img{
	text-decoration:none;
	display:block;
	padding:5px;
}
ul.demos span{
	margin-left:5px;
	margin-right:5px;
	display:block;
}

div#footer ul{
	list-style:none;
}

div#footer li{
	text-align:center;
	margin-right:5px;
	display:inline;

}

ul.footerLink li a{
	text-decoration:none;
	color:#333333;
	
}

ul.footerLink li a:hover{
	text-decoration:underline;
}

.topGalleries{
	position:relative;
	float:right;
	top:-130px;
	left:20px;
}
