html,body{
	margin: 0;
}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
h1{
	color:#FF0000;
	font-size:10px;
}
form, input, select, textarea{
	font-size: 10px;
}
#Logo{
	height: 50px;
	border-bottom: solid 5px #C62C27;
	color: #999999;
	font-size: 9px;
	background-color: #4d4d4d;
	text-align: right;
}
#Logo .Version{
	margin: 20px 20px 0px 0px;
}

#MenuHaut{
	background-color: #f1f3f5;
	border-bottom: solid 1px #CCC;
	height: 30px;
	padding-top: 10px;
}
#MenuHaut ul {
	padding-top: 5px;
	margin: 5px;
}
.Menu{
	display: inline;
	margin-top: 0px;
	margin: 0px;
}
.Menu a{
	color: #000000;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	margin: 5px;
	border: dotted 1px #ccc;
}

.Menu a:hover{
	background-color: #ead5d6;
	border: solid 1px #C62C27;
}
#Connexion{
	background-color: #f1f3f5;
	border-bottom: solid 1px #CCC;
	text-align: left;
	height: 50px;
}
#Connexion td{
	height: 50px;
	padding-top: 6px;
}
#Connexion .Image{
	padding-right: 10px;
	padding-left: 10px;
}

#MenuGauche{
}

#Page{
	border-bottom: solid 1px #ccc;
	text-align: center;
}
#Contenu{
	text-align: left;
	margin-top: 30px;
	position: absolute;
	background-color: #eeeeee;
	height: 400px;
	border-bottom: solid 1px #ccc;
}

#Login{
	width: 400px;
	text-align: left;
}
#Login h1{
	font-size: 24px;
	font-weight: bold;
	color: #C52C27;
}

#Avertissement{
	width: 400px;
	text-align: left;
	color: #666666;
}
#Avertissement h1{
	font-size: 12px;
	font-weight: bold;
	color: #C52C27;
	margin-top: 2px;
	margin-bottom: 2px;
}
#Avertissement p{
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: justify;
}

#ListeMenus{
	text-align: left;
	margin-top: 30px;
	margin-left: 20px;
	margin-right: 20px;
}

#ListeMenus th{
	font-weight: bold;
	text-align: left;
	height: 20px;
	background-color: #f1f3f5;
	border-bottom: solid 1px #CCC;
	border-top: solid 2px #C62C27;
}
#ListeMenus td{
	border-bottom: solid 1px #ddd;
	height: 20px;
}
#ListeMenus table{
	border: solid 1px #CCC;
}
#ListeMenus h1{
	font-size: 24px;
	font-weight: bold;
	color: #C52C27;
}
#ListeMenus .Highlight{
	background-color: #EEEEEE;
}
#ListeMenus a{
	text-decoration: none;
	color: #C52C27;
	font-weight: bold;
}
#ListeMenus a:hover{
	text-decoration: underline;
}


#ListePages{
	text-align: left;
	margin-top: 30px;
	margin-left: 20px;
	margin-right: 20px;
}

#ListePages th{
	font-weight: bold;
	text-align: left;
	height: 20px;
	background-color: #f1f3f5;
	border-bottom: solid 1px #CCC;
	border-top: solid 2px #C62C27;
}

#ListePages td{
	height: 40px;
	vertical-align: top;
}
#ListePages table{
	border: solid 1px #CCC;
}
#ListePages h1{
	font-size: 24px;
	font-weight: bold;
	color: #C52C27;
}
#ListePages .Highlight{
	background-color: #EEEEEE;
}
#ListePages a{
	text-decoration: none;
	color: #C52C27;
	font-weight: bold;
}
#ListePages a:hover{
	text-decoration: underline;
}

#ListeMaquette{
	text-align: left;
	margin-top: 30px;
	margin-left: 20px;
	margin-right: 20px;
}

#ListeMaquette th{
	font-weight: bold;
	text-align: left;
	height: 20px;
	background-color: #f1f3f5;
	border-bottom: solid 1px #CCC;
	border-top: solid 2px #C62C27;
}
#ListeMaquette td{
	height: 20px;
}
#ListeMaquette table{
	border: solid 1px #CCC;
}
#ListeMaquette .innerTable{
	border: none;
}
#ListeMaquette .innerTable td{
	text-align: center;
}
#ListeMaquette .innerTable th{
	font-weight: bold;
	text-align: center;
	height: 20px;
	background-color: #f1f3f5;
	border: none;
}
#ListeMaquette h1{
	font-size: 24px;
	font-weight: bold;
	color: #C52C27;
}
#ListeMaquette .Highlight{
	background-color: #EEEEEE;
}
#ListeMaquette a{
	text-decoration: none;
	color: #C52C27;
	font-weight: bold;
}
#ListeMaquette a:hover{
	text-decoration: underline;
}



#coccinart{
	text-align: center;
	color: #999999;
	border-top: solid 1px #ccc;
}
#coccinart a{
	color: #999999;
	text-decoration: none;
}
#coccinart a:hover{
	color: #000000;
}

.FloatLeft{
	float: left;
}
.FloatRight{
	float: right;
}
.Alert{
	color: #C52C27;
	font-weight: bold;
}
.Restriction{
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

.infoBulle {
	border: solid 1px #999;
	font-size: 10px;
	padding: 0px 15px 0px 15px;
}
.infoBulle th{
	color: #666666;
	background-color: #FFCC33;
	margin: 1px 3px 1px 3px;
	vertical-align: middle;
	padding: 1px 3px 1px 3px;
	border-bottom: solid 1px #999;
	font-size: 11px;
}
.infoBulle th .cadreImage{
	float: left;
}
.infoBulle td{
	background-color: #FFFFCC;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #999999;
}
#MediaManager{
	text-align: left;
	margin-top: 30px;
	margin-left: 20px;
	margin-right: 20px;
}
#MediaManager h1{
	font-size: 24px;
	font-weight: bold;
	color: #C52C27;
}

#MediaManager th{
	font-weight: bold;
	text-align: left;
	height: 20px;
	background-color: #f1f3f5;
	border-bottom: solid 1px #CCC;
	border-top: solid 2px #C62C27;
}

#MediaManager td{
	vertical-align: top;
}
#MediaManager table{
	border: solid 1px #CCC;
}

#MediaManager .browserObject {
	float: left;
	margin: 5px;
	font-size: 10px;
	color: #666666;
	border: solid 1px #ccc;
	background-color: #fff;
}
#MediaManager .browserObject table {
}
#MediaManager .browserObject td {
	font-size: 10px;
	color: #666666;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
}
#MediaManager .browserObject .fileName {
	border-top: solid 1px #ccc;
	background-color: #eee;
	font-size: 9px;
}
#MediaManager .browserObject .fileName td {
	border-top: solid 1px #ccc;
	background-color: #eee;
	font-size: 9px;
	height:10px;
}
