@charset "UTF-8";

/* Balises génériques */

* {margin:0; padding:0; border:0;}
body {background-color:#404040; font-family:Arial, Helvetica, sans-serif; font-size:12px;}

/* Structure du site */

#structure {width:250px; height:auto; margin:auto; background-color:#FFF; padding-top:50px; padding-left:30px; padding-right:30px; overflow:auto; background:none;}


/* header */

#header					{width:250px; height:auto; float:left;}
#name					{width:200px; height:40px; float:left; font-size:14px; font-weight:lighter; padding-top:0px; color:#e6e6e6; text-decoration:none; margin-bottom:27px;}
#reseaux_sociaux		{width:50px; height:40px; float:left; text-align:left;}

/* footer */

#footer					{width:250px; height:auto; float:left; margin-top:0px;}
#copyright				{width:200px; height:15px; float:left; text-align:left; font-size:12px; margin-bottom:30px; padding-left:50px;}

/* marges */

.marge25				{margin-right:25px;}
.marge_top_26			{margin-top:26px;}
.marge_top_25			{margin-top:25px;}
.marge_top_20			{margin-top:20px;}
.marge_bottom_25		{margin-bottom:25px;}
.marge_bottom_23		{margin-bottom:23px;}

/* couleurs */

.bleu					{color:#12669a;}
.gris					{color:#e6e6e6;}






