/* Styles elementaires (pour l'edition de contenu) */


.GRAS {
	font-weight : bold;
}
.ITALIQUE {
	font-style : italic;
}

.ROUGE {
	color : #C51635;
}
.BLEU {
	color : #0000FF;
}
.VERT {
	color : #2D682E;
}
.NOIR {
	color : #000000;
}
.BLANC {
	color : #FFFFFF;
}

.TITRE {
	font-size : 13px;
}
.SOULIGNE {
	text-decoration : underline;
}
.ALINEA:first-letter {
	padding-left : 30px;
}
.CENTRE {
	text-align : center;
	display : block;
	width : 100%;
}
.RIGHT {
	text-align : right;
}

.LISTEB {
	list-style-type : decimal;
	display : list-item;
	margin-left : 20px;
}
.LISTEA {
	list-style-type : disc;
	display : list-item;
	margin-left : 20px;
}

.THEMA1 {
	background-color : #B4CCDF;
}

.THEMA2 {
	background-color : #425158;
	color : #FFFFFF;
}

.THEMA3 {
	background-color : #9EC645;
}

.THEMA4 {
	background-color : #DA256F;
	color : #FFFFFF;
}

.THEMA5 {
	background-color : #295CAA;
	color : #FFFFFF;
}

/* fin styles elementaires */


/* Static content */
DIV.StaticCatImg {
	text-align : center;
}
DIV.StaticTxt {
	text-align : justify;
	
	postion : relative;
}

.StaticImg {
	float : left;
	
	margin-right : 50px;	
}
.StaticImg[class] {
}

DIV.StaticSpacer {
	clear : both;
}
.justify {
	text-align : justify;
	float : none;
	display : block;
	
}
.StaticContentTxt {
	float : left;
	
}
.StaticContentTxt[class] {
	/*border : 1px solid;*/

	float : none;
}

TABLE.staticform, INPUT.staticform, TEXTAREA.staticform {
	width : 100%;
}

TEXTAREA.staticform {
	height : 200px;
}

TD.staticform {
	width : 100px;
	
	text-decoration : underline;
	font-style : italic;
}

TD.TDAdmStaticItem {
	padding-left : 20px;
}

TD.staticformbottom {
	text-align : right;
}

A.staticmod {
	text-decoration : none;
}

P.Static-List {
	display : list-item;
	margin : 2px;
	margin-left : 20px;
}
DIV.StaticContent {
}
#add {
	display  : inline;
}
/* Fin Static Content */

IMG {
	border-width : 0px;
}

TABLE {
	margin-left : auto;
	margin-right : auto;
		
	border-collapse: collapse;
}

BODY {
	color : #000000;
	font-size : 13px;
	
	background-color : #000000;
	
	text-align : center;
	vertical-align : middle;
	
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	
	height : 100%;
	
	font-family : helvetica;
}

A {
	color : #000000;
	text-decoration : none;
	
}

H1 {
	font-size : 17.5px;
	letter-spacing : 10px;
	
	padding-left : 95px;
	padding-top : 15px;
	padding-bottom : 0px;
	margin-bottom : 9px;
}
#H1[id] {
	padding-top : 20px;
}

/* design */

#Design-TopLeft {
	background-image : url('../imgs/maquette1/topleft.jpg');
	
	position : absolute;
	top : 0px;
	left : 0px;
	
	width : 150px;
	height : 371px;
	
	z-index : 2;
}

#Design-MiddleLeft {
	background-image : url('../imgs/maquette1/middleleft.gif');
	
	position : absolute;
	top : 371px;
	left : 0px;
	
	width : 148px;
	height : 33px;
	
	z-index : 2;
}

#Design-BottomLeft {
	background-image : url('../imgs/maquette1/bottomleft.gif');
	
	position : absolute;
	top : 403px;
	left : 22px;
	
	width : 79px;
	height : 106px;
	
	z-index : 2;
}

#Design-Top {
	background-image : url('../imgs/maquette1/top.jpg');
	
	position : absolute;
	top : 0px;
	left : 150px;
	
	width : 246px;
	height : 139px;
	
	z-index : 1;
}

#Design-TopRight {	
	position : absolute;
	top : 0px;
	left : 0px;
	right : 0px;
	
	height : 87px;
	width : 100%;
	
	z-index : 0;
	
	background-color : #86BA0C;
	
	border-top-style : solid;
	border-top-width : 4px;
	border-top-color : #000000;
	
	border-bottom-style : solid;
	border-bottom-width : 5px;
	border-bottom-color : #000000;
}
#Design-TopRight[id] {	height : 78px; }

