/* CSS Document */



body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	width:600px;
	background-image: url(../fond.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	overflow:auto;
	overflow-x:hidden;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}

a:link {
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #666666;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

a:active {
	text-decoration: underline;
	color: #000000;
}

.TitresRoses {
	color: #CC3399;
	font-weight: bold;	
}

.GrandRose {
	font-size: 18px;
	font-weight: bold;
	color: #CC3399;
}

.GrandNoir {
	font-size: 18px;
	font-weight: bold;
}

.PetitNoir {
	font-size: 9px;
	font-weight: bold;
}

.Gris {
	color: #333333;
	font-size: 9px;
}

.Micro {
	font-size: 5px;
}

a.Liens {
	font-size: 10px;
}

a.LiensRoses {
	font-size: 11px;
    color: #CC3399;
	font-weight: bold;
}

#selectionDlg .bd {
	padding:5px 10px;	
}

#selectionDlg .hd {
	background-color:#CC3399;
	color:#FFF;
	font-size:100%;
	line-height:100%;
	border:1px solid #FFF;
	border-bottom:1px solid #000;
	font-weight:bold;
	overflow:hidden;
	padding:4px;
}

#selectionDlg .container-close {
	background:url(../yui/assets/close12_2.gif) no-repeat;
}

.resultAtelier {
}

.tableAteliers {
	width: 600px;
	overflow:hidden;
}

.resultArtisteVignettes {
}

.titreArtisteVignettes {
	padding-left:5px;
}

.loginForm {
	width:30em;
	border:1px solid #FF00CC;
	background-color:#FFCCCC;
	position:absolute;
}

.loginForm .top {
	padding:2px;
	padding-left:0.5em;
	background-color:#FF00CC;
	border-bottom:1px solid #FF00CC;
	color:#FFFFFF;
	font-weight:bold;
}

.loginForm .middle {
	padding:0.5em;
	position:relative;
}

.loginForm .middle #loginErrorPanel {
	margin-top:0px;
	margin-bottom:1em;
	padding:0.5em;
	border:1px solid red;
	background-color:#FFCC99;
	display:none;
	text-align:center;
}

.loginForm .middle form {
	margin:0px;
	padding:0px;
}

.loginForm .middle label {
	display:block;
	position:relative;
	margin-bottom:0.3em;
	padding-right:15em;
	margin-left:2.5em;
	margin-right:2.5em;
	height:2em;
	vertical-align:middle;
}

.loginForm .middle label input {
	position:absolute;
	top:0px;
	right:0px;
	width:15em;
	height:1.2em;
	font-size:1em;
	vertical-align:middle;
	border:1px solid #CCCCCC;
}

.boutonOK {
	margin-left:auto;
	margin-right:auto;
	display:block;
	background-color:#FF00CC;
	font-weight:bold;
	color:#FFFFFF;
	border:1px solid white;
}
