@charset "UTF-8";
/* CSS Document */

body {
	font-family: Georgia, Times, serif;
	color: #001d38;
	
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(images/backDeadProjet.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/*BOITES CSS*/
#global
{
margin-left: auto;
margin-right: auto;
width: 100%;
height: 100%;
text-align: center; /* on r�tablit l'alignement normal du texte */
}

.boitesCentrales
{
width: 450px;
margin-left: auto;
margin-right: auto;
text-align:justify;

font-size: 1em;
line-height: 1.5em;
}

#boiteImage200
{
margin-left: auto;
margin-right: auto;
width: 350px;
height: 350px;
}	

#boiteImage800
{
margin-left: auto;
margin-right: auto;
width: 400px;
height: 130px;
}	


#boiteIconesSociaux
{
padding-left: 10px;
widht: 288px;
height: 64px;
}
.boiteIcone
{
padding-left: 32px;
float:left;
widht: 52px;
height: 52px;
}

.titre_01
{
color:#FFFFFF;
text-align:center;
font-size: 3em;
line-height:1em;
}
.titre_02
{
color:#FFFFFF;
font-size: 1.5em;
}

/*LIENS*/
a:link { color: #FFA90E; text-decoration: none; background-color: transparent }
a:visited { color: #FFA90E; text-decoration: none; background-color: transparent }
a:hover { color: #FFA90E; text-decoration: underline; background-color: transparent}
a:active { color: #FFA90E; text-decoration: none; background-color: transparent}