#Design-Right {	
	background-image : url('../imgs/maquette1/right.gif');
	
	position : absolute;
	top : 87px;
	right : -1px;
	
	height : 213px;
	width : 173px;
	
	z-index : 0;
}
#Design-Right[id] {
	z-index : 0;
	right : 0px;
}
#Design-Patte1 {	
	background-image : url('../imgs/maquette1/patte1.gif');
	
	position : absolute;
	top : 141px;
	left : 150px;
	
	height : 66px;
	width : 79px;
	
	z-index : 3;
}

#Design-Patte2 {	
	background-image : url('../imgs/maquette1/patte2.gif');
	
	position : absolute;
	top : 318px;
	left : 150px;
	
	height : 19px;
	width : 8px;
	
	z-index : 3;
}

#Design-Title {
	position : absolute;

	right : 0px;
	top : 7px;
	
	z-index : 1;
	
	text-align : justify;
}

	#Title-Prenom {
		color : #000000;
		font-weight : bold;
		
		font-size : 45px;
		
		margin : 0px;
		padding : 0px;
		
		padding-right : 10px;
	}
	#Title-Nom {
		color : #FFFFFF;
		font-weight : bold;
		
		font-size : 45px;
		
		margin : 0px;
		padding : 0px;
	}
	#Title-Adresse {
		color : #D9DFD1;
		display : block;
		font-style :italic;
		
		font-size : 20px;
		
		padding : 0px;
		margin : 0px;
		
		letter-spacing : 5px;
	}


#Design-Copyright {
	
	border-top-width : 3px;
	border-top-style : solid;
	border-top-color : #FFE750;

	background-color : #000000; 
	color : #FFFFFF;
	font-size : 11px;
	
	text-align : center;
	
	
	display : block;
	
	height : 15px;
	
	width : 100%;

	
}

#Design-Back {
	background-color : #FFFFFF;
}

#Design-Content {
	text-align : justify;
	
	width : 100%;
	
	padding-top : 139px;
	padding-left : 147px;
	padding-right : 173px;
	
	background-image : url('../imgs/maquette1/bg.gif');
	background-position : 81px 800px;
	background-repeat : repeat-y;
}
#Design-Content[id] {
	padding-left : 0px;
	padding-right : 0px;
}
	
	#Design-Main {
		text-align : justify;
		
		background-color : #FFFFFF;
		
		border-width : 3px;
		border-style : solid;
		border-color : #000000;
	}

	#Design-Main[id] {
		margin-left : 147px;
		margin-right : 173px;
	}
	
		#Design-Body {
			padding-left : 20px;
			padding-right : 5px;
		
			border-top : solid #6EB630 3px;
			border-bottom : solid #6EB630 3px;
			
			background-color : #D7E9C8;
		
			height : 400px;
		}
		#Design-Body[id] {
			min-height : 400px;
			
			height : auto;
		}

#Design-ContentMenu,#Design-Menu {
	position : absolute;
	
	right : 0px;
	top : 150px;
	width : 150px;	
	
	margin-left : 10px;

	vertical-align : top;
	text-align : left;

	
	z-index : 2;
}

UL#Design-Menu {
	margin : 0px;
	padding : 0px;


	width : 153px;
	text-align : left;
	font-weight : bold;
	
	font-size : 15px;
	font-family : helvetica, verdana, arial;
}
	
	LI.Design-Menu {
		display : block;
		list-style-type: circle;
		
		vertical-align : middle;
		
		margin-top : 15px;
	}

A.Design-Menu {
	text-decoration : none;

	color : #000000;
}


/* Fin Design */


/* Tables */
DIV.TABLEContent {
	padding-left : 75px;
	padding-right : 30px;
	width : 90%;
	
	display : block;
	
}
DIV.TABLEContent[class] {
	width : auto;
}

SPAN.Content_PreTitle {
	font-weight : bold;
	
	letter-spacing : 12px;
}
IMG.Content_PreTitle {
	vertical-align : bottom;
}

SPAN.TDContent_Title {	
	font-size : 12px;
	font-weight : bold;
	
	padding-left : 10px;
	
	height : 18px;
}

DIV.TDContent_Content {

	padding-left : 30px;
	padding-right : 10px;
	
	padding-top : 15px;
	
	text-align : justify;
}

/* locator */

#Design-Locator {
	margin-left : 50px;
}

.locator {
}

.locator_back {
	padding-top : 15px;

	text-align : right;
	text-decoration : none;
}

/* Fin locator */

.erreur {
	color : #FF0000;
	font-weight : bold;
	
	text-align : center;
}

.Copyright {
	color : #FFFFFF;
}

/* Fin Styles Courants */