body
{
	background-image:url(../../images/background/page_bg.png);
	width : auto;
	height : auto;
	color:#FFF;
	
}
#menu_haut
{
	text-align:center;
}
#menu_haut img
{
	margin-left:10px;
}
h2
{
	text-transform:uppercase;
	border-bottom: 3px dashed white;
}
#footer
{
	border-top : 2px dashed white;
	text-align : center;
	margin-top : 20px;
}
#admin_index
{
	text-align:center;
}
a
{
	color : white;
}
#admin_index a
{
	padding : 10px;
}
#menu_admin 
{
	text-align : center;
}
#menu_admin a
{
	padding : 10px;
}
/*
Alignement
*/
.align
{
	display: block;
}
/*
form
*/
#form
{
	text-align :left;
	display : block;
}
/*
Prévisualisation
*/
#prev
{
	display : block;
	text-align : left;
}
/*
Smileys
*/
#smileys
{
	display : block;
}
/*
Boutons form
*/
#boutons
{
	display : block;
}
a img 
{
	border:none;
}
#ecriture
{
	text-align : center;
	margin:auto;
}
#previewDiv
{
	height : 150px;
	width: 810px;
	padding : 5px;
	border : 1px dashed white;
	margin : auto;
	text-align : left;
	overflow : auto;
}
.ttpetit { font-size: xx-small; }
.tpetit  { font-size: x-small; }
.petit   { font-size: small; }
.gros    { font-size: large; }
.tgros   { font-size: x-large; }
.ttgros  { font-size: xx-large; }
.rouge 	 { color : red; }
.jaune	 { color : yellow; }
.bclair  { color : aqua; }
.bfonce  { color : navy; }
.vclair  { color : lime; }
.vfonce  { color : green; }
.orange  { color : rgb(255,127,39); }
.centre  { text-align:center; }
.droite  { text-align:right; }
.gauche  { text-align:left; }
.justifie  { text-align:justify; }
table
{
   border-collapse: collapse;
}
td
{
   border: 1px solid white;
   padding : 5px;
}
th
{
	border: 1px solid white;
	border-bottom: 2px solid white;
	padding : 5px;
}
#multimedia
{
	padding : 10px;
}
#multimedia th
{
	width: 150px;
}
#multimedia td
{
	width: 150px;
}