/*PHOTOGENIQUE.CH par Blaise Regamey*/
/*feuille de style CSS _main*/

body {
	color:#333333;
	font-family:"trebuchet ms", arial, verdana;
	font-size:12px;
	text-align:center;
}

div#page{
	width:800px;
	margin:22px auto 20px auto;
	border:1px solid #999999;
}

div#contenu{
	width:630px;
	text-align:justify;
	margin:auto;
	padding:10px 10px 10px 10px;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
}

h1{
	font-size:14px;	
}

h2{
	font-size:13px;	
}

img{
	border:			0px;
}

a{
	text-decoration:none;
	color:red;
	font-weight:bold;
}

div#header{
	padding: 10px 0px 0px 0px;
	margin:auto;
}

a#baniere{
	background-repeat:no-repeat;
	display:block;
	font-size:0px;
	color:white;
	margin:auto;
	width:351px;
	height:28px;
	background:url(../media/baniere.png);
}

a#baniere:hover{
	background:url(../media/baniere.png) 0 -28px;
}

div#menu{
	height:27px;
	margin:3px 242px 3px 243px;
}

div#menu a{
	float:left;
	height:27px;
	margin:0px 3px 0px 3px;
	font-size:0px;
	color:white;
}

div#footer{
	text-align: center;
	padding-top:5px;
	padding-bottom:5px;
}

a#menu1{width:	35px}
a#menu2{width:	53px}
a#menu3{width:	29px}
a#menu4{width:	35px}
a#menu5{width:	35px}
a#menu6{width:	31px}
a#menu7{width:	53px}
