/* CSS Document */
body
{
	font-family: Times, "Times New Roman", serif;
	font-weight: 300;
	font-size: 1em;
	color: #000;
	background-color: #FFF;
	
	background-repeat: repeat;
	background-attachment: fixed;
		/*width: 760px;*/
}

.imageright
{

float: right;
clear: right;
}

.imagecenter
{

text-align: center;
}
.box {

width: 600px;
}

.box2 {
position:relative;
	right:-50%;
	
	width: 40%;
	
	
}

.box3 {
float: right;
	clear: right;
	
	
}


h1
{
	font-size: 2em;
	text-decoration: underline;
	text-align: center;
}

h2
{
	font-size: 1.5em;
	font-weight: lighter;
}

h2.ud
{
	
	text-decoration: underline;
}


/*pour les erreurs mysql ou php*/
h3
{
	font-size: 1.2em;
	font-weight: bold;
}

.norm
{
	font-size: 1.2em;
	width: 75%;
	text-align: justify;
}

h4
{
	font-size: 1em;
	font-weight: lighter;
}
.gaz
{
	
	width: 75%;
	
	text-align: justify;

}
.blog
{
	font-size: 1.2em;
	width: 75%;
	font-weight: normal;
	text-align: justify;

}

.blog2
{
	font-size: 0.8em;
	
	margin-left: 200px;
}

.navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: left;
}

.navcontainer ul li { display: inline; }

.navcontainer ul li a
{
text-decoration: none;
padding: .2em 1em;
color: white;
background-color: black;
}

.navcontainer ul li a:hover
{
color: white;
background-color: gray;
}
