/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 17, ../../../../../var/lib/gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../var/lib/gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../var/lib/gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../var/lib/gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../var/lib/gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../var/lib/gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../var/lib/gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../var/lib/gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../var/lib/gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 3, ../sass/_layout.sass */
#header {
  min-height: 50px;
}

/* line 6, ../sass/_layout.sass */
#doctor {
  margin: 10px auto 0 auto;
  width: 990px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}

/* line 12, ../sass/_layout.sass */
#module_result {
  margin: 10 auto;
  width: 990px;
}

/* line 16, ../sass/_layout.sass */
#search {
  margin-left: 10px;
  margin-top: 10px;
  min-height: 60px;
}
/* line 22, ../sass/_layout.sass */
#search fieldset {
  position: relative;
  width: 180px;
  height: 26px;
}
/* line 27, ../sass/_layout.sass */
#search legend {
  display: none;
}
/* line 30, ../sass/_layout.sass */
#search input[type=text] {
  border: 1px solid #9bc7ec;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 0 0 10px;
  width: 176px;
  line-height: 24px;
  height: 24px;
  color: #3486cd;
  font-size: 14px;
}
/* line 42, ../sass/_layout.sass */
#search input[type=submit] {
  border: 1px solid #9bc7ec;
  position: absolute;
  right: 0;
  display: block;
  width: 25px;
  height: 24px;
  font-size: 10px;
  line-height: 24px;
  font-weight: bold;
  border-width: 1px;
  cursor: pointer;
  border-radius: 1000px;
  text-align: center;
  outline: 0;
}

/* line 3, ../sass/_backgrounds.sass */
body {
  background: #cde6fc url(http://ipediatre.melody.fr/extension/ipediatre-design/design/front/images/background.png) no-repeat scroll 0 0;
}

/* line 6, ../sass/_backgrounds.sass */
.vcard .main {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(14, 111, 194, 0.7)), color-stop(100%, rgba(116, 187, 246, 0.7)));
  background-image: -webkit-linear-gradient(rgba(14, 111, 194, 0.7), rgba(116, 187, 246, 0.7));
  background-image: -moz-linear-gradient(rgba(14, 111, 194, 0.7), rgba(116, 187, 246, 0.7));
  background-image: -o-linear-gradient(rgba(14, 111, 194, 0.7), rgba(116, 187, 246, 0.7));
  background-image: linear-gradient(rgba(14, 111, 194, 0.7), rgba(116, 187, 246, 0.7));
}

/* line 9, ../sass/_backgrounds.sass */
#header {
  background: #5baaec;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3594dc), color-stop(33.33333%, #5baaec), color-stop(66.66667%, #5baaec), color-stop(100%, #3594dc));
  background-image: -webkit-linear-gradient(#3594dc, #5baaec, #5baaec, #3594dc);
  background-image: -moz-linear-gradient(#3594dc, #5baaec, #5baaec, #3594dc);
  background-image: -o-linear-gradient(#3594dc, #5baaec, #5baaec, #3594dc);
  background-image: linear-gradient(#3594dc, #5baaec, #5baaec, #3594dc);
}
