body    { margin: 0; background: #fff; color: black; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px }
img     { display: block }
a       { color: #3e5cb7; text-decoration: none }
a:hover { color: #00afe7 }
a img   { border: 0 }

/* divers */
.fondpair { background-color: #f8f8f8 }
.fondimpair { background-color: #fff }
/*
span.fleche { display: block; width: 34px; height: 13px; float: left; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/interface/fleche.png') }
span.fleche img { filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); display: inline }
p.fleche { text-align: right; margin: 0; padding: 2px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/interface/fleche.png') }
p.fleche img { filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); display: inline }
*/
div.fleche { width: 34px; height: 13px; float: right }
div.clear  { clear: both; height: 1px; overflow: hidden }

/* div principales */
#bandeau_  { width: 100%; height: 114px }
#bandeau_g { height: 114px; width: 196px; float: left; clear: left; margin-right: -3px }
#bandeau_d { height: 114px; width: 318px; float: right; clear: right; margin-left: -3px }
#bandeau_m { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; height: 114px; width: auto; overflow: auto; margin: 0 }
#bandeau_m img#centre { width: 100%; height: 114px }

#ligne_ {	width:100%;	height:15px }
#puces_ { width: 100%;	height: 15px }

#nav_ { width: 138px; padding-left: 10px; float: left; clear: left }

#principal_ { background-image: url(/images/interface/fond.jpg); background-repeat: no-repeat; background-position: right bottom; min-height: 525px; margin-left: 160px; margin-top: 14px; margin-right: 14px  }

/* bloc */
/*
.bloc { width: 100%; height: 72px }
.bloc #l { width: 100%; height: 10px; vertical-align: top }
.bloc #l img { float: right }
.bloc #g { width: 48px; height: 62px; float: left }
.bloc #d { width: 12px; height: 62px; float: right }
.bloc #m { width: auto; height: 62px; margin-left: 48px; margin-right: 12px }
.bloc #m div { font-size: 18px; text-align: right; color: #0b0e63; padding-top: 26px; padding-right: 10px; text-shadow: 3px 3px 2px #d7d7d7 }
.bloc { height: 74px }
.bloc #l { height: 12px; vertical-align: top; text-align: right }
.bloc #l img { display: inline }
.bloc #g { width: 48px; height: 62px; float: left; margin-right: -3px }
.bloc #d { width: 12px; height: 62px; float: right; margin-left: -3px }
.bloc #m { width: auto; height: 62px; margin: 0; overflow: auto }
.bloc #m div { font-size: 18px; text-align: right; color: #0b0e63; padding-top: 26px; padding-right: 10px; text-shadow: 3px 3px 2px #d7d7d7 }
*/
.bloc { height: 74px }
.bloc #bloc_l { height: 12px; vertical-align: top; text-align: right }
.bloc #bloc_l img { display: inline }
.bloc #bloc_g { width: 48px; height: 62px; float: left; margin-right: -3px }
.bloc #bloc_d { width: 12px; height: 62px; float: right; margin-left: -3px }
.bloc #bloc_m { width: auto; height: 62px; margin: 0; overflow: auto }
.bloc #bloc_m div { font-size: 18px; text-align: right; color: #0b0e63; padding-top: 26px; padding-right: 10px; text-shadow: 3px 3px 2px #d7d7d7 }

/* bloc de boutons */
table.btns { margin: 0; padding: 0; border-width: 0; margin-left: auto; margin-right: auto }
table.btns td { border-width: 0; margin: 0; padding: 6px; text-align: center }

/* boutons */
table.btnvierge { margin: 0; padding: 0; height: 23px; empty-cells: show }
table.btnvierge td { margin: 0; padding: 0; height: 23px }
table.btnvierge td a { color: #433d88; text-decoration: none; font-size: 11px; font-weight: bold; margin: 3px 4px 0 4px; display: block }
table.btnvierge td.m { background: url(/images/interface/boutons/vierge_m.jpg); background-repeat: repeat-x; color: white; vertical-align: top }
table.btnvierge td.m_over { background: url(/images/interface/boutons/vierge_m-over.jpg); background-repeat: repeat-x; color: white; vertical-align: top }
table.btnvierge td.g { background: url(/images/interface/boutons/vierge_g.jpg); background-repeat: no-repeat; width: 4px }
table.btnvierge td.g_over { background: url(/images/interface/boutons/vierge_g-over.jpg); background-repeat: no-repeat; width: 4px }
table.btnvierge td.d { background: url(/images/interface/boutons/vierge_d.jpg); background-repeat: no-repeat; width: 4px }
table.btnvierge td.d_over { background: url(/images/interface/boutons/vierge_d-over.jpg); background-repeat: no-repeat; width: 4px }

/* listes : img mois, ... */
ul#items                   { list-style-type: none; padding: 0px; margin: 10px; width: 98% }
ul#items li.item           { margin: 2px 0px; padding: 3px; background: #fff; border: solid 1px gray }
ul#items li.item img       { float: left; margin-right: 3px }
ul#items li.item div       { text-align: center }
ul#items li.item div img   { float: none; display: inline; margin: 5px }
ul#items ol li             { font-weight: bold }
ul#items ol li p           { font-weight: normal }
ul#items span.titre        { font-size: 12px; font-weight: bold }
ul#items span.legende      { font-size: 11px; color: #082752; display: block; padding: 6px }

/* actualites */
div#actualites ul                 { list-style-type: none; padding: 0px; margin: 10px 4px }
div#actualites ul li              { margin: 4px 0; padding: 3px; background: #fff; border: solid 1px gray }
div#actualites ul li:hover        { margin: 4px 0px; padding: 3px; background: #eee; border: solid 1px black }
/*
div#actualites ul li img          { float: left; margin-right: 3px }
*/
div#actualites span.parution      { font-size: 11px; font-style: italic }
div#actualites span.titre         { font-size: 12px; font-weight: bold }
div#actualites span.titre a       { color: black }
div#actualites span.titre a:hover { color: #2c4187 }
div#actualites span.legende       { font-size: 11px; color: #082752 }

/* agenda */
div#icalApps { font-size: 12px; height: 70px; margin-top: 10px }
div#icalApps img { display: inline; vertical-align: middle }
div#icalApps a img { border: solid 1px white }
div#icalApps a:hover img { border: solid 1px #CCCCCC }
div#icalApps div#appnamediv { position: absolute; z-index: 20; top: 0; left: 0; margin: 0; width: 200px; visibility: hidden; padding: 10px; font-size: 10px; text-align: center }

/* DAR : historique */
ul.historique    { padding-left: 15px; list-style-type: square }

/* DAR : traumato */
#trauma p                     { font-size: 11px }
#trauma p a                   { color: #3e5cb7 }
#trauma table                 { margin: 0; padding: 0; border: 0 }
#trauma table td.titre        { color: #424242; font-size: 13px; font-weight: bold; border-bottom: 1px solid #adadad }
#trauma table td.theme        { color: #1f2d54; font-size: 12px; width: 370px }
#trauma table td.theme a      { color: #1f2d54; font-size: 12px; text-decoration: underline }
#trauma table td.thematique   { color: black; font-size: 11px }
#trauma table td.thematique a { color: black; font-size: 11px; text-decoration: underline }
#trauma table td.auteur       { color: black; font-size: 11px; font-weight: bold; padding: 2px }
#trauma table td.auteur a     { color: black; text-decoration: none }
#trauma ul         			{ list-style-type: none; padding: 0px; margin: 10px }
#trauma ul li       		{ margin: 2px 0px; padding: 3px; background: #fff; border: solid 1px gray }
#trauma ul li:hover			{ margin: 2px 0px; padding: 3px; background: #eee; border: solid 1px black }
#trauma ul li img				{ float: left; margin-right: 3px }
#trauma ul li div.clear { clear: both; height: 1px; overflow: hidden }
#trauma span.titre { font-size: 12px; font-weight: bold }
#trauma span.legende { font-size: 11px; color: #082752 }

/* DAR : staffs */
div.staffs_junior { width: 500px; margin: 0 auto; text-align: left }
div.staff_junior { width: 100%; padding: 5px; border: solid 1px #777; margin: 6px; float: left }
div.staff_junior div.picto { text-align: center; width: 50px; float: left }
div.staff_junior div.picto img { width: 40px; height: 36px }
div.staff_junior div.date_cat { text-align: right; width:auto; float:right; font-size: 10px; color: #082752 ; }
div.staff_junior div.titre { width:auto; margin-left:55px; margin-right:auto; font-size: 10px; color: black }
div.staff_junior div.titre a { font-size: 12px; font-weight: bold; color: #3e5cb7; text-decoration: none }
div.staff_junior div.clr { width: 1px; height: 1px; font-size: 6px; clear: both }

/* articles */
div.recherchemsg { font-size: 16px; font-weight: bold; text-align: center }
div.article { width: 95%; float: left; margin: 4px; display: block; clear: both }
div.article div.titre { font-size: 13px }
div.article div.auteurs { color: gray; font-size: 12px ; float: left; margin-left: 6px; display: block; clear: left }
div.article div.folio { font-size: 12px; float: right; display: block; }
div.article a { color: inherit; text-decoration: none }
ul#rechercheres                       { list-style-type: none; padding: 0px; margin: 10px }
ul#rechercheres li                    { margin: 4px 0; padding: 3px; background: #fff; border: solid 1px gray }
ul#rechercheres li a                  { text-decoration: none }
ul#rechercheres li img                { display: inline }
ul#rechercheres span.volume           { font-size: 11px; font-style: italic }
ul#rechercheres span.titre            { font-size: 12px; font-weight: bold }
ul#rechercheres span.auteurs          { font-size: 11px; color: #082752 }
ul#rechercheres span.auteurs a        { font-size: 11px; color: #082752 }
ul#rechercheres span.auteurs a:hover  { color: #222 }

/* liens */
#liens div.categorie { font-size: 14px; font-weight: bold; margin: 16px 4px 4px 0px }
#liens div.lien { margin: 3px 6px }
#liens div.lien img { display: inline }
#liens div.lien a { text-decoration: none; font-size: 12px }
#liens div.lien a:hover { color: #2c4187 }
#liens div.lien span { font-size: 11px; color: gray }

/* biblio */
ol.sansnum { list-style-type: none }
ol.sansnum li { margin: 5px 0px }
ol.sansnum li div { position: relative; left: -40px; width: 35px; top: 1.3em; font-size: 10px; margin: 0; text-align: right; padding-top: 1px; color: #082752 }

/* liste */
div#liste div				{ border: solid 1px gray; text-align: center; margin: 5px 2px }
div#liste div:hover			{ border: solid 1px black; background-color: white }
div#liste div a img			{ border: none }

/* Comite Scientifique MAPAR */
p.mapartitre { font-size: 14px; text-align: center; font-weight: bold }
div.infovalid { border: solid 1px #343bbd; padding: 4px; background: #e0eef7; margin: 20px 5px; font-weight: bold; text-align: center }
form#sujetsmapar fieldset { border: solid 1px #bbb; background: white }
form#sujetsmapar legend { font-size: 13px; font-style: italic }
form#sujetsmapar label { display: block; width: 70px; font-size: 11px; font-weight: bold; float: left }
form#sujetsmapar label.large { display: block; width: 100px }
form#sujetsmapar input { display: block; margin-left: 100px }
form#sujetsmapar textarea { margin-left: 73px }
form#sujetsmapar div { clear: right; margin: 6px 4px }
form#identvote fieldset { border: solid 1px #bbb; background: white }
form#identvote legend { font-size: 13px; font-style: italic }
form#identvote label { display: block; width: 70px; font-size: 11px; font-weight: bold; float: left }
form#identvote label.large { display: block; width: 100px }
form#identvote input { display: block; margin-left: 100px }
form#identvote textarea { margin-left: 73px }
form#identvote div { clear: right; margin: 6px 4px }
form#fVoteSujet fieldset { border: solid 1px #bbb; background: white }
form#fVoteSujet legend { font-size: 13px; font-style: italic }
form#fVoteSujet label { display: block; width: 70px; font-size: 11px; font-weight: bold; float: left }
form#fVoteSujet label.large { display: block; width: 100px }
form#fVoteSujet input { display: block; margin-left: 100px }
form#fVoteSujet textarea { margin-left: 73px }
form#fVoteSujet div { clear: right; margin: 6px 4px }
table#listeSujets { border: solid 1px #aaa; background: #fff; padding: 0 }
table#listeSujets th { font-size: 12px; font-weight: bold; background: #ddd; color: #555 }
table#listeSujets td.theme { font-size: 11px; font-weight: bold }
table#listeSujets td.sujet { font-size: 10px }
table#listeSujets td.auteurs { font-size: 10px }
table#listeSujets td.etoiles { width: 90px; padding: 2px 6px; text-align: center }
table#listeSujets td.etoiles img { display: inline; border: 0; margin: 0 }
table#listeSujetsRes { border: solid 1px #aaa; border-collapse: collapse; padding: 0; margin: 10px }
table#listeSujetsRes th, table#listeSujetsRes th a { font-size: 12px; font-weight: bold; background: #ddd; color: #777; padding: 4px }
table#listeSujetsRes th.sel { color: black }
table#listeSujetsRes td.pair { font-size: 9px; border: solid 1px #ddd; padding: 4px; margin: 0; background: #f5f5f5 }
table#listeSujetsRes td.impair { font-size: 9px; border: solid 1px #ddd; padding: 4px; margin: 0; background: #fff }
div.clr { display: block; clear: right }

/* MAPAR : eval protoc */
form#FormEvalProtoc fieldset { position: relative; width: 600px; margin-left: auto; margin-right: auto }
form#FormEvalProtoc fieldset legend { font-size: 13px; font-style: italic }
form#FormEvalProtoc div.c { clear: right; margin: 6px 4px }
form#FormEvalProtoc fieldset#ident label  { display: block; float: left; width: 160px; font-size: 11px; font-weight: bold }
form#FormEvalProtoc fieldset#ident input, form#FormEvalProtoc fieldset#ident select, form#FormEvalProtoc fieldset#ident div#radiossexe { display: block; margin-left: 160px }
form#FormEvalProtoc fieldset#ident input#id_sexe_m, form#FormEvalProtoc fieldset#ident input#id_sexe_f { display: inline; margin: 0 2px 0 0 }
form#FormEvalProtoc fieldset#ident div.nonliste { display: none; position: absolute; margin-top: -20px; font-size: 11px; font-style: italic; height: 20px; vertical-align: top; padding: 0 }
form#FormEvalProtoc fieldset#ident div.nonliste select { margin: 0 }
form#FormEvalProtoc fieldset#ident div.nonliste textarea { margin: 0 }
form#FormEvalProtoc fieldset#quest label { display: block; margin-top: 10px; margin-bottom: 0; font-size: 11px }
form#FormEvalProtoc fieldset#quest select, form#FormEvalProtoc fieldset#quest input, form#FormEvalProtoc fieldset#quest textarea { margin-left: 20px }
form#FormEvalProtoc fieldset#quest span.cac { font-size: 11px }
form#FormEvalProtoc fieldset#quest div.nonliste { display: none; position: relative; margin-left: 100px; margin-top: -18px; font-size: 11px; font-style: italic }
form#FormEvalProtoc fieldset#quest div.nonliste textarea { margin: 0 }

/* MAPAR : espace presse */
form#mdppresse fieldset { border: solid 1px #bbb; background: white; width: 320px; margin-left: auto; margin-right: auto }
form#mdppresse legend { font-size: 13px; font-style: italic }
form#mdppresse label { display: block; width: 70px; font-size: 11px; font-weight: bold; float: left }
form#mdppresse label.large { display: block; width: 100px }
form#mdppresse input { display: block; margin-left: 100px }
form#mdppresse textarea { margin-left: 73px }
form#mdppresse div { clear: right; margin: 6px 4px }
div.pr_liste_img { background-color: white; height: 160px; border: solid 1px #bcbbbc; padding: 0 4px; width: 540px; text-align: center; margin-left: auto; margin-right: auto; margin-top: 6px; margin-bottom: 6px }
div.pr_liste_img p { color: #535ab4; margin: 4px; font-size: 16px; font-weight: bold  }
div.pr_liste_img img { display: inline; vertical-align: middle; border: 0; margin: 6px 4px }

/* MAPAR : protocoles iPhone */
div.artwork {
	width: 60px;
	height: 60px;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	zoom: 1;
}

div.artwork > img.artwork {
	height: 60px;
	width: 60px;
}

div.artwork > span.mask {
	background-image: url(http://ax.phobos.apple.com.edgesuite.net/htmlResources/BC7B/images/mask60.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 63px;
	width: 62px;
	display: block;
	position: absolute;
	left: -1px;
	top: 0px;
	z-index: 1;
}

dl#iproto_faq {
	width: 600px;
	padding-top: 20px;
}

dl#iproto_faq dt {
	font-size: 11px;
	font-weight: bold;
	margin-top: 16px;
}

dl#iproto_faq dd {
	font-size: 11px;
	margin-left: 10px;
	color: #333;
}
dl#iproto_faq dd ul {
	margin: 0;
	padding: 3px 16px;
}
dl#iproto_faq dd ul li {
	margin: 0;
	padding: 2px 0;
}
form#identiproto fieldset { border: solid 1px #bbb; background: white; width: 320px; margin: 0 auto; text-align: left }
form#identiproto legend { font-size: 13px; font-style: italic }
form#identiproto label { display: block; width: 70px; font-size: 11px; font-weight: bold; float: left }
form#identiproto label.large { display: block; width: 100px }
form#identiproto input { display: block; margin-left: 100px }
form#identiproto textarea { margin-left: 73px }
form#identiproto div { clear: right; margin: 6px 4px }

