HTML
	{
	margin: 0;
	padding: 0;
	}
BODY
	{
	margin: 10px 0 ;
	padding: 0 ;
	text-align: center ;
	font-family: arial, helvetica, verdana, sans-serif;
	font: 0.8em;
	}
A
	{
	color: #4f78ab;
	text-decoration: none;
	}
H2
	{
	line-height: 42px ;
	font-size: 1.7em ;
	color: #4f78ab;
	}
INPUT, TEXTAREA, SELECT
	{
	color: #4f78ab;
	 border-style: solid;
	 border-width: 1px;
	 border-color: #4f78ab;
	 overflow: auto;
	}


/* Menu */
/*
#menu
	{
	margin: 0 0 0 5px;
	padding: 10px;

	height: 180px;
	width: 300px;
	float:right;
	border: 1px dashed #f80;
	}
#menu a
	{
	display:block;
	text-decoration:none;
	font-family: arial, helvetica, verdana, sans-serif;
	white-space: nowrap;
	}
*/


/* Structure général du site */
div#Site
	{
	text-align : justify;
	width: 1000px;
	margin: 10px auto 10px auto;
	padding: 0px;
	position: relative;
	background: #fff;
	/*border: 3px solid #f80;*/
	}
.Slogan
	{
	color:#000;
	font-size:1.1em;
	position:absolute;
	top: 80px;
	right: 10px
	}
h1#Titre
	{
	margin: 0px;
	padding: 0px;
	height: 100px;
	background: url(WebmasterFrance.jpg) no-repeat left top;
	border: 1px solid #4f78ab;
	}
h1#Titre a
	{
	width: 1000px ;
	height: 100px ;
	display: block ;
	position: relative ;
	left: 0;
	top: 0;
	text-indent: -5000px ;
	}

.ImageLeft
	{
	margin: 5px;
	padding: 2px;
	float:left;
	border: 1px dashed #4f78ab;
	}
.Erreur
	{
	background:red;
	color: yellow;
	font-weight: bold ;
	border-top: 1px dashed Black;
	border-bottom: 1px dashed Black;
	}

/* STYLE POUR LE JAVASCRIPT */
#mainContainer{
		width:675px;
		margin:0;
		text-align:left;
		/*border: 1px dashed black;*/
	}

	/* This is the box that is parent to the dragable items */
	#dragableElementsParentBox{
		padding:5px;	/* Air */
	}
	
	.smallArticle,.bigArticle{
		float:left;
		border:1px dashed #000;
		background-color:#FFF;
		padding:2px;
		margin-right:10px;
		margin-bottom:5px;
		/*font-size:0.7em;*/
	}
	.smallArticle img,.bigArticle img{
		float:left;
		padding:5px;
	}
	.smallArticle .rightImage,.bigArticle .rightImage{
		float:right;
	}
	.smallArticle{
		width:274px;		
	}
	.bigArticle{
		width:660px;
	}
	.clear{
		clear:both;
	}
	
	
	#rectangle{
		float:left;
		border:1px dotted #F00;	/* Red border */
		background-color:#FFF;
	}
	#insertionMarker{	/* Don't change the rules for the insertionMarker */
		width:6px;
		position:absolute;
		display:none;
	}
	#insertionMarker img{	/* Don't change the rules for the insertionMarker */
		float:left;
	}		
	#dragDropMoveLayer{	/* Dragable layer - Not need if you're using 'rectangle' mode */
		position:absolute;
		display:none;
		border:1px solid #000;
		filter:alpha(opacity=50);	/* 50% opacity , i.e. transparency */
		opacity:0.5;	/* 50% opacity , i.e. transparency */

	}
