* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px 0;
	background: #FFFFFF url(images/axel.gif) repeat;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3 {
	color: #333333;
}

h2 {
}

h2 a{
		text-decoration: none;
		color: #000000;
		display:inline;

}

h3 {
	font-size: 1em;
}


h4 img{
	float: left;
	margin: 5px 10px 0 0 ;
}

h4 a{
		text-decoration: none;
		color: #000000;
		display:inline;

}



h4 a:hover {
	text-decoration: none;
	color: #660000;
}


h5 img{
	float: left;
	margin: 5px 10px 0 0 ;
}



p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.3em;
	text-align: justify;
}

p {
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

ul {
	margin-left: 1em;
	list-style-image:url(images/menu_icon.gif);
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: none;
	color: #990000;
}

a:hover {
	text-decoration: none;
	color: #660000;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 10px 0 0;
	border: 1px #000000 solid;
}

img.right {
	float: right;
	margin: 5px 0 0 10px;
}


/* Header */

top {
    width: 960px;
    background: #000000;
    border:#FF6600 solid 1px;    
    }

#header {
	width: 960px;
	height: 80px;
	margin: 0 auto;
	padding: 0px 5px 2px 5px;
	//background: #000000 url(images/header.jpg) no-repeat;
	background: #000000 url(images/right_header.jpg) right no-repeat;
	border:#FF6600 solid 1px;
}



/* Header > Logo */

#logo {
	float: left;
	width: 240px;
	height: 50px;
}

#logo h1 {
	float: left;
	margin: 0;
	padding: 0px 0 0 0;
	font-size: 2.6em;
}

#logo h2 {
	float: left;
	margin-top: -5px;
	font-size: 1em;
}

#logo a {
	text-decoration: none;
	color: #000000;
}



/* navbar*/

#navbar {

		background-color: #000000;
		height: 30px;
		//background-image: url(images/navbar.png);
		//background-repeat: repeat-x;
		clear: both;
		margin: 2px auto;
		padding: 0px 5px 0px 5px;
		width: 960px;
		border:#FF6600 solid 1px;
		
}

#navbar ul {

	margin: 0; padding: 0 0 0 5px;

}

#navbar ul li {
	float: left;
	list-style: none;		
	border-right: 1px solid #FF9900;
	height: 30px;
	
}

#navbar ul li a {
	display: block;
	text-decoration: none;	
	padding: 5px 15px;
	color: #FF9900;	
	font-weight: bold;
	height: 20px;
}

#navbar ul li a:hover {

  color: #FF9900;	
	background-color: #660000;
}

#navbar ul li#current a {

	color: #fff;
	background-color: #660000;

}

#navbar ul li#current a:hover {

	color: #333;
	background-color: #660000;

}

#navbar td a{
	display: block;
	text-decoration: none;	
	padding: 5px 15px;
	color: #FF9900;	
	font-weight: bold;
	height: 20px;
	border-right:#FF9900 1px solid
}

#navbar td a:hover{
	display: block;
	text-decoration: none;	
	padding: 5px 15px;
	color: #FF9900;	
	background-color:#660000;
	font-weight: bold;
	height: 20px;
	border-right:#FF9900 1px solid
}


/* Content */

#content {
	width: 960px;
	margin: 0 auto;
	padding: 5px;
	//background: #FFFFFF url(images/bg-trame.gif);
	background: #FFFFFF;
	border:#FF6600 solid 1px;
}

/* Content > Main */

#main {
	float: left;
	width: 500px;
	//height:600px;
	//display:block;
	padding: 5px;
	background:#fff;
}

#main p{
	background:#fff;
}

/* Content > Main > Welcome */

#welcome a{
text-decoration:none;
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
	float: left;
	//width: 220px;
	//background:#eeeeee;
}



#sidebar2 {
	float: left;
	width: 220px;
	background:#ffffff;
	margin-right: 5px;
	color:#000000;
	height:100%;
}

#sidebar2 h3 a{
text-decoration:none;
text-transform: uppercase;
color:#000000;

}


.intro{
 color:#666666;
 font-size:1.2em;
 text-align:center;
 background-color:#FFCC00;
}


.sommaire{
	color:#000000;
	font-weight: bold;
	margin:10px;
	padding:5px;
	width:100%;
}

