
/**********************************
	CORE.CSS
	version 2009-04-19
	(c) Jeremie 'Sky' Fontana
	www.skynebula.com
***********************************/




/************************
	HTML
*************************/

.rouge {
	color: #FF0000;
	}

.orange {
	color: #FF8200;
	}

.jaune {
	color: #FFFF00;
	}

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background: #000000 url(../img/bg.jpg) top center repeat-x fixed;
	}

hr {
	width: 100%;
	height: 1px;
	border: 0;
	color: #666666;
	background: #666666;
	}




/************************
	LINKS
*************************/

a, a:link, a:active, a:visited {
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	}
 
a:hover {
	color: #FF8200;
	font-weight: normal;
	text-decoration: underline;
	}

.titre a:hover {
	text-decoration: none;
	}




/************************
	LAYOUT
*************************/

#global {
	width: 500px;
	position: absolute;
	display: block;
	top: 10px;
	left: 50%;
	margin-left: -250px;
	border: solid 2px #944C01;
	background: #FFFFFF;
	}

#header {
	width: 480px;
	height: 120px;
	display: block;
	margin: 10px 10px 10px 10px;
	background: transparent url(../img/header.jpg) center no-repeat;
	}

#creatifs {
	line-height: 20px;
	}
	
#satellites {
	line-height: 20px;
	}

#infos {
	font-size: 12px;
	line-height: 16px;
	}

#contact {
	line-height: 20px;
	}

#footer {
	width: 480px;
	height: 20px;
	display: block;
	margin: 0px 10px 10px 10px;
	font-size: 10px;
	color: #915D28;
	line-height: 20px;
	text-align: center;
	background: #2D1700;
	}

#footer a, #footer a:link, #footer a:active, #footer a:visited {
	color: #915D28;
	}

#footer a:hover {
	color: #FF8200;
	}




/************************
	STYLES
*************************/

.titre {
	width: 475px;
	height: 20px;
	display: block;
	padding-left: 5px;
	margin: 0px 10px 5px 10px;
	font-size: 15px;
	color: #B99C6B;
	line-height: 20px;
	cursor: pointer;
	background: #2D1700;
	}

.titre a, .titre a:link, .titre a:active, .titre a:visited {
	display: block;
	color: #B99C6B;
	}

.titre a:hover {
	display: block;
	color: #FF8200;
	}

.contenu {
	width: 480px;
	margin: 0px 0px 10px 10px;
	}

.gras1 {
	font-size: 14px;
	font-weight: normal;
	color: #724210;
	}