/* CSS par Dig pour http://www.kits-gratuits.net - Tous droits réservés - */

@import url(include/css/lightbox.css);
@import url(include/css/glider.css);

* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	outline: 0;
	-moz-outline: none;
	}

body {
	background:url('images/interface/fond.png') repeat-x #000;
	font-family:"Trebuchet MS", Verdana, Sans-Serif;
	font-size:75%;
	color:#FFF;
}

p {
	padding:5px;
}

a {
	color: #000;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;	
	}

#page {
	margin:0 auto 0 auto;
	width:745px;
}

#header {
	background:url('images/interface/header.jpg') bottom no-repeat;
	width:745px;
	height:337px;
	position: relative;
}

#header h1 {
	display:none;
}

#header a {
	color:#FFF;
	text-decoration:none;
}

#header a:hover {
	text-decoration:underline;
}

#header ul {
	list-style-type:none;
}

#header li {
	display:inline;
	float:left;
	margin:6px;
	width:81px;
	height:17px;
	background:url('images/interface/f_menu.gif') no-repeat;
	text-align:center;
}

#header div#actu {
	text-align: right;
	line-height: 33px;
	text-transform: uppercase;
	font-weight: bold;
	position: absolute;
	bottom: 0px;
	right: 10px;
	height: 33px;
	}
	
#header div#myspace {
	position: absolute;
	bottom: 7px;
	left: 10px;
	height: 19px;
	}

#contenu {
	text-align:justify;
	width:745px;
	background:url('images/interface/fond_c.jpg') no-repeat;
	padding:5px 5px 0 5px;
	color:#000;
}

#contenu h2 {
	font-size:115%;
	border-bottom:1px dotted #FFF;
	color:#FFF;
	font-weight:normal;
	margin:0 10px 10px 0;
	width: 300px;
}

#contenu h3 {
	padding:5px 5px 0 15px;
	list-style: square;
	}

#contenu p.center {
	text-align: center;
	}
	
#contenu p.center a {
	background: url(images/interface/pdf.png) left top no-repeat;
	padding-left: 20px;
	}
	
#contenu p.right {
	text-align: right;
	}

#contenu div.bloc p img, #contenu div.bloc p object {
	float: left;
	margin: 5px;
	text-align: center;
	}
	
#contenu ul {
	padding-left: 25px;
	padding-top: 10px;
	clear: both;
	}	
	
#contenu ul li {
	list-style: square;
	position: relative;
	}
	
#contenu ul li span, #contenu ul li object {
	position: absolute;
	right: 280px;
	width: 151px;
	top: 0px;
	}

.bas_bloc {
	width:730px;
	height:31px;
	background:url('images/interface/foot_b.png') bottom no-repeat;
	clear: both;
}

.bloc {
	background:url('images/interface/haut_b.png') #FFF top no-repeat;
	width:720px;
	margin-bottom:30px;
	margin-left:2px;
	padding-right: 10px;
}

#footer {
	text-align: right;
	font-size:90%;
	padding-right: 10px;
	margin-bottom: 20px;
}

#footer p span, #footer p span a, #footer p span a:hover {
	color: #000;
	text-decoration: none;
	}

#footer a { text-decoration:none;color:#FFF; }
#footer a:hover { text-decoration:underline;color:#FFF; }

.orange { color: #eb6a35; }
