[27/08/10 13:00:16] le bureau des affaires graphiques: /**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
#global{
margin-left: auto;
margin-right: auto;
width:1733px;
 
}

body {
	font-size: 11px; line-height: 14px;
	font-family: Helvetica, sans-serif;
	background: #fff;
	width:1500px;
	margin:auto;
	}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #000; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #000; }
a:hover { text-decoration: none; background-color: #000; color: #FFF; }

a img { border: none; }
a:hover img { background-color: #FFF; }

#menu {width: 1550px;
height: 300px;
top: 0;
bottom: 0;
left: auto;
right: auto;
background-color: #FFF;
}

#menu ul {
	list-style: none;
	margin: 0 0 50px0;
	height: 320px;
	float: left;
	margin-right:-10px;
}

#menu ul li.section-title { border-top: 5px solid #000; padding: 10px 0 10px 0; font-weight: bold; font-size: 14px; font-variant:small-caps}

#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
}

.container {
    padding: 5px 5px 25px 5px;
}

.container p img {
    float:left;	
}

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 20px;font-style: italic;font-family: Georgia, "Times New Roman", Times, serif; width: 849px; line-height:normal}
h2 { font-size: 42px;font-style: italic;font-family: Georgia, "Times New Roman", Times, serif; border-bottom: double #000; width: 930px; line-height: 49px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }
h8 {font-size: 25px;Line-Height: 40px; color: #646464}
h5 {font-size: 14px; font-family:Georgia, "Times New Roman", Times, serif; font-variant:small-caps; border-bottom: double #000; width: 930px; line-height: auto;}
 
#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
