/************************************************
Feuille de style gestion co itheac
yoann magli
*************************************************/

/*Paramètres généraux*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p,h1,h2,h3 {
	margin:0px;
}

h2 {
 font-size:14px;
}

p, tr, a {
  font-size:12px;
}
a:link {
	color: #343C60; text-decoration:none;
}
a:visited {
	color: #343C60; text-decoration:none;
}
a:hover {
	color: #595389;
}

.champs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	margin: 1px;
	padding: 2px;
	list-style-type: disc;

}

.bouton1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #CCCCCC;
	border: 1px solid #6699CC;
}

.bouton2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #FF9933;
	border: 1px solid #6699CC;
	height: 20px;
}



/*Constructeurs boite de message*/
#msgbox {
  position:absolute;
  left: 50%; 
  top: 50%;
  width: 300px;
  height: 200px;
  margin-top: -100px; /* moitié de la hauteur */
  margin-left: -150px; /* moitié de la largeur */
}
  #msgboxtitre {
	height:15px;
	background-color:#e6dfc9;
	border: 1px solid #a3a3a3;
  }
  #msgboxboite {
	height: 184px;
	background-color:#fff9e6;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #7e7e7e;
	border-bottom-color: #7e7e7e;
	border-left-color: #7e7e7e;
	padding: 4px;
  }
.titres {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #663333;
}

