/*GPGQ- standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #930;
}
a:hover {
	color: #C60;
}
body {
	background: #655A46 url(img/bg.gif);
	color: #543;
	font: normal 65% "Lucida Sans Unicode",sans-serif;
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}

h2 {
	text-transform: uppercase;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #988A6F;
}

h3 {
	
	/*border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #988A6F;
*/
}
	
	
	
code {
	background: #FFE;
	border: 1px solid #EED;
	border-left: 6px solid #938262;
	color: #554;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
blockquote {
	background: url(img/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}
h1,h2,h3 {
	color: black;
	padding-top: 6px;
	padding-bottom: 10px;
		
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	background: url(img/bgcontainerOrange.jpg) repeat-y;
	margin: 0 auto;
	width: 760px;
}

/* header */
.header {
	/*background: url(img/bgfooter.gif) repeat-y;*/
	height: 60px;
	margin: 0 auto;
	width: 760px;
	
}

img.photoCenter {
	border: 1px solid #930;
	padding: 5px;
	
}

img.photo {
	border: 1px solid #930;
	padding: 5px;
	float: right;
	margin-left: 15px;
}


/* title */
.title {
	padding: auto;
	padding-left: 25px;
}
.title h1 {
	color: #993300;
	font-family: "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
	font-size: 3.4em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;

}

/* navigation */
.navigation {
	background: #FFF url(img/bgnavigation.gif) repeat-x;
	font: bold 1.2em Verdana,sans-serif;
	height: 44px;
	margin: 0 10px;
	padding: 0 28px;
	width: 650px;
}
.navigation a {
	color: #543;
	text-decoration: none;
	padding: 3px 4px;
	margin-right: 12px;
	line-height: 44px;
}
.navigation a:hover {
	background: #CEBDA1;
	color: #420;
}

/* main */
.main {
	clear: both;
	padding: 0 10px 12px 28px;
}


/* content */
.content {
	padding-top: 30px;
	float: left;
	width: 95%;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 2em;
}
.content .descr {
	color: #987E57;
	font-size: 1.4em;
	
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
	line-height: 2em;
	text-decoration: none;
}

/* footer */
.footer {
	background: #958463 url(img/bgheader.gif) repeat-x;
	color: #FED;
	font-size: 1.1em;
	line-height: 40px;
	margin: 0 auto;
	padding-left: 20px;
	text-align: center;
	width: 740px;
	font-variant: normal;
}
.footer a {
	color: #FFD;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
.footer .left, .footer .right {padding: 0 12px;}
.footer .right, .footer .right a {color: #C0B8A6;}
.footer .right a:hover {color: #FFE;}

/* floats */
.left {float: left;}
.right {float: right;}
.clearer {clear: both;}
#calendrier {
	width: 95%;
}

