body {
	text-align: center;
	 /* background-color: #D1D2D4; */
	 background-color: #D1D2D4;

}

#layout {
	background-color:white;
	border:1px solid black;
}

.subbanner {
	font-weight: bold;
	margin:10px;
	text-align:center
}

a {
	color: #01668F;
}

a:hover {
	text-decoration: none;
}
.title2 {
		color: #01668F;
		font-size:14px;
		font-weight: bold;
}
.title1 {
		color: #b01215;
		font-size: 16px;
		font-weight: bolder;
		font-family: "Trebuchet MS", Tahoma, Arial;
}

.blueBorder {
	border:1px solid #80b2c7;
}

.menu {
	padding:0;
	padding-top:10px;
	padding-left:5px;
	/*border:1px solid green;*/
}

.menu td {
	text-align: right;
		padding:0;
	margin:0px;
}

.menu td a{
		margin-right:3px;
		color: #b01215;
		font-size: 16px;
		font-weight: bolder;
		font-family: "Trebuchet MS", Tahoma, Arial;
		text-decoration: none;
}

.menu td.selected{
		padding-right:3px;
		background-color: #b01215;
		color:white;
		font-size: 16px;
		font-weight: bolder;
		font-family: "Trebuchet MS", Tahoma, Arial;
		text-decoration: none;

}

#mainContent{
	/* border-left:1px solid #b01215; */
	padding-left:5px;
	padding-right:5px;

}

ul.redList li{
	color:#b01215;
	font-size:12px;
	margin-top:5px;
}

#formulaire {
	border:0px solid #80b2c7;
	margin:3px;
}

#formulaire td.subtitle{
	border-top:1px solid #80b2c7;
	border-bottom:1px solid #80b2c7;
	margin:30px;
	padding:0;
	background-color:#d5ddef;
}


#formulaire h2, #formulaire h1{
	text-align:center;
	margin:0px;
}

#formulaire h2 {
	color:#556677;
}

#formulaire h1 {
	font-size:20px;
}

#formulaire label {
	font-weight:bold;
}

#formulaire input, textarea{
	border: 1px solid #DDC;
}

#formulaire label .info{
	font-weight:normal;
	color:#01668F;
}
/* ======== BOXES ========= */

.rbroundbox { background: url(assets/bbox/nt.gif) repeat; }
.rbtop div { background: url(assets/bbox/tl.gif) no-repeat top left; }
.rbtop { background: url(assets/bbox/tr.gif) no-repeat top right; }
.rbbot div { background: url(assets/bbox/bl.gif) no-repeat bottom left; }
.rbbot { background: url(assets/bbox/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0; padding-bottom:7px;
padding-left:7px;
padding-right:7px; }
.rbroundbox { }

.rbroundbox h1 {
	font-size:14px;
}

/* YELLOW */

/* set millions of background images */
.yellowrbroundbox { background: url(assets/ybox/nt.gif) repeat; }
.yellowrbtop div { background: url(assets/ybox/tl.gif) no-repeat top left; }
.yellowrbtop { background: url(assets/ybox/tr.gif) no-repeat top right; }
.yellowrbbot div { background: url(assets/ybox/bl.gif) no-repeat bottom left; }
.yellowrbbot { background: url(assets/ybox/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.yellowrbtop div, .yellowrbtop, .yellowrbbot div, .yellowrbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.yellowrbcontent { margin: 0 7px; }
.yellowrbroundbox { margin: 1em auto; }

.yellowrbroundbox h1 {
	font-size:14px;
	color:#b01215;
}