@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	font-family:"Tahoma MS", Verdana, Arial, Helvetica, sans-serif;
	color:#172d3e;
	font-size:12px;
	background-color:#517c9e;
}

a:link {color:#716c72; text-decoration:none;}
a:visited {color:#716c72; text-decoration:none;}
a:hover {color:#716c72; text-decoration:underline;}
a:active {color:#716c72; text-decoration:underline;}

#header {
	width:100%;
	height:150px;
	background-color:#355269;
	border-bottom:#febe26 3px solid;
}

#cheminCat{
	color:silver;
	font-style:italic;
	text-decoration:none;
	font-size:x-small;
	margin:10px;
	line-height:5px;
}

#cheminCat a{
	color:silver;
	font-style:italic;
	text-decoration:none;
	font-size:x-small;
	margin:10px;
	line-height:5px;
}

#cheminCat a:hover{
	font-size:small;
}

#infos {
	width:945px;
	height:26px;
	font-size:9px;
	color:#fff;
	padding:5px 2px;
	margin:0 auto 0 auto;
	background:url(img/dg_droite.jpg) repeat-y right #172d3e;
}

#fete {
	width:345px;
	float:left;
}

#infos_rapides {
	width:590px;
	float:left;
	padding-right:10px;
	padding-top:3px;
	text-align:right;
}

#infos_rapides div{
	float:right;
}

#pub {
	width:760px;
	height:90px;
	margin:8px auto 8px auto;
}

#content
{
	width:950px;
	height:auto;
	margin:0 auto 0 auto;
}

#b_left
{
	width:150px;
	height:100%;
	float:left;
	background:url(img/dg_gauche.jpg) repeat-y top right;
	/*border:solid blue 1px;*/
}

#b_right
{
	width:790px;
	height:auto;
	float:left;
	background:url(img/bg_repeat.jpg) repeat-y center;
	padding-right:10px;
	/*border:solid blue 1px;*/
}

#footer
{
	width:100%;
	height:50px;
	background-color:#172d3e;
	border-top:#febe26 3px solid;
	border-bottom:#fff 3px solid;
}

#copyright {
	width:930px;
	height:40px;
	line-height:20px;
	font-size:10px;
	text-align:right;
	color:#fff;
	padding:5px 5px;;
	margin:0 auto 0 auto;
	line-height:12px;
}


#copyright a {
	color:#febe26;
	text-decoration:none;
}

#copyright a:visited {
	color:#febe26;
	text-decoration:none;
}

#copyright a:hover {
	color:#febe26;
	text-decoration:underline;
}

.imgMenu{
	width:150px;
}

.imgMenu:hover{
	width:155px;
}

/*************************** spe ************************/
img {
	border:none
}

/**************** DIV ****************/
#actu {
	width:514px;
	height:auto;
	font-size:11px;
	text-align:justify;
	margin:10px 5px 10px 5px;
	border-bottom:#ccc 1px solid;
	border-left:#ccc 1px solid;
	border-right:#ccc 1px solid;
}

#actu p {
	padding:2px
}

#video {
	width:260px;
	height:auto;
	margin-bottom:10px;
}

#last {
	width:260px;
	height:auto;
	background-color:#ebebeb;
	margin-bottom:10px;
}

/**************** CLASSES ****************/

.boxframe {
	float:left;
	margin: 5px 0 0 4px;
	width:80px;
	height: 70px;
	text-align:center;
	border:none;
	font-size:9px;
}

.img_gauche {
	float:left; 
	margin-right:5px;
	padding: 2px;
}

.img_droite {
	float:right; 
	margin-left:5px;
	padding: 2px;
}