body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Sans;
	font-size: 12px;
	cursor: default;
}

.errorMessage {
	border: solid 1px red;
	text-align: center;
	padding: 5px;
}

table.tblMain {
	border: 0px none;
	border-spacing: 0px;
	border-collapse: collapse; 
	padding:0px;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

table.tblMain td.menuGauche {
	vertical-align: top;
	background-color: #FFCC00;
	width: 140px;
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 10px;
}
table.tblMain td.menuGauche .menuGaucheInner{
	padding-left: 5px;
}

.logo{
	background-image: url(../img/logo.gif);
	height:100px;
	width:146px;
}

.logo a{
	width: 100%;
	height: 100%;
	display: block;
}

table.tblMain td.menuGaucheBas {
	background-color: #FFCC00;
	padding-left: 5px;
	font-size: 10px;
}

table.tblMain td.menuGauche ul, table.tblMain td.menuGaucheBas ul {
	margin: 0px;
	padding: 0px;
	list-style: none none outside;
}

table.tblMain td.menuGauche li, table.tblMain td.menuGaucheBas li {
	margin-top: 5px;
	border-bottom: 1px dotted white;
}

table.tblMain td.menuGauche a, table.tblMain td.menuGauche a:visited,
table.tblMain td.menuGaucheBas a, table.tblMain td.menuGaucheBas a:visited {
	text-decoration: none;
	color: black;
}

table.tblMain td.menuGauche a.menuSelected, table.tblMain td.menuGaucheBas a.menuSelected {
	font-weight: bold;
}

table.tblMain td.menuGauche a:hover, table.tblMain td.menuGaucheBas a:hover {
	font-weight: bold;
}

table.tblMain td.header {
	margin-left: 15px;
	padding-left: 50px;
	height:22px;
	background-color: #FFCC00;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(../img/logo_droite.gif);
	font-size: 12px;
}

table.tblMain td.bottom {
	height:25px;
	background-color: #0B8235;
	background-repeat: no-repeat;
	background-position: bottom right;
	background-image: url(../img/bottom.png);
}

img {
	border: 0px;
}

div.menuSpacer {
	height: 10px;
}

div.content {
	margin: 10px;
}

h1 {
	background-repeat: no-repeat;
	background-image: url(../img/titre_h1.jpg);
	padding-left: 40px;
	color: #336699;
	font-size: 14px;
	height: 25px;
	padding-top: 6px;
}

h1.erreur {
	background-image: url(../img/titre_h1_erreur.jpg);
	color: red;
}

h2 {
	background-repeat: no-repeat;
	background-image: url(../img/titre_h2.gif);
	color: white;
	font-size: 11px;
	height: 20px;
	padding: 1px 0 0 5px;
}

table.formulaire th {
	color: #666666;
	font-weight: normal;
	text-align: left;
}

.required {
	color: red;
}

.bouton {
	background-repeat: no-repeat;
	background-image: url(../img/bouton.gif);
	width: 185px;
	height: 26px;
	border: none;
	background-color: #FFFFFF;
	text-align: left;
	padding-left: 20px;
	font-weight: bold;
}

table.CopixTable {
   width: 100%;
   border-collapse: collapse;
   font-size: 10px;
}

table.CopixTable tr th {
   background-color: #ffe063;
   height: 25px;
   border: 1px solid #ffcc00;
   color: #000;
   text-align: center;
}

table.CopixTable td {
   height: 22px;
   border: 1px solid #ffcc00;
   padding: 2px;
}

table.CopixTable th a, table.CopixTable th a:visited {
   color: #000;
   font-weight:bold;
   text-decoration: underline;
}

a, a:visited, a.aSaisir, a.aSaisir:visited {
   text-decoration: none;
   color: #336699;
}

a.aSaisir, a.aSaisir:visited {
	font-weight: bold;
}

.inputText, textarea, select {
	border: 1px solid #26686D;
}

.collegeHeader {
	position: relative;
}

.collegeHeaderSupprimer {
	padding-right: 4px;
	padding-top: 1px;
	position: absolute;
	top: 0;
	right: 12px;
}

.collegeHeaderTitle {
	padding-left: 4px;
	padding-top: 1px;
}

.college {
	padding-bottom: 5px;
	margin-bottom: 10px;
	border: 1px solid #215181;
}

.inputTranche {
	width: 87px;
}

.ulErreur {
	color: red;
	margin-left: 0px;
	padding-left: 15px;
	text-align: left;
}

div.erreur {
	color: red;
}

h2.erreur {
	background-image: url(../img/titre_h2_erreur.gif);
}

h2.nouveau {
	background-image: url(../img/titre_h2_nouveau.gif);
}

a.saisieCollege:link, a.saisieCollege:hover, a.saisieCollege:visited {
	font-weight: bold;
	text-decoration: underline;
}

.popupInformation {
	text-align:left;
	padding:1px;
	background-color: white;
	border:1px solid #369;
	width:280px;
	position:absolute;  
	z-index:999;
}

.dads {
	font-size: 11px;
}

.infosAdherent {
	padding-bottom: 10px;
	color: #336699;
	font-size: 14px;
	padding-top: 0px;
	padding-bottom: 5px;
}

.CopixTable td {
	padding: 3px !important;
	height: 23px !important;
}

.dads a {
	text-decoration: none !important;
}

.dads .inputText, .dads .select, .dads textarea {
	border: 1px solid #336699;
}

h3 {
	color: #336699;
	border-bottom: 1px solid #336699;
	margin: 3px;
	padding-bottom: 4px;
	font-size: 11px;
	font-weight: bold;
}

.menuTitle, .menuTitleFirst {
	color: #339933;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 3px;
}

.menuTitleFirst {
	padding-top: 0px;
}



.longButton{
	background: none;
	border: 0 none;
	font-weight: bold;
	padding: 0;
	margin: 0;
	text-align:left;
	width: 260px;
}


.longButton span, .longButton span span{
	
	height: 26px;
	display: block;
	line-height: 26px; 
}
.longButton span{
	background-image: url(../img/bouton.gif);
	background-repeat: no-repeat;
}

.longButton span span{
	background-image: url(../img/boutonfin.gif);
	padding:0 5px 0 20px;
	background-position: top right;
}

.textName{
	text-transform:uppercase;
}