/* CSS Document */

body {
	background-color: #dfdede;
	width: 1000px;
	margin: auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#header {
	background-image: url(images/header.png);
	width: 1000px;
	height: 190px;
	display:block;
	color:none;
}

#menu {
	width: 196px;
	float: left;
	margin-top: 10px;
	margin-left: 3px;
}

#menu2 {
	width: 196px;
	float: left;
	margin-top: 10px;
	margin-left: 3px;
}

#menuhaut {
	width: 196px;
	height: 31px;
	background-image: url(images/menu_haut.png);
	background-repeat: no-repeat;
}

#menucontenu {
	background-image:url(images/menu_contenu.png);
	background-repeat:repeat-y;
}
#menucontenu2 {
	background-image:url(images/menu_contenu2.png);
	background-repeat: no-repeat;
}
#menubas {
	width: 196px;
	height: 23px;
	background-image: url(images/menu_bas.png);
	background-repeat: no-repeat;
}
#menubas2 {
	width: 196px;
	height: 5px;
	background-image: url(images/menu_bas2.png);
	background-repeat: no-repeat;
}

#texte {
	width: 579px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
}

#text_haut {
	background-image: url(images/text_haut.png);
	background-repeat: no-repeat;
	width: 579px;
	height: 42px;
	float: left;
}

#text_contenu {
	width: 579px;
	background-image:url(images/text_contenu.png);
	background-repeat:repeat-y;
	float: left;
}

#text_bas {
	background-image: url(images/text_bas.png);
	background-repeat: no-repeat;
	width: 579px;
	height: 23px;
	float: left;
}
#mediaspace {
	width: 579px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;

}
.text_text {
	margin-left:7px;
	margin-right: 3px;
}
.text_video {
	margin-left:3px;
	margin-right: 3px;
}
.titre_video {
	color: #FFFFCC;
}
.text_menu {
padding-left:7px;
}
.catecolor
{
   color: #EE7600;
   font-size: 12px;
   font-weight:bold;
}

p {
margin:0 0 0 0;
}

.titre {
	padding-left:40px;
	padding-top: 10px;
	font-size: 13px;
	font-weight:bold;
}

.titre2 {
	padding-left:30px;
	padding-top: 10px;
	font-size: 13px;
	font-weight:bold;
}
#categories{
	color:#EE7600;
	font-weight:bold;
}
.mini_home{
	padding-left:945px;
	padding-top:14px;
	width:10px;
	height:12px;
}

.mini_mail{
	padding-left:965px;
	width:13px;
	height:12px;
	padding-bottom: 6px;
	margin-top: -12px;
}
table.blaguestyle {
	display: bloc;
	background-color: #F8F8D3;
	border: 2px solide #FFFFCC;
	padding: 0px;
	width: 566px;
	margin-bottom:3px
}
div.page{
text-align:center;
padding-top:10px;
color:#808080;
}
div.page a{
text-decoration:none;
color:#4FB0FF;
word-spacing:4px;
}
div.page a:hover{
text-decoration:none;
color:#EE7600;
background : none;
}
div.page strong{
text-decoration:none;
color:#EE7600;
word-spacing:4px;
background : none;
}



#footer {
	background-image: url('images/footer.png');
	background-repeat: no-repeat;
	clear: both;
	width: 1000px;
	height: 42px;
	margin-top:15px;
	margin-left:0px;
}

 h1, h3
        {
            text-align:center;
			color: #000000;
        }
        h3
        {
            font-size:0.9em;
            margin-bottom:0px;
			margin-top:0px;
			border-bottom: 2px #dedede solid;
        }
        .news p
        {
            margin-top:0px;
        }
        .news
        {
            width:500px;
            margin:auto;
			border: 2px #dedede solid;
			border-bottom: 2px #dedede outset;
			border-right: 2px #dedede outset;
			min-height:80px;
			margin-top:10px;
			font-family: Verdana;			
        }

img {
border:none
}

/* Style des liens */
a:link {
          color: #000000;
          text-decoration : none;
          font-family : Verdana, Arial, Helvetica, sans-serif;
          font-size : 12px;
      }
a:hover {
          color : #000000;
		  background : #EE7600;
          text-decoration : none;
      }
a:active {
          color: #000000;
          text-decoration : none;
          font-family : Verdana, Arial, Helvetica, sans-serif;
          font-size : 12px;
		  background : #EE7600;
      }
a:visited {
          color: #000000;
          text-decoration : none;
          font-family : Verdana, Arial, Helvetica, sans-serif;
          font-size : 12px;
      }
a:visited:hover {
          color : #000000;
          text-decoration : none;
      }


