﻿/* CSS Scolaritaxe */

/* MODALPOPUP */

body
{
	font-size: 10px;
	font-family: Verdana;
	color: #114692;
}

/* ASPECT GENERAL */
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalButton
{
	margin:10px 0px 5px 0px;
	text-align:center;
}

.modalPanel
{
	background-color: #dbe6f2;
	width: 100%;
	margin: 10px 0px 10px 0px;
	padding: 10px 0px 10px 0px;
}

.modalLabelCategorie
{
	font-size: 12px;
	font-weight: bold;
	background: url('Images/puce.gif') no-repeat left;
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 15px;
}

.modalImage
{
	background:url(Images/titre_pointille_pop.gif) repeat-x bottom;
	margin-bottom:10px;
	padding-bottom:10px;
}

/* CONTENU */
.content
{
    background-color: White;
    text-align:left;
    width: 800px;
    padding: 10px 10px 10px 10px;
    max-height: 500px;
    overflow: auto;
}

.contentMin
{
	background-color: White;
    text-align:left;
    width: 400px;
    padding: 10px 10px 10px 10px;
    max-height: 500px;
    overflow: auto;
}

.label
{
    background-color: White;
    padding: 1px 3px 1px 3px;
    height: 16px;
	margin: 0px 10px 0px 0px;
	border: #114692 1px solid;
	font-size: 10px;
	font-weight:normal !important;
}

.titre
{
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