.news{
	color:#000000;
	border-bottom:1px #000000 dotted;
	

}



.tags{
border:1px #000000 dotted;
padding: 5px;
margin:3px 3px 20px 3px;
background:#eeeeee;
}

#leftvideo{

}

#sidebar .boxed .title h2 {
}

/* Boxed Style */

.boxed {
}

.boxed .title {
	background: #000000;
	margin:5px;
}

.boxed .title h2 {
	height: 15px;
	padding: 3px 0 3px 3px;
	text-transform: uppercase;
	font-size: 1em;
	color: #FFFFFF;
}

.boxed .content {
	padding: 5px;
	//border-top: 1px solid #FFFFFF;
}



/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates h3 {
	font-size: .8em;
}

#updates p {
	line-height: 1.5;
	font-size: .8em;
}

#updates a {
	text-decoration: none;
}



/* Post */

.post {
	margin-bottom:15px;
}

.post .title {
	background: #FFFFFF url(images/bg-trame2.gif) repeat;
	font-size: 1em;
	text-transform: uppercase;
	color: #FFFFFF;
}

.post .title span {
	//display: block;
	height: 15px;
	padding: 3px;
	margin:3px;
}





.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {
	clear: both;
}

.post .meta p {
	margin: 0;
	padding: 0px;
	border-bottom: 1px dotted #000000;
	line-height: normal;
	font-size: x-small;
}

.post .story {
	padding: 5px;
	background: #FFFFFF;
	border:1px solid #FABE0C;
	color:#000000;
	//height:160px;
}

.post h2{
color:#000000;
font-size: 1.5em;
//line-height:0.9em;
text-transform: capitalize;
}

.line{
width:100%;
border-bottom:1px #CCCCCC dotted;
margin:10px;
}

#home_zoom {
	//float: right;
	width: 100%;
	padding: 3px;
	margin: 0px;
	
}


#home_zoom a{
	text-decoration:none;
	color:#990000;
	font-weight:bold;
	
}

#home_zoom a:hover{
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	
}

#home_zoom a:visited{
	text-decoration:none;
	color:#990000;
	font-weight:bold;
	
}


#home_videos{
	display: table;
	//float: left;
	width: 100%;
	padding-right: 5px;
	background:#ffffff;
	margin-bottom:10px;

}

.videos_list{
	display: table;
	//float: left;
	width: 100%;
	padding-right: 5px;
	background:#ffffff;
	margin-bottom:10px;

}

#home_video p{
	margin-bottom:-10px;
}




#main{
	display: block;
	//float: left;
	width: 510px;
	padding-right: 5px;
	background:#ffffff;
	margin-bottom:20px;
	height:100%;
}

#rightcolumn {
width:160px;
float:right;
margin-left:10px;
height:100%;
background:#CCCCC;
}

#breves {
	width:100%;
}



/* Footer */

#footer {
	clear: both;
	width: 970px;
	
	margin: 2px auto;
	padding: 0px;
	background:url(images/bg-trame.gif) repeat;
	border:#FF6600 solid 1px;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	font-size: x-small;
}

#footer a {
	text-decoration: underline;
	color: #666666;
}

#footer a:hover {
	text-decoration: none;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}




#largeban_top{
	text-align:left;
	background: #000000;
	width:960px;
	/*height:90px;*/
	margin:2px auto;
	padding: 5px 5px 5px 5px;
	border:#FF6600 solid 1px;
}



#carre_home{
	//background: #FFFFFF;
	width:100%;
	height:250px;
	margin:5px;
	padding: 5px 5px 5px 5px;
	display:block;
}

#sous_pub{
	width:468px;
	height:200px;
	background: #FFFFFF;
	float: right;
	//display:block;
}

#flyers{
	width:100%;
	height:200px;
	display:block;
	margin-bottom:25px;

}

#dossier_home{
	width:100%;
	height:30px;
	display:block;
	border:1px solid #FABE0C;
}

.pager{
	margin-bottom:5px;
	font-size:1em;
	margin:1px;
	padding:2px;
	background:#fff;
}
.pager a{
	font-size:1em;
	margin:1px;
	padding:2px;
	background:#fff;
	border:1px solid #666666;
}
