*/
/* ******************************************************* */
/*  RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	line-height: 1em;
}
/* ******************************************************* */
html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font: 1em Arial, Helvetica, sans-serif;
	background: #fff;
	color: #555;
}
a {
	text-decoration: none;
	color: #c00;
}
a:hover {
}
/* ******************************************************* */
#page {
	width: 901px; /* total 929px*/
	/* min-height: 546px; */ /* hauteur mini gérée par #content */
	padding-left: 14px;
	padding-right: 14px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -465px;
	background: #fff url(../img/back-page-formation.jpg) no-repeat;
}
/* ******************************************************* */
#header {
	height: 160px;
}
#header a#logo {
	display: block;
	font-size: 1.5em;
	line-height: 50px;
	color: #fff;
	margin-left: 20px;
}
#header a#logo:hover {
	color: #fff;
}
/* ******************************************************* */
ul#menu {
	margin: 0;
	margin-top: 10px;
	padding: 0;
	width: 180px;
	float: left;
	list-style: none;
	border-top: 1px solid #ccc;
	font-size: 0.9em;
}
ul#menu li.categorie,
ul#menu li a {
	display: block;
	background: #fff;
	border-right: 1px #ccc solid;
	border-bottom: 1px solid #ccc;
	padding: 0.35em 1em;
}
ul#menu li a {
	font-size: 0.9em;
}
ul#menu li a:hover,
ul#menu li a.actif {
	background: #c00 url(../img/back-page-formation.jpg) no-repeat -14px 0;
	color: #fff;
	border-right: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	font-weight: normal;
}
ul#menu li.categorie {
	font-weight: bold;
	background: #eee;
	padding: 0.5em 1em;
}
/* ******************************************************* */
div.linksHome a {
	display: block;
	border: 1px solid #ccc;
	width: 120px;
	padding: 12px 0;
	margin-right: 7px;
	float: left;
	text-align: center;
}
div.linksHome a.last {
	margin-right: 0;
}
div.linksHome a:hover {
	border: 1px solid #c00;
}
div.linksHome a img {
	border: 0;
}
div.linksHome a span {
	display: block;
}

/* ******************************************************* */
#content {
	margin: 0;
	padding: 0;
	width: 640px; /* +40 + 20 = 700px */
	padding: 10px 40px 20px 20px;
	min-height: 316px; /* +160px de #header + 70px pas grave = 546px; */
	float: right;
	font-size: 0.8em;
}
#content h1, h2 {
	margin: 1.5em 0;
	border-bottom: solid #ccc 1px;
	padding-bottom: 0.25em;
}
#content h1 {
	margin-top: 0;
	margin-bottom: 0.5em;
	font-size: 2em;
	font-weight: normal;
}
#content h2 {
	font-size: 1.25em;
	font-weight: bold;
}
#content a.linkInfos {
	display: block;
	text-align: right;
	font-weight: normal;
}
#content a.linkInfos:hover {
}
#content img.iconCours {
	float: left;
	/* border: solid #ccc 1px; */
	border: 0;
	margin: 0 15px 15px 0 ;
}
#content p {
	margin: 0;
	margin-bottom: .75em;
}
p.txtRandom {
	clear: both;
	margin: 1em 0;
	font-size: 0.5em;
	color: #ccc;
	text-align: center;
}
#content acronym {
	border-bottom: 1px dotted #ccc;
	cursor: help;
}
#content ul {
	margin-bottom: 1em;
}
#content li {
	margin-bottom: .25em;
}
/* ******************************************************* */
fieldset {
	margin: 2em 0;
	padding: 0;
	border: 0;
}
fieldset span label {
	display: block;
	clear: both;
	text-align: right;
	width: 35%;
	float: left;
}
fieldset span input,
fieldset span textarea {
	float: left;
	width: 35%;
	margin-left: 1em;
	margin-bottom: 1em;
	border: 1px solid #999;
	padding: 0.15em;
}
fieldset span textarea#txtMessage {
	width: 60%;
	height: 5em;
}
.warning {
	margin-left: .5em;
	font-weight: bold;
	color: #f00;
}
.error {
	font-weight: bold;
	color: #f00;
}
.success {
	font-weight: bold;
	color: #090;
}
/* ******************************************************* */
#footer {
	padding-top: 3em;
	clear: both;
	font-size: 0.65em;
	text-align: center;
	color: #aaa;
}
#footer a {
	color: #aaa;
}
#footer a:hover {
	color: #aaa;
}
