*{
	margin:0;
	padding:0;
}
BODY{
	font-family:Arial;
	font-size:12px;
	background-color:#C6C3C6;
	text-align:center;
}
TD{
	font-size:12px;
}
a{
	color:#F90000;
	text-decoration:none;
}
img{
	border:0;
}



#principal{
	width:960px;
	margin:14px auto 14px;
	text-align:left;
}

.conteneur-arrondi{
    padding:0;
    width:960px;
    margin-top:8px;
	background:#C6C3C6;
}
.un      {
    margin:0 4px;
    height:1px;
    background-color:#A19F9E;
    overflow:hidden;
    border:2px solid #A19F9E;
    border-top:0;border-bottom:0;
}

.deux {
    margin:0 3px;
    height:1px;
    overflow:hidden;
    border:2px solid #A19F9E;	
    background-color:#FFFEFE;
    border-top:0;border-bottom:0;
}

.trois{
    margin:0 2px;
    height:2px;
    overflow:hidden;
    border:2px solid #A19F9E;	
    background-color:#FFFEFE;
    border-top:0;border-bottom:0;
}

.quatre {
    margin:0 1px;
    height:2px;overflow:hidden;
    border:2px solid #A19F9E;
    background-color:#FFFEFE;
    border-top:0;border-bottom:0;
}
.centrearrondi {
    border:2px solid #A19F9E;
    border-top:0;border-bottom:0;
    margin:0 1px;
    height:auto!important;
	color:#51504F;
	background:#FFFEFE;
}
#haut{
	background:url('../images/quote_haut.jpg') no-repeat bottom right;
	height:260px;
}
#haut_logo{
	float:left;
	width:380px;
	padding-top:8px;
	padding-right:30px;
	text-align:center;
}
#haut_menu{
	float:left;
	width:456px;
}
#haut_menu ul{
	list-style:none;
	position:absolute;
	top:4px;
	width:456px;
}
#haut_menu li{
	float:left;
	width:112px;
	margin-right:2px;
}

/**
	Milieu
**/
#milieu{
	background:url('../images/milieu_fond.jpg') no-repeat bottom center;
	height:430px;
}
#milieu_gauche{
	float:left;
	width:380px;
	padding-left:25px;	
}
#milieu_droite{
	float:left;	
	width:504px;
	padding-left:25px;	
}

#milieu_gauche .bloc .bloc_texte, #milieu_gauche .bloc .bloc_titre{
	width:376px;	
}
#milieu_droite .bloc .bloc_texte, #milieu_droite .bloc .bloc_titre{
	width:500px;
}

.bloc_texte{
	background:#FFFEFE;
	padding:10px 0px;
}
.bloc_titre{
	height:31px;
}

.bloc_texte ul{
	margin-left:30px;
}
.bloc_texte li{
	margin:2px 0px;
}
.texte{
	padding-right:10px;
	padding-left:10px;
}

.bloc_texte .separation{
	height:10px;
	width:380px;
	margin-bottom:5px;	
}
.bloc h3{
	font-size:14px;
	color:#A19F9E;
}
.picto{
	width:70px;
}

.bloc_bleu_dernier {
	border-bottom:2px solid #0282F9;
}
.bloc_bleu .bloc_texte{
	border-right:2px solid #0282F9;
	border-left:2px solid #0282F9;	
}
.bloc_bleu .bloc_texte ul{	
	list-style-image:url('../images/liste_bleu.jpg');
}
.bloc_bleu .bloc_texte input, .bloc_bleu .bloc_texte textarea{
	border:1px solid #0282F9;
}
.bloc_bleu .bloc_texte .boutonlien{
	background:url('../images/submit.jpg') no-repeat top center;
	color:white;
	cursor:pointer;
	border:0;
	width:85px;
	height:28px;
}

.bloc_orange_dernier {
	border-bottom:2px solid #FA8304;
}
.bloc_orange .bloc_texte{
	border-right:2px solid #FA8304;
	border-left:2px solid #FA8304;	
}
.bloc_orange .bloc_texte ul{	
	list-style-image:url('../images/liste_orange.jpg');
}

.bloc_rose_dernier {
	border-bottom:2px solid #F9025F;
}
.bloc_rose .bloc_texte{
	border-right:2px solid #F9025F;
	border-left:2px solid #F9025F;
}
.bloc_rose .bloc_texte ul{	
	list-style-image:url('../images/liste_rose.jpg');
}

.bloc_vert_dernier {
	border-bottom:2px solid #5FDA04;
}
.bloc_vert .bloc_texte{
	border-right:2px solid #5FDA04;
	border-left:2px solid #5FDA04;
}
.bloc_vert .bloc_texte ul{	
	list-style-image:url('../images/liste_vert.jpg');
}

/**
	Réalisations
**/
#mes_realisations ul, #mes_participations ul{
	list-style:none;
	margin:0px 0px 0px 10px;
	width:250px;
}
#mes_realisations li, #mes_participations li{
	float:left;
	width:70px;
	height:70px;
	margin:4px;
	border:1px solid #F9025F;
	
}
#large{
	margin:0px auto;
	border:1px solid #F9025F;
	text-align:center;
	width:450px;
	height:300px;
	background:url('../images/loading.gif') no-repeat center center;
}
#large_mention{
	text-align:center;
	color:#51504F;
	font-size:13px;
	margin-top:10px;
}
#large_liens{
	height:18px;
}
#portfolio_liens{
	float:right;
	cursor:pointer;
	text-align:right;
	width:112px;
	height:50px;
}
/**
	Bas
**/
#footer{
	height:40px;
	background:url('../images/quote_bas.jpg') no-repeat top left;
	text-align:center;
	padding-top:10px;
}


/**
	Classes
**/
.clear{
	clear:both;
}