/**************************************
*	Fichier	:	stytle.css
*	Auteur	:	Varouj (varoujhay@free.fr)
*	Thème	:	StationDS
*	Pour		:	Decoupe-fr.net
*	Date		:	15/07/08
*	Modifé	:	15/07/08
**************************************/

/*************************************************** GENERAL (Début) ***************************************************/
* {
	margin : 0;
	padding : 0;
	border : 0;
	outline : 0;
}

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

body {
	width : 964px;
	margin : 8px auto;
	color : ##444444;
	font : 1em  Verdana, Arial, Helvetica, sans-serif;
	background-color : #84C6FD;
	position : relative;
}

/****** GLOBAL ******/
#global {
	float : left;
	margin : 0 auto;
	padding : 9px;
	width : 944px;
	border : 1px solid #BABBBB;
	background-color : #FFFFFF;
}
/*************************************************** GENERAL (Fin) ***************************************************/

/*************************************************** HAUT DE LA PAGE (Début) ***************************************************/

/****** HEADER ******/
h1#header {
	height : 50px;
	text-align : center;
	font-size : 2.2em;
	font-family : "Trebuchet MS",Arial,Verdana,sans-serif;
}
h2 {
	padding-left : 5px;
	height : 25px;
	line-height : 25px;
	color : #ffffff;
	font-size : 0.7em;
	background-color : #72BDFD;
}
.bloc {
	margin-bottom : 50px;
	border : 1px solid #72BDFD;
}
/*************************************************** HAUT DE LA PAGE (Fin) ***************************************************/

/*************************************************** CORPS (Début) ***************************************************/


/****** NAVIGATION ******/
#menu_gauche {
	float : left;
}
#menu_droit {
	float : right;
}
.menu {
	margin-top : -26px;
	width : 158px;
}
/****** BLOC ******/
.menu .bloc {
	width : 156px;
}
.menu .bloc h2 {
	width : 151px;
}
.menu ul {
	padding : 8px 5px 15px 15px;
	width : 136px;
	font-size : 0.7em;
	list-style : disc inside;
}
.menu ul li {
	line-height : 1.3em;
}
.menu .pub {
	padding : 10px 5px;
	font-size : 0.7em;
}

/****** CONTENU ******/
#contenu {
	/*width : 604px;*/
	margin : 10px 170px;
}
#contenu .bloc {
	float : left;
	width : 602px;
}
#contenu .bloc h2 {
	/*float : left;*/
	width : 597px;
	margin : 0;
}
#contenu .bloc p {
	padding : 5px;
	font-size : 0.7em;
}
#contenu #pub {
	width : 604px;
	float : left;
	margin-bottom : 10px;
}
#contenu .pub_gauche {
	width : 300px;
	float : left;
}
#contenu .pub_droite {
	width : 300px;
	float : right;
}

/*************************************************** CORPS (fin) ***************************************************/

/*************************************************** BAS DE LA PAGE (Début) ***************************************************/

/****** FOOTER ******/
p#footer {
	clear : both;
	text-align : center;
	font-size : 0.75em;
}
p#footer a {
	font-weight : bold;
}
/*************************************************** BAS DE LA PAGE (Fin) ***************************************************/
input,textarea{
	border:1px solid black;
}
