@charset "utf-8";
/* CSS Document */

body {
	background-color: #ACA8A1;
	margin-top: 2px;
	margin-bottom:0px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size:12px;
	color: #363636;
}
.grisrond{
background-color:#E8E8E8;
padding-top:6px;
padding-bottom:6px;
padding-left:7px;
padding-right:7px;
-moz-border-radius:8px;
-webkit-border-radius:8px;
-khtml-border-radius:8px;
border-radius:8px;
/* behavior: url(includes/border-radius.htc); */}

.bddrond{
-moz-border-radius:8px;
-webkit-border-radius:8px;
-khtml-border-radius:8px;
border-radius:8px;
/* behavior: url(includes/border-radius.htc); */}

.orangerond{
background-color:#FFCC33;
padding-top:6px;
padding-bottom:6px;
padding-left:7px;
padding-right:7px;
-moz-border-radius:8px;
-webkit-border-radius:8px;
-khtml-border-radius:8px;
border-radius:8px;
/* behavior: url(includes/border-radius.htc); */}

.identirond{
background-color:#ffd488;
padding-top:6px;
padding-bottom:6px;
padding-left:7px;
padding-right:7px;
-moz-border-radius:8px;
-webkit-border-radius:8px;
-khtml-border-radius:8px;
border-radius:8px;
/* behavior: url(includes/border-radius.htc); */}

.bleurond{
background-color:#ecf1f3;
padding-top:6px;
padding-bottom:6px;
padding-left:7px;
padding-right:7px;
-moz-border-radius:8px;
-webkit-border-radius:8px;
-khtml-border-radius:8px;
border-radius:8px;
/* behavior: url(includes/border-radius.htc); */}

.rougerond{
background-color:#FEF1E2;
padding-top:6px;
padding-bottom:6px;
padding-left:7px;
padding-right:7px;
-moz-border-radius:8px;
-webkit-border-radius:8px;
-khtml-border-radius:8px;
border-radius:8px;
/* behavior: url(includes/border-radius.htc); */}


.right{text-align:right;font-weight:bold;}
.formu{padding:0px; vertical-align:middle;}
input[type=text] {height:16px; font-size: 12px; vertical-align:middle; text-align:right; border:1px solid #2D0900; background-color:#FFF; padding-right:4px;font-family: "Trebuchet MS", Verdana, sans-serif;}
input[type=password] {height:16px; font-size: 12px; vertical-align:middle; text-align:right; border:1px solid #2D0900; background-color:#FFF; padding-right:4px;font-family: "Trebuchet MS", Verdana, sans-serif;}
textarea {font-size: 12px; border:1px solid #2D0900; background-color:#FFF;font-family: "Trebuchet MS", Verdana, sans-serif;}
input[type=submit], input[type=reset] {
font-size: 12px;
font-family: "Trebuchet MS", Verdana, sans-serif;
 }

.contenuacc{padding-left:12px;}
a:link {
	color: #ce3d31;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ce3d31;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #ce3d31;
}

a.vert:link {
	color: #368ebb;
	text-decoration: none;
}
a.vert:visited {
	text-decoration: none;
	color: #368ebb;
}
a.vert:hover {
	text-decoration: underline;
	color: #368ebb;
}
a.vert:active {
	text-decoration: none;
	color: #368ebb;
}
img{border:0px;}

#all {width:916px; margin:auto;}

.contenu {
	background-image:url("http://images.tux-fh.fr/tux_12.gif");
	background-repeat:repeat-y;
	padding-left:40px;
	padding-right:44px;
	padding-top:8px;
	padding-bottom:13px;
	font-size: 12px;
}

.contenu2 {
	background-image:url("http://images.tux-fh.fr/tux_12.gif");
	background-repeat:repeat-y;
	padding-left:40px;
	padding-right:44px;
	padding-top:0px;
	padding-bottom:0px;
	font-size: 12px;
}
.monito {width:385px;height:82px;background-image:url("http://images.tux-fh.fr/tux_19.gif");padding-left:12px;background-repeat:no-repeat;}
.monitot{padding-top:14px;font-size:11px;}
.statis{padding-top:9px;font-size:11px;}
.stats {width:257px;height:82px;background-image:url("http://images.tux-fh.fr/tux_15.gif");background-repeat:no-repeat;}
.paypal {width:114px;height:82px;background-image:url("http://images.tux-fh.fr/tux_16.gif");background-repeat:no-repeat;}

p{margin-top:6px;margin-bottom:13px;}

.italique {
	font-style: italic;
	color: #999;
}
gras {
	font-weight: bold;
}
.gras {
	font-weight: bold;
}
.titres {
	font-size: 17px;
	font-weight: bold;
	margin-top:6px;margin-bottom:6px;
}
.red {color:#ce3d31;}
ul{margin-top:2px;}
li{margin-top: 0px;}
.redtitle {
	font-size: 12px;
}
.grand {
	font-size: 14px;
}
.gras {
	font-weight: bold;
color:#000;
font-size:12px;
}
.grasptit {
	font-size: 11px;
	font-weight: bold;
}
.info {
	font-style: italic;
	color: #6894C2;
	background-color:#ecf3ff;
	background-image: url(images/information.png);
	background-position:7px 7px;
	background-repeat:no-repeat;
	padding-left: 28px;
	padding-top: 6px;
	padding-right: 7px;
	padding-bottom: 6px;
	
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-khtml-border-radius:8px;
	border-radius:8px;
/* behavior: url(includes/border-radius.htc); */
}

.warning {
	font-style: italic;
	color:#E97914;
	background-color:#FEF1E2;
	background-image: url(images/icon_alert.gif);
	background-position:7px 7px;
	background-repeat:no-repeat;
	padding-left: 28px;
	padding-top: 6px;
	padding-right: 7px;
	padding-bottom: 6px;
	
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-khtml-border-radius:8px;
	border-radius:8px;
/* behavior: url(includes/border-radius.htc); */
}

.erreur {
	font-style: italic;
	
	background-color:#FEF1E2;
	background-image: url(images/delete.png);
	background-position:10px 8px;
	background-repeat:no-repeat;
	padding-left: 28px;
	padding-top: 6px;
	padding-right: 7px;
	padding-bottom: 6px;
	
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-khtml-border-radius:8px;
	border-radius:8px;
/* behavior: url(includes/border-radius.htc); */
}
