@charset "UTF-8";
/**
 * @project Stormier.net
 * @author Stanislas Ormières
 * @lastmodified May, 3 2009
 * @media print, screen
 * @site http://www.stormier.net/
 */

/**
 * Redéfinition des balises HTML
 *
 * @section html
 */

html, body {
	color: #000;
	font: normal normal normal 10pt Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

h1, h2, h3, h4, h5 {
	font-weight: bold;
	color: #d62
}
h1 {
	margin: 0 auto;
	font-size: 14pt;
}
h2, h3, h4, h5 {
	font-size: 10pt;
	text-align : left;
}
h1, h2 {
	text-align : center;
}

h1.cvTitle {
	border: 1px #99e solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #cce;
	padding: 5px;
	color: #239
}

#rightcontainer h3 {
	font-weight: bold; font-size: 10pt ;
	color: #d62;
	text-align : left;
	margin: 2px; 
	padding: 2px; 
} 
	
p             { color: #000; font: 10pt Verdana, Arial, Helvetica, sans-serif; margin: 10px 0; padding: 2px 5px; text-align: justify;}

.subh3        { color: #000; font: 10pt Verdana, Arial, Helvetica, sans-serif;}

/**
 * Définition des liens 
 *
 * @section common links
 */

a             { color: #45a; text-decoration:none ;font-weight: bold; font-size: 10pt;}
a:hover       { color: #d62; text-decoration:none ;font-weight: bold; font-size: 10pt;}

a.ca:link     { color: #009; text-decoration:none ; font-weight: bold; font-size: 10pt;}
a.ca:active   { color: #0CF; text-decoration:none ; font-weight: bold; font-size: 10pt;}
a.ca:visited  { color: #009; text-decoration:none ; font-weight: bold; font-size: 10pt;}
a.ca:hover    { color: #d62; text-decoration:none ; font-weight: bold; font-size: 10pt;}

a.addComment {
	background:transparent url(../images/icons/comment_add.png) center left no-repeat;
	display:inline-block;
	padding-left:30px;
	line-height:24px;
}

#rightcontainer a {
	color: #45a;
	text-decoration:none;
	font-size: 8pt;
	padding-left: 10px;
}
#rightcontainer a:hover {
	color: #d62;
	text-decoration: none;
	font-size: 8pt;
}

/**
 * Définition des icônes devant les liens vers des documents de types connus (word, pdf...)
 *
 * @section linkIcons
 */

a[href$='.pdf'] {
background:transparent url(../images/icons/pdf.png) center left no-repeat;
display:inline-block;
padding-left:20px;
line-height:15px;
}

a[href$='.doc'] {
background:transparent url(../images/icons/doc.png) center left no-repeat;
display:inline-block;
padding-left:20px;
line-height:18px;
}

img {
	border: none;
}

div.content {
	margin-bottom: 10px;
}

p.centered {
	text-align: center;
}

p.spaced {
	margin: 20px 0;
}

p.copyright {
	text-align: center;
	margin: 0 0;
	font-size: 8pt;
}
p.copyright a, p.copyright a:hover {
	font-size: 8pt;
	margin: 0 10px;
}
ul.todolist {
	list-style-type: decimal;
	margin: 0 0 0 20px;
	padding: 2px 2px 2px 16px;
}
.orange {
	color: #F93;
	font-weight: bold;
}

hr {
	text-align: center;
	display:block;
	height: 1px;
	width: 40%;
/*	_margin: -7px 0; */ /* Special for IE : no vertical space before the line*/
	padding: 0;
	color: #abf;
	background-color: #abf;
	border: 0;
}
ul {
	list-style: square;
	margin: 0 10px;
	padding: 2px 2px 2px 10px
}
li {
	padding: 0;
	margin: 0 0 0 5px;
	list-style: url("../images/icons/puce_1.png");
}
li li {
	list-style: url("../images/icons/puce_2.png");
}
#offerTable td {
	vertical-align: top
}
th {
	text-align: center
}
tt {
  background-color: #f7f7f7;
  color: black;
  font-style: normal;
  font-weight: normal;
  padding-left: 5px;
}
form {
	background: transparent;
}

/**
 *
 */

.accordion {
	border: 1px #45a solid;
}
.accordionHeader {
	cursor: pointer;
	background: #45a;
	color: white;
	height: 28px;
	line-height: 28px;
	padding: 5px;
	margin: 5px;
	margin-top: 15px;
	text-align: center;
	font-weight: bold
}
/**
 * Authentication form
 *
 * @section authentication
 */
#authenticationInfo {
	color: red;
	font-weight: bold;
	text-align: center;
}
#loginForm {
	background: #eef;
	font-size: 10px;
}
#loginForm legend {
	color: #45a;
	text-decoration:none;
	font-weight: bold;
}
#loginForm fieldset {
	border: none;
}
.loginSubmit {
	width: 30px;
}
input.loginForm {
	margin: 3px 0px;
	width: 100px;
}
.article {
	border: 1px solid #dde;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 15px 0;
	padding: 5px 5px;
}
.article h1 {
	font-weight: bold;
	font-size: 10pt;
	color: #f93;
	text-align : left;
}
.article h1 .postDate {
	font-weight: normal;
	font-size: 8pt;
	color: #aaa;
}
.article .articleSignature {
	color: #555;
	text-align: right;
}
#articleTitle, #articleBody {
	width: 82%;
}
#articleBody {
	height: 450px;
}
#articleFormContainer label {
	display: block;
	float: left;
	width: 15%;
}
.editor {
	float: right;
}
textarea.comment {
	width: 464px;
}
/**
 * Avoid useless &lt;br /> inside #webdevdocs div. 
 * @section rightContainer
 */
#webdevdocs a {
	display: block;
}