/*
Home page gray #909090
Blue #191993
Red #D00000
*/

body {
	background-color: #fff;
	margin: 0;
	width: 100%;
	font-family: Georgia, serif;
}

p {
	font-family: Georgia, serif;
	font-size: 1em;
	line-height: 1.5;
	text-align: left;
	font-weight: 300;
	font-style: normal;
	color: #000;
	background-color: #fff;
}

.keepWith {
	font-family: Georgia, serif;
	font-size: 15px;
	line-height: 25px;
	text-align: left;
	font-weight: 300;
	font-style: normal;
	color: #000;
	background-color: #fff;
}

.alert {
	font-family: Georgia, serif;
	font-size: 15px;
	line-height: 15px;
	text-align: left;
	font-weight: 300;
	font-style: normal;
	color: #D00000;
	background-color: #fff;
}

h2 {
	font-family: Georgia, serif;
	font-size: 24px;
	line-height: 36px;
	text-align: left;
	font-weight: 300;
	font-style: normal;
	color: #000;
	background-color: #fff;
}


h3 {
	font-family: Georgia, serif;
	font-size: 22px;
	line-height: 26px;
	text-align: left;
	font-weight: 300;
	font-style: normal;
	color: #191993;
	background-color: #fff;
}

h3.black {
	font-family: Georgia, serif;
	font-size: 22px;
	line-height: 26px;
	text-align: left;
	font-weight: 300;
	font-style: normal;
	color: #000;
	background-color: #fff;
}

h4 {
	font-family: Georgia, serif;
	font-size: 18px;
	line-height: 24px;
	text-align: left;
	font-weight: 300;
	font-style: normal;
	color: #D00000;
	background-color: #fff;
	margin-bottom: -6px;
}

#notices h3, h4 {
	color: #D00000;
}

.red {
	color: #D00000;
}

.blue {
	color: #191993;
}

.floatRight {
	float: right;
	margin-left: 10px;
}

#wrapper {
	position: relative;
	margin-top: 50px;
	margin-bottom:25px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	min-width: 1000px;
	background-color: white;
}

#wrapperIndexWelcome {
	position: relative;
	margin-top: 75px;
	margin-bottom:25px;
	margin-left: auto;
	margin-right: auto;
	padding: 25px 0 25px 0;
	max-width: 1000px;
	min-width: 1000px;
	background-color: white;
	border-top: 2px solid #000;
	border-bottom: 6px solid #000;
}

#adminMenu {
	float: left;
	width: 220px;
	padding-top: 30px;
}

#adminMenu p {
	font-family: Georgia, serif;
	text-align: left;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 20px;
	background-color: #fff;
}

#adminMenu h4 {
	font-family: Georgia, serif;
	font-size: 18px;
	line-height: 24px;
	text-align: left;
	font-weight: 300;
	font-style: normal;
	color: #000;
	background-color: #fff;
	margin-bottom: -6px;
}

#adminMenu p a:link, #adminMenu p a:visited {
	color: #000;
	text-decoration: none;
}

#adminMenu p a:hover {
	color: #D00000;
	text-decoration: none;
}

#rightPanel {
	float: left;
	width: 550px;
	padding-left: 115px;
}

#rightPanelApps {
	width: 980px;
	padding: 0 10px;
}

#notices {
	float: left;
	width: 550px;
	padding-left: 115px;
}

a:link, a:visited {
	font-family: Georgia, serif;
	font-size: 14px;
	line-height: 25px;
	text-align: left;
	font-weight: 300;
	font-style: normal;
	color: #191993;
	text-decoration: underline;
}
a.nom:link, a.nom:visited {
	font-family: Georgia, serif;
	font-size: 0.9em;
	line-height: 25px;
	text-align: left;
	font-weight: 300;
	font-style: normal;
	color: #191993;
	text-decoration: underline;
}

a:hover {
	color: #D00000;
	text-decoration: none;
}

#innerRightLeft {
	float: left;
	width: 200px;
}

#innerRightRight{
	float: left;
	width: 300px;
	padding-left: 25px;
}

img {
	border: 0;
}

.clear {
	clear: left;
}

.clearBoth {
	clear: both;
}

form p {
	font-family: Georgia, serif;	
	font-size: 1em;
	line-height: 1.5;
	font-weight: normal;
}

form p input.text {
	width: 450px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	text-align: left;
	font-weight: 300;
	font-style: normal;
	color: #000;
	background-color: #fff;
	padding: 0.5em;
}

form p input.day{
	width: 30px;
	margin: 0 15px 0 10px;
}

form p input.year{
	width: 60px;
	margin: 0 5px;
}

form p input.dayOfTheWeek{
	width: 100px;
	margin: 0 5px;
}

form p input.radio{
	margin: 0 5px;
}

form p textarea {
	width: 450px;
	height: 200px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	line-height: 1.5;
	text-align: left;
	font-weight: 300;
	font-style: normal;
	color: #000;
	background-color: #fff;
	padding: 1em;
}

form p input.checkbox{
	margin: 0 5px;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: disc;
	font-family: Georgia, serif;
	font-size: 15px;
	line-height: 25px;
	text-align: left;
	font-weight: 300;
	font-style: normal;
	color: #000;
	background-color: #fff;
}

#adminMenu ul, #innerRightLeft ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Georgia, serif;
	font-size: 15px;
	line-height: 25px;
	text-align: left;
	font-weight: 300;
	font-style: normal;
	color: #000;
	background-color: #fff;
}

ul ul {
	margin: 0;
	padding-left: 15px;
	padding-bottom: 15px;
	list-style-type: none;
	font-family: Georgia, serif;
	font-size: 15px;
	line-height: 25px;
	text-align: left;
	font-weight: 300;
	font-style: normal;
	color: #000;
	background-color: #fff;
}

li.sub {
	font-size: 15px;
	color: #D00000;
}

li.sub1 {
	font-size: 20px;
	color: #D00000;
	padding-top: 25px;
	padding-bottom: 5px;
}

table {
 border-collapse: collapse;
 border: none;
 margin-top: 2em;
}


table p {
	background-color: transparent;
}

td {
	padding: 0.5em 1em 0.5em 0;
}	


tr.rule {
	border-top: 1px solid #000;
}

.red {
	color: #D00000; 
}

a:link {
    font-family: Georgia, serif;
	font-size: 1em;
	line-height: 1.5;
	text-align: left;
	font-weight: 300;
	font-style: normal;
	color: blue;
	background-color: #fff;
}

a:link, a:visited {
	font-family: Georgia, serif;
	font-size: 1em;
	line-height: 1.5;
	text-align: left;
	font-weight: 300;
	font-style: normal;
	color: #191993;
	background-color: #fff;
	text-decoration: underline;
}

a:hover {
	color: #D00000;
	text-decoration: none;
}

p input.btn  {
	color: #fff;
	background-color: #191993;
	font-size: 14px;
	text-decoration: none;
	padding: 5px 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

p input.btn:hover {
	color: #fff;
	background-color: green;
}



