/* CSS Document */

body {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        margin: 0;
		font-size: 13px;
       background-color: #CCCCFF;
	   color:#000;
        }
#global {
	width: 950px;
	margin: 10px auto 10px auto;
	position: relative;
 	background-color: #ffffff;
	overflow:auto;
	}
#header,#footer {
	background-color: #000000;
	margin:10px 6px 6px 6px;
	color:#FFFFFF;

}
#footer {
clear:both;
text-align:center;
height:28px;
padding-top:6px;
font-size:120%;
color:#FFFFFF;
}

h1 {
	font-size:300%;
	text-align:center;
	margin:6px 0px;
}
h2 {
	font-size:160%;
	text-align:center;
	margin:6px 0px 2px 0px;
}
h3 {
	font-size:120%;
	text-align:center;
	margin:6px 0px 2px 0px;
}
h4 {
	font-size:80%;
	text-align:center;
	margin:6px 0px 2px 0px;
}
p {
	text-align:center;
	margin:4px;
}

#bloc1 {
	background-color:#D93848;
	width:300px;
	float:center;
	margin:6px 0px 6px 6px;
	height:350px;
}
#bloc2 {
	background-color:#D93848;
	width:265px;
	float:left;
	margin:6px 6px 6px 0px;
	height:350px;
}
p.gras_marge_bas {
	font-weight:bold;
}
p.copyright {
color:#879DE3;
}

img.centre {
float:left;
}

a {
	color:#FFFFFF;
	text-decoration:none;
}
a:hover {
	color:#FFFF99;
}

