/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/

body {
	background-color:#2f383e;
	}
/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:108%;
	align:left;
	font-family:Georgia, "Times New Roman", Times, serif
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:102%%;
	font-family:Georgia, "Times New Roman", Times, serif
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
	color:#FFF;
}

.corps {
	background-color:#2f383e;
	top:0px;
	left:0px;
	width:630px;
	height:300px;
	position:relative;
}
p {
	font:Georgia, "Times New Roman", Times, serif
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#FFF;
}

.TexteBas {
	font:Verdana, Geneva, sans-serif;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#FFF;
}

.petit {
	width:50px;
	height:60px;
}

.petita {
	width:50px;
	height:50px;
}

.grand {
	width:60px;
	height:100px;
}

.granda {
	width:60px;
	height:60px;
}

.logo {
	background-color:#000;
	top:300;
	left:0px;
	width:630px;
	height:300px;
	position:relative;
}

.navigation { 
    display: inline ; 
    color: #fff ; 
    font: 1em "Trebuchet MS",Arial,sans-serif ; 
    line-height: 1em ; 
    padding: 4px 0 ; 
    } 

/* setting a consistent width, 160px; 
   control of type=file still not possible */
input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}

