	/*	-------------------------------------------------------------
	
	BOOTCAMP

	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:	Feuille de style de base
	Nom:			screen.css
	Version:		1.0
	Date:			13 Dec, 2007

	-------------------------------------------------------------	*/

/*	-------------------------------------------------------------
	IMPORT 
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

/*	-------------------------------------------------------------
	BODY 
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

	/* Overrides */
	* {
		margin:0;
		padding:0;
		border:none; }

	html {
		height:100%;
		font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
		font-size: 15px;
		line-height: 1.3; }
		
	body {
		margin:0px;
		padding:0px;
		height:100%;
		background:#252525;
		color:#9b9b9b; }
	/* End Overrides */

/*	-------------------------------------------------------------
	COMMON
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

	.clear {
		clear:both; }
	
	.float-left {
		float:left; }
	
	.float-right {
		float:right;}
	
	.center {
		text-align:center; }

/*	-------------------------------------------------------------
	TYPOGRAPHIE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

	p {
		line-height:130%;
		margin:0 0 15px 0; }

	a:link, a:visited {
		color: #ccc;
		text-decoration: none;
		position: relative; }
		
	a:hover{
		color: #ccc;
		text-decoration: underline; }
	
	a:focus {
	  outline: none; }

	h1#title {
		margin:10px 0 20px 0;
		padding: 0 0 10px 0;
		font-size:1.1em;
		color:#ccc;
		font-weight:lighter; }

/*	-------------------------------------------------------------
	INTERFACE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

	#container {
		margin:0 auto;
		padding:100px 0 0 0;
		width:100%; }

	#container-mrtg {
		margin:0 auto;
		padding:15px 0 0 0;
		width:100%; }

	#wrapper {
		margin:0 auto;
		padding:0 0 30px 0;
		width:800px; }

	#header {
		margin:0px auto;
		padding:40px 0 0 0;
		width:750px;
		height:125px;
		text-align:center;
		background:#151515; }

	#content {
		width:750px;
		height:460px;
		margin:0px auto;
		padding:0;
		background:#1f1f1f;
		overflow:auto; }

	#single-col {
		float:left;
		width:700px;
		padding:25px;
		text-align:center; }
		
	#mrtg-col {
		float:left;
		width:900px;
		padding:25px;
		text-align:center; }