/*
* Hard Code By: Jason Murray Cole(http://jason-cole.com)
* Easy Design By: Ethan Neuenswander (http://www.redpog.com)
* April 2007
*/

/**** General  ****/

body
{
background-color: white;
color: black;
font-family:  arial, verdana, sans-serif;
font-size: 70%;
margin: 0;

background-image:url(../!images/bgx.gif);
background-repeat:repeat-x;
color:#666;
}

/** Main Layout **/
.hd { display:none;}

#container
{
margin: 10px auto;
text-align: left;
width: 1000px;
}

#header
{
font-size: 90%;
text-align: right;
border-image: none;
}
#main h1
{
margin: 0;
font-weight: bold;
font-size: 2.5em;
font-family: Verdana, "Bitstream Vera Sans", sans-serif;
text-transform: uppercase;
color:#F60 !important;
line-height: 2.5em;
padding-left: 20px;

}

#main h1 strong {
background: #FFF200;
}

#menu
{
font-size: 110%;
padding: 5px 0;
}
#menu ul
{
border-bottom: 1px solid grey;
margin: 0;
padding: 0;
}
#menu li
{
display: inline;
list-style: none;
}
#menu a,#menu a:link,#menu a:visited
{
color: black;
margin: 0 10px ;
text-decoration: none;
}
#menu a:hover,#menu a:focus,#menu a:active
{
background-color: white;
border-bottom: 2px solid black;
color: black;
text-decoration: underline;
}

#photo
{
color: lightgrey;
font-size: 400%;
text-align: center;
}
#photo a:hover,#photo a:focus,#photo a:active
{background-color: white;}

.centr { text-align:center;}

#photonav
{
font-size: 90%;
line-height: 1em;
}
#main { width: 1100px;

}
#description1 { width: 300px;
	float: left;

}
#description2 { width: 255px;
	float: left;
	padding: 0 40px 0 0;
	clear:both;


}
#avis { width: 800px;
	float: right;
	margin: 20px 0 0 0;
}
#photonav p
{
margin: 0;
padding: 0;
}

.comment
{
border-top: 1px solid grey;
font-size: 80%;
clear:both;
}

#addcomment
{
border-top: 1px solid grey;
font-size: 80%;
}
#addcomment p
{
border-top: 1px solid lightgrey;
padding: 5px;
margin: 0;
}

#footer
{

font-size: 80%;
text-align: center;
}
#footer p
{
margin: 0;
padding: 5px 0;
}

/* Classes */

.left
{
float: left;
}
.right
{
float: right;
}
.clear
{
clear: both;
}
.red
{
color: red;
}
.grey
{
color: grey;
}

/* Forms */

form,fieldset
{
border: 0px solid #000;
line-height: 1em;
margin: 0 0 10px;
padding: 0;
}

input,textarea
{
border: 1px solid lightgrey;
}

label
{
float: left;
width: 100px;
}

.submit
{
display: block;
margin: 0 auto;
width: auto;
}


/* Link Colours */
a,a:link,a:visited
{
color: red;
}
a:hover,a:focus,a:active
{
background-color: red;
color: white;
text-decoration: none;
}

ul .bez {list-style:none;}
