/************************** Balises HTML *********************/
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, tt, var,
dl, dt, dd, ol, li, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, ul {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	text-align: justify;
}
body {
	line-height: 1;
	color: black;
	background: #EEE;
	width: 954px;
	margin: auto;
}
ol, li, dl, dt, dd {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
p {
	margin-bottom: 6px;
}
h1 {
	color: #004277;
	font-size:22px;
	margin-bottom:10px;
	line-height: 1.2;
	font-weight: bold;
}
h2 {
	color: #004277;
	font-size:20px;
	margin-bottom:8px;
	line-height: 1.2;
}

h2.marqueProstaform, h2.marqueUriform, h2.marqueMemoireVive {
	font-weight: normal;
}

sup {
	font-size: 80%;
}

.obligatoire {
	color: red;
}

form .inputText, form .inputPassword, form textarea, form select, form .inputFile {
	margin: 2px 0 2px 0;
}
.inputText, .inputPassword, .inputFile, form textarea {
	border: 1px solid #BBBBBB;
}
.inputText:focus, .inputPassword:focus, form textarea:focus {
	border: 1px solid #999999;
	background-color: #EEEEEE;
	margin: 2px 0 2px 0;
}
.inputTextErreur, .inputPasswordErreur, .inputFileErreur {
	border: 1px solid #000000;
	background-color: #FFACAC;
	margin: 2px 0 2px 0;
}

.blocConfirmation {
	font-weight: bold;
	color: #469646;
}

a, a:hover {
	color: #222;
}

/************************** Design *********************/
#container {
	margin:0;
	font-family:arial;
	font-size:14px;
}
#header{
	background-color: #FFF;
	height:150px;
	width: 100%;
	text-align: center;
}


#corps{
	z-index:1;
	background-color: #fff;
	padding:15px 15px;
	min-height:380px;
	line-height: 1.2;
}
#footer {
	padding-top: 10px;
	color: #333;
	font-size:10px;
	text-align: right;
	margin-bottom: 20px;
}
#footer a, #footer a:hover {
	color: #555;
}


.hidden {
	display:none;
}
.clear {
	clear:both;
}


.imgAccueil {
	float: left;
	margin-right: 10px;
}
.marqueUriform {
	font-weight: bold;
	color: #AB093A;
}
.marqueProstaform {
	font-weight: bold;
	color: #0A3874;
}
.marqueMemoireVive {
	font-weight: bold;
	color: #68289b;
}


.tableContact td {
	padding: 4px 8px;
}
.tableContact td.texte {
	text-align: right;
	vertical-align: top;
	width: 80px;
}
#clip {
	text-align: center;
}

.plusProstaform h2 {
	border-bottom: 1px solid #0A3874;
}
.plusUriform h2 {
	border-bottom: 1px solid #AB093A;
}
.plusMemoire h2 {
	border-bottom: 1px solid #68289b;
}

.imgProstate {
	border: 1px solid #7285AD;
}

.renvoi {
	font-size: 85%;
}

.plusProstaform .encart {
	margin-left: 20px;
	padding-left: 10px;
	border-left: 1px solid #0A3874;
	font-weight: bold;
}

.plusUriform .encart {
	margin-left: 20px;
	padding-left: 10px;
	border-left: 1px solid #AB093A;
	font-weight: bold;
}

.plusMemoire .encart {
	margin-left: 20px;
	padding-left: 10px;
	border-left: 1px solid #68289b;
	font-weight: bold;
}
.plusMemoire .encart2 {
	margin-left: 410px;
	padding-left: 10px;
	border-left: 1px solid #68289b;
	font-weight: bold;
}
