/*-----------------------------------------------------------------------------
	BASICS
-----------------------------------------------------------------------------*/

* {
		padding: 0;
		margin: 0;
		}
img {
		border: none;
		}
a {
		color: black;
		text-decoration: none;
		}
a:hover {
	 	color: green;
		text-decoration: underline;
		}


/*-----------------------------------------------------------------------------
	BODY
-----------------------------------------------------------------------------*/

body {
		background: url(images/body.png) repeat-x top left #E0E0E0;
		font: 1em "Trebuchet MS", sans-serif;
		text-align: center;		/* pour Internet Explorer */
		}

/*-----------------------------------------------------------------------------
	CONTAINER
-----------------------------------------------------------------------------*/

#container {
		width: 960px;
		margin: 0 auto;
		margin-top: 16px;
		margin-bottom: 16px;
		text-align: left;
		background: url(container.png) repeat-y top left white;
		}


/*-----------------------------------------------------------------------------
	HEADER
-----------------------------------------------------------------------------*/

#header {
		height: 555px;
		background: url(images/header.jpg) top left; /*header.png*/
		}


/*-----------------------------------------------------------------------------
	FOOTER
-----------------------------------------------------------------------------*/

#footer {
		height: 64px;
		background: url(images/footer.png) top left;
		text-align: center;
		color: #C0C0C0;
		font-size: 0.8em;
		}
#footer p {
		padding-top: 4px;
		
		}

#footer a {
		color: #C0C0C0;
		font-weight: bold;
		text-decoration: underline;
		}

#footer a:hover {
		color: white;
		}

/*-----------------------------------------------------------------------------
	CONTENT
-----------------------------------------------------------------------------*/

#content {
		background: url(images/content.png) repeat-y top left;
		padding: 0 113px;
		padding: 0px 113px 32px 113px; /* top right bottom left */
		}


/*-----------------------------------------------------------------------------
	H2
-----------------------------------------------------------------------------*/

#content h2 {
		background: url(images/earth.png) no-repeat top left;
		padding: 48px 96px 48px 192px;
		text-align: justify;
		color: #808080;
		font: 2em monospace;
		font-weight: normal;
		font-style: italic;
		}

#content h2 b {
		color: #FF8000;
		color: #20A51E;
		font-size: 1.1em;
		}


/*-----------------------------------------------------------------------------
	H3
-----------------------------------------------------------------------------*/

#content h3 {
		height: 48px;
		background: url(images/h3.png) no-repeat bottom right;
		padding: 0px 0px 0px 0px;
		margin-bottom: 16px;
		text-align: left;
		/*color: #004000;*/
		color: #20A51E;
		font: 2em monospace;
		line-height: 2.5em;
		}

#content p {		
		color: #004000;
		text-align: justify;
		text-indent: 32px;
		padding: 0px 0px 16px 32px; /* top right bottom left */
		}

#content p.frame {
		background: #F0F0F0;
		border: 1px solid #D0D0D0;
		text-indent: 16px;
		padding: 8px 16px 8px 16px; /* top right bottom left */
		margin-left: 32px;
		font-style: italic;
		}		
#content ul {
		list-style-type: none;		
		}

#content ul li {
		background: url(images/arrow.png) no-repeat top left;
		color: #004000;
		font-size: 1.1em;
		text-align: justify;
		text-indent: 32px;
		padding: 0px 64px 32px 48px; /* top right bottom left */
		}

#content ul li em {
		color: #20A51E;
		font-size: 1.2em;
		}

#content h3.big {
		height: 48px;
		background: url(images/h3_big.png) no-repeat bottom right;
		padding: 0px 0px 0px 0px;
		margin-bottom: 32px;
		text-align: left;
		color: #004000;
		font: 3em serif;
		font-variant: small-caps;
		}


/*-----------------------------------------------------------------------------
	PARTNER (in CONTENT)
-----------------------------------------------------------------------------*/


#culturevelo {
		margin-top : 30px;
		background: url(images/culturevelo_small.png) no-repeat center;
		height:50px;
	}
	


