/*

  Project 2008
	  
*/

body {
font-family: Verdana, Helvetica, sans-serif;
font-size: .8em;
color: #333;
}

div#content p a, div#content div#two_cols_first_column ul a, div#content .csc-sitemap a {
color: #555;
text-decoration: none;
font-weight: bold;
} 

div#content p a:hover, div#content div#two_cols_first_column ul a:hover, div#content .csc-sitemap a:hover {
color: #000;
text-decoration: none;
border-bottom: 1px dashed #000;
}

div#content h2 {
}

div#content p, div#content ul {
margin: 0px;
padding: 0px 0px 15px 0px;
line-height: 1.5em;
}

div#content ul {
margin:-10px 0 0 20px;
list-style-image:url(../images/arrow.png);
}

div#content .csc-sitemap ul {
margin:0 0 0 25px;
list-style-image:url(../images/arrow.png);
}

div#content .csc-sitemap {
margin:-10px 0 0 0;
}

div#content .csc-sitemap a {
font-weight:normal;
}

div#content ol {
margin:-10px 0 0 25px;
}

div#content a:hover img {
border-bottom:1p solid;
}

div#content input, #content textarea {
font: 0.85em 'Lucida Grande', Verdana, Arial, Sans-Serif;
padding: 2px;
border:1px solid #aaa;
}

div#content .submit {
font: 0.85em Sans-Serif;
}

html>body div#content .submit {
/* Bug sous IE7 ... dynamic ? */
/* Enfait, ca bug aussi avec le padding: 2px du haut... */
padding-left: 25px;
padding-right: 25px;
}

/* Layout related */
#header_text h1 {
padding: 10px 0px 0px 20px;
color: #fff;
font-size: 180%;
font-weight: normal;
}

#header_text h2 {
padding: 0px 20px;
color: #fff;
font-size: 100%;
font-weight: normal;
}

#grey {
color:#ccc;
font-style: italic;
}

#darkgrey {
color:#111;
font-style: italic;
}

form#loginbox {
background-color: transparent;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
text-align: right;
padding: 5px;
}

#loginbox .form_text {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #fff;
border: 1px solid #fff;
background-color: transparent;
width: 70px;
margin-right: 2px;
}

#loginbox .form_button {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #fff;
border: 1px solid #fff;
background-color: #333;
width: 60px;
* margin-bottom: -1px;
}

#logged-in {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #fff;
background-color: transparent;
width: 70px;
margin-right: 2px;
}

#footer { 
color: #333;
font-size: 80%;
}

#footer a, a#twitter-link, ul#twitter_update_list a {
color: #555;
text-decoration: none;
font-weight: normal;
} 

#footer a:hover, a#twitter-link:hover, ul#twitter_update_list a:hover {
color: #000;
text-decoration: none;
font-weight: normal;
}

.bold {
font-weight: bold;
}

/* RTE css */
span.mono { 
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
	padding:0 0.3em 0 0.3em;
	background:#f0f0f4;
	border: 1px #ccd solid;
}

span.file { 
  padding:0 0 0 14px;
  background: transparent url('../icons/file.gif') no-repeat left;
}

span.directory { 
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
	padding:0 0 0 15px;
	color: #000088;
	background: transparent url('../icons/dir.gif') no-repeat left;
}

p.smalltext {
	font-size: 0.7em;
	line-height:1.3em;
}

p.box {
	display: block;
	font-size:90%;
	line-height:1.3em;
	padding: 0.5em;
	background: #E6E6E6;
	border-left:4px solid #7494a8;
}

p.code {
	display: block;
	margin: 0 0 1em 1em;
	font-family: "Courier New", Courier, monospace;
	padding: 0.5em;
	font-size:90%;
	background: #f0f0f4;
	border-left:4px solid #005b99;
}

p.bluebox {
	font-size:90%;
	line-height:1.3em;
	background: #f0f0f4;
	padding:1em;
	border:1px solid #005b99;
	text-align:left;
	margin-bottom:1em;
}

p.csc-form-label-req {
	font-weight: bold;
}
.csc-caption {
	font-size: 0.9em;
	background-color: #E0E7F5;
	padding: 5px;
}

/* Typo3 Version 4 */
dd.csc-textpic-caption {
	font-style: italic;
	font-size: 0.7em;
	background-color: #E6E6E6;
	padding: 2px;
}

