	
/* ________________________________________________ => CORPS DE PAGE */

body {
	background:url(gfx/bgbody.gif);
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
}
p {
	font-size:12px;
}
p a:link, p a:visited p a:hover {
	color:#7ba9e1;
	text-decoration:underline;
	font-weight:bold;
}

#container {
background:url(gfx/bgcenter.jpg) repeat-y;
width:1036px;
margin:auto;
}
	
/* ________________________________________________  => FONDS  */

#bgtop {
background:url(gfx/bgtop.jpg) no-repeat top;
height:66px;
}

/* ________________________________________________ => MARGE OU PADDING */



/* ________________________________________________ => FLOAT (mettre img ds un paragraphe & l'aligner à gauche, droite etc) */

.alignleft {
	float:left;
	margin-right:10px;
	margin-bottom:25px;
	margin-top:5px;
}
.alignright {
	float:right;
	margin-left:10px;
	margin-bottom:5px;
}
.clearboth {
clear:both;
margin:0;
padding:0;
width:0px;
height:0px;
}

/* ________________________________________________  => POLICES */

.h1 {
}
.h2 {
	text-transform:capitalize;
	font-weight:bold;
	font-size:18px;
}
.h3 {
	text-transform:capitalize;
	font-weight:bold;
	font-size:13px;
	padding-right:10px;
}

		
/* ________________________________________________  => MAIN  */

#maincontent{
	width:945px;
	margin:auto;
}
		
/* ________________________________________________  => LEFT  */

#Left {
float:left;
width:215px;
}
		
/* ________________________________________________  => RIGHT  */

#Right {
float:left;
width:730px;
background:url(gfx/logoRight.jpg) top left no-repeat;
}

#Right p{
text-align:justify;
}

#Right .bleu{
color:#7ba9e1;
}

#Right1 {
padding:100px 250px 0px 50px;
background:url(gfx/Right1.jpg) no-repeat top right;
}

#Right2 {
padding:100px 250px 0px 50px;
background:url(gfx/Right2.jpg) no-repeat top right;
}

#Right3 {
padding:100px 50px 0px 50px;
}

#Right4 {
background:url(gfx/Right4.jpg) no-repeat top right;
padding:100px 300px 0px 50px;
font-size:10px;
}


/* ________________________________________________ => FOOTER */

#footer {
background:url(gfx/bgbottom.jpg) no-repeat bottom;
height:96px;
text-align:right;
padding-right:100px;
}
#footer a{
color:#7BA9E1;
text-decoration:none;
}

#footer .cortix {
margin-top:70px;
}
#footer .cortix2 {
margin-top:80px;
}

#footer .intro{
font-size:12px;
padding-top:5px;
}

/* ________________________________________________ => FORMULAIRE  */

.formulaire 
{
	BORDER-RIGHT: medium none; 
	BORDER-TOP: medium none; 
	FONT-SIZE: 11px; 
	BORDER-LEFT: medium none; 
	WIDTH: 100%; 
	COLOR: #626745; 
	BORDER-BOTTOM: medium none; 
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	background:url(gfx/bgcontain2.gif) repeat-y;
	background-color:#e9f3fb;
}
.formulaire_bouton 
{
	BORDER-RIGHT: medium none; 
	BORDER-TOP: medium none; 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	BORDER-LEFT: medium none; 
	WIDTH: 49%; 
	COLOR: #7ba9e1; 
	BORDER-BOTTOM: medium none; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	background:url(gfx/bgcontain2.gif) repeat-y;
}