/* GENERAL */
html {
   margin: 0;
   padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background-color: #dddddd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000;
	background-image: url(../images/deco/fd_gris_grad.jpg);
	background-repeat: repeat-x;
}
p, h1, form, input {
	margin: 0;
	padding: 0;
}
#general{
	margin:0 auto;
	padding:0;
	width:100%;
}

/* - - DEBUT HEADER */
#header{
	padding:0;
	width:980px;
	height:223px;
	background-color: #414141;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/deco/header.jpg);
	vertical-align: bottom;
	border-top-width: 10px;
	border-right-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
}
.imgHeader {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}


/* FIN HEADER
- - DEBUT BARNAV */
ul#menu {
	padding: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #414141;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #414141;
	border-top-width: 0px;
	border-bottom-width: 0px;
	margin: 0;
}
.header_spacer {
	font-size: 10px;
	margin-top: 6px;
}

#menu li {
	float:left;
	margin: 0px;
}
#menu a {
	display: block;
	margin: 0;
	color: #F6C40B;
	text-decoration: none;
	line-height: 25px;
	width: 326px;
	text-align: center;
	background-color: #414141;
	font-style: italic;
}
#menu a:hover {
	color: #FFFFFF;
	background-color: #414141;
	background-repeat: repeat-x;
}

.hidden {
	line-height: 0px;
	text-indent: -10000px;
	margin: 0px;
}

/* FIN BARNAV

/*Contenu de page  CONTENT */
#content_intro {
	width: 770px;
	background-color:#CCC;
	background-image: url(../images/deco/page_fond.jpg);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
	height: 450px;
}
#content {
	width: 980px;
	background-color:#FFFFFF;
	background-image: url(../images/deco/page_fond.jpg);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}
#content p {
	margin-bottom: 5px;
	margin-left: 20px;
	margin-right: 10px;
	text-align: left;
}

#leftcontent {
	float:left;
	width:250px;
	margin:0;
	background-color: #414141;
	background-image: url(corner.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color: #FFFFFF;
	padding: 0;
}
.orange {
	color: #F6C600;
}
.blanc {
	color: #FFFFFF;
}

#leftcontent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	color: #FBC30A;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 8px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #FBC30A;
	margin-left: 20px;
	margin-bottom: 10px;
}

#leftcontent h2 a {
	color: #CCCCCC;
	text-decoration: none;
}
#leftcontent h2 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#leftcontent p a {
	color: #F8C258;
	text-decoration: none;
}
#leftcontent p a:hover {
	text-decoration: underline;
}
#leftcontent li a {
	color: #F8C258;
	text-decoration: none;
}
#leftcontent li a:hover {
	text-decoration: underline;
}
#centercontent {
	background:white;
	margin-top: 0px;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 10px;
}
#centercontent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 8px;
	background-image: url(../images/deco/cartouche.jpg);
	background-repeat: no-repeat;
	text-indent: 5px;
}
#centercontent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: italic;
	color: #F6C600;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 8px;
}

#rightcontent {
	float:right;
	width:250px;
	margin:0;
	padding:0;
	background-image: url(corner.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#rightcontent h1 {
	background-image: url(../images/deco/titre_fond.gif);
	text-align: center;
	height: 45px;
	color: #666666;
	margin: 0px;
}
#rightcontent  h2 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 8px;
	background-image: url(../images/deco/cartouche_crt.jpg);
	background-repeat: no-repeat;
	text-indent: 5px;
}
#content  li {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}



#rightcontent img {
	text-align: center;
}
#rightcontent  a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#rightcontent  a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}
#colGauche {
	width: 49%;
	color: #000000;
	padding-left: 0px;
	margin-right: 0px;
}
#colGauche img {
}
#colGauche h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #414141;
	text-align: left;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#colGauche h2 a {
	color: #CCCCCC;
	text-decoration: none;
}
#colGauche h2 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#colGauche p a {
	color: #F8C258;
	text-decoration: none;
}
#colGauche p a:hover {
	text-decoration: underline;
}
#colGauche li a {
	color: #F8C258;
	text-decoration: none;
}
#colGauche li a:hover {
	text-decoration: underline;
}
#colDroit {
	float: right;
	width: 50%;
	margin-top: 0px;
	color: #FFFFFF;
	background-color: #414141;
}
#colDroit h1 {
	background-image: url(../images/deco/titre_fond.gif);
	text-align: center;
	height: 45px;
	color: #666666;
	margin: 0px;
}
#colDroit  h2 {
	color: #FFFFFF;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	margin-left: 15px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#colDroit img {
	text-align: center;
}
#colDroit  a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#colDroit  a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}
#introPage {
	margin: 0px;
	background-color: #0033CC;
}
#artCentre {
	float: left;
	width: 50%;
	margin: 0px;
	background-color: #66FFFF;
}
#artDroit {
	float: left;
	width: 50%;
	margin: 0px;
}

/*Bas de page  FOOTER*/

#footer{
	margin:0 auto;
	padding:0;
	width:980px;
	height:50px;
	background-color:#414141;
	text-align: center;
	color: #FFF;
	background-image: url(../images/deco/page_footer.jpg);
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-top-style: solid;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}


#footer_intro {

	margin:0 auto;
	padding:0;
	width:773px;
	height:70px;
	background-color:#AFAFAF;
	text-align: center;
	color: #FFF;
	background-image: url(../images/deco/intro_footer.jpg);
	background-repeat: no-repeat;
}

#footer a{
	color:#FFC107;
	text-decoration:none;
}

#footer a:hover{
	color:#FF0000;
}
#footer_adresse {
	float: left;
	text-align: center;
	color: #FFFFFF;
	margin-left: 30px;
}
#footer_menu {
	color: #000000;
	margin-right: 150px;
	text-align: right;
}

/*classe clear*/

.clear {
	clear: both;
	overflow: visible;
	border: 0;
	padding: 0;
	visibility: hidden;
	margin: 0;
}
#credits {

	margin:0 auto;
	padding:0;
	width:773px;
	height:70px;
	text-align: center;
	color: #FFF;
	background-image: url(../images/deco/page_footer.jpg);
	background-repeat: no-repeat;
}
