BODY{
	background-color: #COCOCO;	
}

.TexteCourant {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.TexteCourantBlanc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    font-weight: normal;
	color: #FFFFFF;
}
.TexteCourantBlancGras {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.TexteCourantRouge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}
.TexteCourantGris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
.TexteCourantGras {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.TexteCourantPetit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.Titre01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #FFFFFF;
}
.BackgroundHeader {
	background-image: url(images/page-updateprofile-bleu_03.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right;
}
.Bordure {
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.BordureHaut {
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.BordureBas {
	border--width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.BordureGauche {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.BordureDroite {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.DragAndDrop {
	HEIGHT: 195px;
}

.DragAndDrop DIV.ScrollableContainer {
	FLOAT: left;
	position:relative;
	HEIGHT: 150px;
	BORDER-RIGHT: black 1px solid;
	BORDER-TOP: black 1px solid;
	OVERFLOW-Y: scroll;
	OVERFLOW-X: hidden;
	BORDER-LEFT: black 1px solid;
	WIDTH: 200px;
	BORDER-BOTTOM: black 1px solid;
	
	border-style: solid;
	border-color: #111111;
	background-color:#dddddd ;
	margin:0 ;
}


.DragAndDrop DIV.MiddleSeperator {
	PADDING-RIGHT: 20px;
	 FLOAT: left; 
	HEIGHT: 180px
}

.DragAndDrop UL.MasterList {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; CURSOR: move; PADDING-TOP: 0px; LIST-STYLE-TYPE: none;
	 HEIGHT: 140px
}
UL.CustomizedList {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; CURSOR: move; PADDING-TOP: 0px; LIST-STYLE-TYPE: none; HEIGHT: 140px
}
.DragAndDrop UL.MasterList LI{
	MARGIN: 0px; WHITE-SPACE: normal ; PADDING-LEFT: 0px
}
UL.CustomizedList LI {
	MARGIN-LEFT: 0px; WHITE-SPACE: nowrap
}
