/** Jeux CDO - styles généraux **/
BODY
{
	background: #135355 url(../img/body-bg.gif) repeat-x top left;
    font-family: "Trebuchet MS", Trebuchet, sans-serif;
    font-size: 0.9em;
    color: #565555;
}
IMG, A IMG
{
	border: none;
}
  A:link {
  	color: #135355;
  }
  A:visited {
  	color: #89A9AA;
  }
  A:hover {
  	color: #1C878A;
  }
	#wrapper
	{
		margin: 0 auto;
		width: 716px;
		padding: 0;
		background: #fff;
		border: 1px solid #251D1C;
		border-width: 0 1px;
	}
	#wrapHead
	{
		margin: 0 auto;
		width: 718px;
		background:#fff url(../img/header-top.gif) no-repeat top left;
		height: 15px;
	}

	#header
	{
		height: 170px;
		width: 704px;
		margin: 0 auto;
		padding: 0;
		background-color: #779153;
		color: #364620;
		text-align: center;
	}
	   #header H1
	   {
	       margin: 0; padding: 0;
	       font-size: 2.2em;
	       letter-spacing: 0.3em;
	   }
	   #header H1 A
	   {
	       margin: 0; padding: 0;
	       color: #C2E395;
	       text-decoration: none;
	       font-variant: small-caps;
	   }
	   #header P
	   {
	       font-style: italic;
	       margin: 0; padding: 0;
	   }
		#adds
		{
			text-align: center;
			margin: 7px auto 0;
		}
	#main
	{
		margin: 0;
	}
		#main.quebec
		{
			background: transparent url(../img/quebec.gif) no-repeat 125px 0;
		}

		#menu
		{
			float: left;
			width: 110px;
		}
			#menu UL
			{
				margin: 5px 0 0; padding: 0 0 0 5px;
			}
			#menu LI
			{
				display: block;
				list-style-type: none;
			}
			#menu LI A
			{
				display: block;
				margin: 5px 0; padding: 2px;
				border: 2px #135355 outset;
				text-align: center;
				font-size: 0.9em;
				text-decoration: none;
			}
			#menu LI A:hover
			{
				border: 2px #135355 inset;
			}
		#content
		{
			margin-left: 125px;
			padding: 0 1em 0 0;
		}
		H2
		{
			color: #135355;
			padding: 0 0 3px 0;
			background: transparent url(../img/h2-bkg.gif) repeat-x bottom left;
		}
		.quebec H2
		{
			padding: 0 0 3px 25px;
		}
		H3
		{
			color: #135355;
			padding: 0;
			border-bottom: 2px solid #D6DECB;
		}
		#content UL LI
		{
			list-style-type: circle;
		}
		#content OL.critiques
		{
			list-style-type: none;
			padding: 0; margin: 0;
			min-height: 780px;
		}
		#content OL.critiques LI
		{
			list-style-type: none;
			padding: 0; margin: 10px;
			display: block;
			float: left;
			width: 150px;
			text-align: center;
		}
		#content OL.critiques LI:hover
		{
			cursor: pointer;
		}
		#content OL.critiques P
		{
			margin: 0; padding: 0;
		}
		#content OL.critiques P.titre
		{
			height: 40px;
		}
		#content OL.critiques DIV.thumb
		{
			height: 160px;
		}
		#content UL.nouvelles
		{
			list-style-type: none;
			padding: 0; margin: 0;
		}
		#content UL.nouvelles LI
		{
			list-style-type: none;
			margin: 0 0 7px;
		}
		#content UL.nouvelles LI P, #content UL.nouvelles LI H4
		{
			margin: 0; padding: 0;
		}

		LI.quebec
		{
			background: transparent url(../img/quebec.gif) no-repeat top left;
			padding: 5px 25px;
			height: 20px;
		}

		DIV.imagesJeux
		{
			width: 150px;
			padding: 7px;
			margin: 0 7px 0 0;
			float: left;
			text-align: center;
		}
		DIV.imagesJeux IMG
		{
			display: block;
			margin: 0 auto;
		}
		DIV.imagesJeux P
		{
			margin: 0 0 7px; padding: 0;
			font-size: 0.8em;
		}
		DIV.images-large
		{
			width: 560px;
			padding: 7px;
			margin: 0 auto;
			text-align: center;
		}
  #footer
  {
     clear: both;
	 height: 60px;
	 color: #779153;
	 font-size: 0.8em;
	 padding: 0 0 0 2em;
	 font-style: italic;
  }
    #footer UL
    {
        text-align: center;
        margin: 0; padding:0;
    }
    #footer UL LI
    {
        display: inline;
        margin: 0; padding: 0;
        white-space: nowrap;
    }

    #footer UL LI:before
    {
        content: "[";
    }

    #footer UL LI:after
    {
        content: "]";
    }

	#footBkg
	{
		margin: 0 auto;
		width: 718px;
	    height: 7px;
 	    background:#fff url(../img/footer-bottom.gif) no-repeat bottom left;
    }
