body {
  background: url(/images/application/background.png) #fff repeat-x;
  position: relative;
}

.center {
  text-align: center;
}

.left {
  clear: left;
  float: left;
  margin: 0 15px 15px 0;
}

.right {
  clear: right;
  float: right;
  margin: 0 0 15px 15px;
}

.align-right {
  text-align: right;
}

.clear {
  clear: both;
}


/* p img
 * border: 1px solid #000
 * background: white
 * padding: 5px */
img {
  border: 0;
}
img.icon {
  vertical-align: middle;
}
img.thumbnail {
  border: 1px solid #999;
  padding: 2px;
  background: white;
}

.button {
  background: #ddd;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #ddd;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 350px;
  margin: 1em auto;
  padding: .8em;
}

.error, .help, .notice, .warning {
  padding: .8em;
  margin-bottom: 1em;
  border: 2px solid #ddd;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.error {
  background: #FBE3E4;
  color: #8a1f11;
  border-color: #FBC2C4;
}
.error a {
  color: #8a1f11;
}

.help {
  background: #bfc8ff;
  color: #2d3741;
  border-color: #7d97af;
}
.help a {
  color: #2d3741;
}

.notice {
  background: #E6EFC2;
  color: #264409;
  border-color: #70a05f;
}
.notice a {
  color: #264409;
}

.warning {
  background: #fff5cf;
  border-color: #f8ca00;
}

p.error, p.notice, p.help, p.warning, div.error, div.notice, div.help, div.warning {
  padding: 2px 2px 2px 30px;
}

p.error, div.error {
  background: url(/images/icons/exclamation.png) #FBE3E4 no-repeat 5px 2px;
}

p.notice, div.notice {
  background: url(/images/icons/accept.png) #E6EFC2 no-repeat 5px 2px;
}

p.help, div.help {
  background: url(/images/icons/help.png) #c1dffb no-repeat 5px 2px;
}

p.warning, div.warning {
  background: url(/images/icons/error.png) #fff5cf no-repeat 5px 2px;
}

p.info, div.info {
  background: url(/images/icons/lightbulb.png) #bfc8ff no-repeat 5px 2px;
}


#header {
  position: relative;
  height: 121px;
}
#header #logo a {
  background: url(/images/application/logo_academie_nationale_de_chirurgie_dentaire.png) no-repeat;
  display: block;
  width: 276px;
  height: 74px;
  text-indent: -9999em;
  overflow: hidden;
  position: absolute;
}
#header #menu {
  margin: 0;
  padding: 0;
  width: 358px;
  height: 121;
  position: absolute;
  right: 0;
  list-style: none;
}
#header #menu li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  height: 121px;
}
#header #menu li a {
  display: block;
  height: 100%;
  text-indent: -9999em;
  overflow: hidden;
  position: absolute;
}
#header #menu #menu-academie {
  width: 83px;
}
#header #menu #menu-academie a {
  width: 83px;
  background: url(/images/application/menu_academie.png) no-repeat 0 -121px;
}
#header #menu #menu-academie a:hover {
  background-position: 0 0;
}
#header #menu #menu-actualites {
  width: 83px;
}
#header #menu #menu-actualites a {
  width: 83px;
  background: url(/images/application/menu_actualites.png) no-repeat 0 -121px;
}
#header #menu #menu-actualites a:hover {
  background-position: 0 0;
}
#header #menu #menu-publications {
  width: 96px;
}
#header #menu #menu-publications a {
  width: 96px;
  background: url(/images/application/menu_publications.png) no-repeat 0 -121px;
}
#header #menu #menu-publications a:hover {
  background-position: 0 0;
}
#header #menu #menu-prix {
  width: 96px;
}
#header #menu #menu-prix a {
  width: 96px;
  background: url(/images/application/menu_prix.png) no-repeat 0 -121px;
}
#header #menu #menu-prix a:hover {
  background-position: 0 0;
}

#banner {
  height: 219px;
  background: url(/images/application/header_accueil.png) no-repeat;
  position: relative;
}
#banner h1 {
  text-indent: -9999em;
  position: absolute;
  top: 120px;
  left: 230px;
  font-size: 25px;
  color: #9a1a69;
}
#banner.academies, #banner.headlines, #banner.publishings, #banner.awards, #banner.members {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ccc;
}
#banner.academies h1, #banner.headlines h1, #banner.publishings h1, #banner.awards h1, #banner.members h1 {
  text-indent: 0;
}
#banner.academies, #banner.members {
  background: url(/images/application/header_academie.png) no-repeat;
}
#banner.headlines {
  background: url(/images/application/header_actualites.png) no-repeat;
}
#banner.publishings {
  background: url(/images/application/header_publications.png) no-repeat;
}
#banner.awards {
  background: url(/images/application/header_prix.png) no-repeat;
}
#banner.awards h1 {
  left: 295px;
}

ul#navigation {
  margin: 0 0 0 10px;
  padding: 0;
  height: 39px;
  list-style: none;
}
ul#navigation li {
  display: block;
  float: left;
  margin: 0 2px;
  padding: 0;
  height: 39px;
}
ul#navigation li .navleft {
  float: left;
  width: 7px;
  height: 39px;
  background: url(/images/application/navigation_border_left.png) no-repeat;
}
ul#navigation li .navright {
  float: left;
  width: 7px;
  height: 39px;
  background: url(/images/application/navigation_border_right.png) no-repeat;
}
ul#navigation li .navcenter {
  float: left;
  line-height: 34px;
  height: 31px;
  padding: 4px 2px;
  font-size: 12px;
  background: url(/images/application/navigation_border_bottom.png) white bottom repeat-x;
}
ul#navigation a {
  text-decoration: none;
  text-transform: uppercase;
}


#content {
  margin-top: 20px;
  clear: both;
}
#content h4.document {
  margin-bottom: 2px;
  border-bottom: 1px dotted #5b5c5f;
  color: #5b5c5f !important;
  font-weight: bold;
}
#content img.frame, #content img[src$="jpg"] {
  padding: 4px;
  background: #fff;
  border: 1px solid #999;
}
#content li {
  list-style-type: square;
  margin-left: 20px;
}
#content p.details {
  margin: 0 0 10px 0;
  font-style: italic;
}

#portal h3 {
  font-size: 1em;
}
#portal p {
  font-size: 0.8em;
  line-height: 1.1;
}

#headlines h2 {
  font-size: 1em;
  line-height: 1.1em;
}
#headlines h4 {
  font-size: .9em;
}
#headlines p {
  font-size: .85em;
}
#headlines .headline {
  margin-bottom: 25px;
}

.headline, .event {
  margin-top: 10px;
}

#articles {
  height: 300px;
  overflow: auto;
  border: 2px solid #5b5c5f;
  padding: 10px;
  background: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
#articles .publishing {
  font-size: .9em;
  border-bottom: 1px dotted #5b5c5f;
  margin-bottom: 10px;
}
#articles .publishing li {
  margin-left: 20px;
  line-height: 18px;
  list-style: url(/images/icons/page_white_acrobat.png) outside;
}
#articles .publishing li .download a {
  color: #5b5c5f;
}


#new_contact input, #new_contact textarea {
  border: 1px solid #999;
}
#new_contact th, #new_contact td {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#new_contact th {
  width: 190px;
  vertical-align: top;
}


#footer {
  padding-top: 20px;
  clear: both;
  font-size: 0.9em;
}
