/* ***** BEGIN LICENSE BLOCK *****
 * This file is part of DotClear.
 * Copyright (c) 2004 Maurice Svay and contributors. All rights
 * reserved.
 *
 * DotClear is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 * 
 * DotClear is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with DotClear; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 *
 * ***** END LICENSE BLOCK *****
 *
 * Contributor(s):
 *  Maurice Svay
 */
 
/* A propos de ce theme
 * Tests effectues:
 * - IE de 5.01 a 6 Windows
 * - Firefox 0.9x Windows
 * - Opera 7.51 Windows
 * - Safari 1.2.2 MacOS X (10.3)
 * - Konqueror Linux
 * - Opera Linux
 *
 * Le layout est dans une feuille de style separee
 * 1 - Global style
 * 2 - Header
 * 3 - Post
 * 4 - Trackbacks et commentaires
 * 5 - Sidebar
 * 6 - Footer
 */
 
@import "layout.css";

/* Global style
********************************************/
html, body{
	margin: 0;
	padding: 0;
}

body{
	background-color: #F9F9F9;
	color: #484848;
	font-family: Trebuchet MS, Arial, Verdana, Tahoma, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 18px;
}

#ombre {
	background: #f7f7f7 url(img/background.png) repeat-y;
	background-position:center;
	width: 887px;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Trebuchet MS", sans-serif;
}

h2{font-size: 1.2em; margin: 1em 0;}
h3{font-size: 1em; margin: 0.8em 0;}
h4{font-size: 1em; font-weight: normal}

a:link{color:#000; background:transparent;}
a:visited{color:#844; background:transparent;}
a:hover{color:#000; background:transparent;}
a[hreflang]:after {content: "\0000a0[" attr(hreflang) "]"; color:#999; background:transparent;}
a img{border: none;}

abbr, acronym{
	border: none;
	background: transparent url(img/dotted.png) repeat-x bottom;
	cursor : help;
}

code, pre, kbd {
	font-family:"Courier New", Courier, monospace; font-size : 1em;
}

pre {
overflow: scroll;
width: 100%;
}
html>body pre {
overflow: auto;
width: auto;
}

fieldset{
	border: none;
}

.field label{
	display: block;
	cursor: pointer;
	cursor: hand; /* pour IE */
}

textarea{
	border: 1px solid #999;
	background: #FCFCFC;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
}

input {
	border: 1px solid #999;
	background: #FCFCFC;
	height : 15px;
	margin: 0px 2px;
	padding: 0px 5px;
	font-size: 11px;
	color:#333333;
	font-family:Arial ;
	vertical-align: middle;
}

textarea{
	width: 99%;
}

form {
	padding : 0px 0px;
	margin: 0px 0px;
}

.left{
	float: left;
	margin: 0 1em 1em 1em;
}

.right{
	float: right;
	margin: 0 1em 1em 1em;
}

img {
	border:0px;
	padding:0px 0px;
	margin:0px 0px;
}

/* Header
********************************************/
#top{
	background: #FFFFFF url(img/header.jpg) no-repeat;
}

#top h1{
	line-height: 15px;
	margin: 0;
	font-size: 1em;
	text-align:center;
}

#top h1 a{
	text-decoration: none;
	color: #C30;
	background: transparent;
}

#prelude{
	color: #CD5C5C;
	background: transparent;
	text-align: center;
	margin: 0;
}

#prelude a{
	color: #CD5C5C;
	background: transparent;
	text-decoration:none;
}

#prelude a:hover{
	color: #F0E68C;
	background: transparent;
}

.btnok {
	width : 36px;
	height:19px;
	background: url(img/btnok-orange.gif) no-repeat;
	border: 0px solid;
}


#search fieldset, #search p{
	margin: 0;
	padding: 0;
}


#top div#calendar{
	/*border-top: 1px solid #F0F0F0;*/
	font-size:10px;
}

#top div#calendar table{
	font-size: 10px;
	text-align: center;
	margin: 0px 2px;
	border-collapse: collapse;
}

#top div#calendar table caption{
	margin: 0 auto;
}

#top div#calendar table th{
	color: #FFF;
	background: transparent url(img/fdcalendar.png) repeat-x;
	height: 15px;
	font-size:10px;
	line-height:10px;
}

#top div#calendar table td{
	width: 22px;
	height:16px;
	font-size:10px;
	line-height:14px;
	border: 1px solid #EEE;
}

#top div#calendar table td a{
	display: block;
	font-size:10px;
	background: #EEE;
	color: #ff5500;
	text-decoration: none;
}

#top div#calendar table td a:hover{
	background: #ff5500;
	font-size:10px;
	color: #FFF;
}

/* Post
********************************************/
#content{
	color: #222;
	background: transparent;
}

.post{
	margin-top: 20px;
}

.day-date{
	display: none;
}

#carre-date {
	 padding-top: 5px;
	 padding-bottom: 4px;
	 padding-left:8px;
	 padding-right: 8px;
	 float:left;  
	 background-color:#FF6600;
	 color:#FFFFFF;
	 font-size: 10px;
	 letter-spacing: normal;
	 text-align:center;
	 line-height:14px;
}

.jour {
	font-size : 28px;
	letter-spacing: 1px;
	line-height: 28px;
}

.post-title{
	padding-left: 60px;
	color: #a0000e;
	margin-bottom: 0;
	font-size: 18px;
	line-height: 22px;
}

.post-title a{
	color: #a0000e;
	background: transparent;
	text-decoration: none;
}

.post-info{
	padding-left: 60px;
	padding-top: 5px;
	margin-top: 0;
	color: #ff7017;
	background: transparent;
	/*border-bottom:1px solid #FF6600;*/
}

.post-info a{
	color: #ff7017;
	background: transparent;
}

.post-chapo p, 
.post-content p{
	width: 440px;
	text-align: justify;
	padding-left: 60px;
	padding-right: 40px;
	/*overflow: auto;*/
}

.post-chapo img, 
.post-content img{
	max-width: 100%;
	margin-bottom:4px;
	margin-right: 14px;
	float:left;
}

.post-chapo ul, 
.post-content ul{
	list-style-image: url(img/puce.png);
}

.post blockquote{
	font-style : italic;
	border-left : 5px solid #999;
	padding-left : 1em;
}

.post blockquote p{
	width: auto;
}

.post-info-co{
	clear: both;
	width: 460px;
	text-align: right;
	font-size: 11px;
	background: #FFF url(img/postinfo.png) repeat-x;
	color: #a44728;
	margin-top: 0.5em;
	margin-bottom: 3em;
	margin-left:48px;
	height:25px;
}

.post-info-co a{
	color: #a44728;
	background: transparent;
	text-decoration: none;
}

.post-info-co a:before{
	margin-right: 1ex;
}

/* Trackbacks et commentaires
********************************************/

#trackbacks, #comments{
	width:100%;
	padding-top: 3px;
}

#comments h2 {
	padding: 10px 20px 10px 20px;
	color: #a0000e;
	font-size: 16px;
	line-height: 22px;
	width: 100%;
	background-color:#e3e2e2;
	border-left: 10px solid #a0000e;
}

#comments p {
	padding-left : 30px;
}

#trackbacks p {
	padding-left : 30px;
}

.previsu {
	padding: 10px 20px 10px 30px;
	color: #a0000e;
	font-size: 16px;
	line-height: 18px;
	width: 100%;
	background-color:#e3e2e2;
}

#content h3 {
	padding: 10px 20px 10px 20px;
	color: #a0000e;
	font-size: 16px;
	line-height: 18px;
	width: 100%;
	background-color:#e3e2e2;
	border-left: 10px solid #a0000e;
}

.commentaire {
	font-size : 12px;
	color:#ff7017;
}

#comments p {
	padding-left : 30px;
}


#trackbacks blockquote, #comments blockquote{
	background: #FFF;
	color: inherit;
	border: 1px dashed #CCC;
	margin: 5px 0px 25px 30px;
	padding: 20px;
	overflow: auto;
}

#trackbacks blockquote p, #comments blockquote p{
	margin: 1ex 0;
}

.comment-info{
	margin-bottom: 0;
	color: #ff7017;
}

.comment-info a{
	margin-bottom: 0;
	color: #ff7017;
}

.comment-info a:hover{
	margin-bottom: 0;
	color: #a0000e;
}

.comment-number{
	margin-right:5px;
	font-size:35px;
	font-family:Arial, Helvetica, sans-serif;
}

.comment-number a{
	text-decoration : none;
	color: #dbdada;
}

.comment-number a:hover {
	text-decoration : none;
	color: #CCC;
}




/* Form
********************************************/

.rouge {
	border : 1px solid #ce1306;
}

.form-help {
	text-align : center;
}


.preview {
	background: url(img/btnprevisualiser.png) no-repeat;
	color:#FFFFFF;
	text-align:center;
	vertical-align:top;
	width:99px;
	height:20px;
	padding-bottom:7px;
	border: 0px;
	margin-top:5px;
}

.submit {
	background: url(img/btnenvoyer.png) no-repeat;
	color:#FFFFFF;
	text-align:center;
	vertical-align:top;
	width:99px;
	height:20px;
	padding-bottom:7px;
	border: 0px;
	margin-top:5px;
}

.error {
	color : #ce1306;
	text-align:center;
}



/* Sidebar
********************************************/

#sidebar{
	background: #FFFFFF url(img/fdmenu.gif) repeat-y;	
	color: #666;
}

/*
#sidebar div ul{
	margin-left: 50px;
	margin-right: 10px;
	padding: 0;
	list-style-image: url(img/puceliste.png);
}*/

#sidebar h2, #sidebar h3{

}

#sidebar h3{
	font-size: 1em;
	margin: 0;
}

#perso {
	padding-left: 15px;
	padding-top:40px;
	padding-bottom:5px;
	color: #ce1306;
	font-weight:bold;
}

#membre {
	width:218px;
	margin-left:20px;
	margin-right:0px;
	margin-bottom:0px;
	margin-top:20px;
	padding:0px 0px;
	background: #dcdcdc url(img/tit-membre.png) no-repeat top;
}

#list-membre ul {	
	margin: 0px 0px 0px 15px;
	list-style-image: url(img/puceliste.gif);
	color:#000000;
	padding: 0;
	line-height: 18px;
}

#list-membre ul a {	
	list-style-image: url(img/puceliste.gif);
	color:#000000;
	padding: 0;
	line-height: 18px;
	text-decoration: none;
}

#list-membre ul a:hover {	
	list-style-image: url(img/puceliste.gif);
	color:#000000;
	padding: 0;
	line-height: 18px;
	text-decoration: underline;
}

#list-membre {
	clear:both;
	margin-left:20px;
	padding-bottom:10px;
}

#formations {
	width:218px;
	margin-left:20px;
	margin-right:8px;
	margin-bottom: 0px;
	margin-top:10px;
	padding:0px 0px;
}

#list-formations ul {	
	margin: 0px 0px 0px 15px;
	list-style-image: url(img/puceliste.png);
	color:#000000;
	padding: 0;
	line-height: 18px;
}

#list-formations ul a {	
	list-style-image: url(img/puceliste.png);
	color:#000000;
	padding: 0;
	line-height: 18px;
	text-decoration: none;
}

#list-formations ul a:hover {	
	list-style-image: url(img/puceliste.png);
	color:#000000;
	padding: 0;
	line-height: 18px;
	text-decoration: underline;
}

#list-formations {
	clear:both;
	margin-left:20px;
	padding-bottom:10px;
	border-bottom:1px solid #F6F6F6;
}

#list-formations2 {
	clear:both;
	margin-left:0px;
}

#list-formations2 div {
	border-bottom:1px solid #F6F6F6;
	margin-left:0px;
	padding-left:25px;
	margin-left:12px;
	padding-top:2px;
	padding-bottom:2px;
	background : url(img/pucemenu-orange.gif) no-repeat;
}

#list-formations2 div a {
	text-decoration : none;
	color:#000000;
}
#list-formations2 div a:hover {
	text-decoration : underline;
	color:#000000;
}

#categories {
	background : #ff6219 url(img/fd-categories.jpg) no-repeat;
	background-position:bottom;
	width:218px;
	margin-left:20px;
	margin-right:8px;
	margin-bottom: 0px;
	margin-top:10px;
	padding:0;
}

#list-categories ul {	
	margin: 0px 15px;
	list-style-image: url(img/puce-categories.gif);
	color:#FFFFFF;
	padding: 0;
	line-height: 20px;
}

#list-categories ul a {	
	list-style-image: url(img/puce-categories.gif);
	color:#FFFFFF;
	padding: 0;
	line-height: 20px;
	text-decoration: none;
}

#list-categories {
	clear:both;
	margin-left:20px;
}

#archives {
	background : #f6f6f6;
	background-position:bottom;
	width:218px;
	margin-left:20px;
	margin-right:8px;
	margin-bottom: 0px;
	margin-top:10px;
	padding:0;
}

#list-archives ul {	
	margin: 0px 15px;
	list-style-image: url(img/puce-archives.gif);
	color:#000000;
	padding: 0;
	line-height: 20px;
}

#list-archives ul a {	
	list-style-image: url(img/puce-archives.gif);
	color:#000000;
	padding: 0;
	line-height: 20px;
	text-decoration: none;
}

#list-archives {
	clear:both;
	margin-left:20px;
}

#rss {
	background : #f6f6f6;
	width:218px;
	margin-left:20px;
	margin-right:8px;
	margin-bottom: 0px;
	margin-top:0px;
	padding:0px 0px;
}

#list-rss ul {	
	margin: 0px 15px;
	list-style-image: url(img/puce-archives.gif);
	color:#000000;
	padding: 0;
	line-height: 20px;
}

#list-rss ul a {	
	list-style-image: url(img/puce-archives.gif);
	color:#000000;
	padding: 0;
	line-height: 20px;
	text-decoration: none;
}

#list-rss {
	clear:both;
	margin-left:20px;
}

.imgbasrss {
	margin-left:20px;
	margin-right:8px;
	margin-top:0px;
	padding:0;
}

#espacepro {
	background : #FFF url(img/espacepro.gif) no-repeat;
	width : 225px;
	height : 105px;
	margin-left:20px;
	margin-right:0px;
	margin-bottom: 0px;
	margin-top:0px;
	color:#FFFFFF;
}

#espacepro div {
	padding : 50px 110px 0px 15px;
	line-height: 14px;
}	

#espacepro div a {
	color:#FFFFFF;
	font-weight: normal;
	font-size: 10px;
}	




/* Annuaire
********************************************/

#annuaire-search {
	border:1px dashed #a0000e;
	width: 100%;
	margin: 15px 15px;
	padding: 15px 15px;
	color: #a0000e;
	font-size:18px;
	font-weight: bold;

}

select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	border:1px solid #595959;
	font-weight:normal;
}


#afficher {
	width : 210px;
	height: 20px;
	float: left;
	margin: 5px 0px 5px 15px;
	padding: 0px 0px;
}

#afficher a {
	text-decoration:none;
}

#afficher a:hover {
	text-decoration:underline;
}

.detail_etudiant {
	position:absolute;
	background-color: #FFF;
	border:1px solid #a0000e;
	width : 400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -50px;
	height: 270px;
	padding: 15px 15px;
}

#photo-etudiant {
	float:right;
}

.detail-offre {
	background-color: #FFF;
	margin-left: 20px;
	padding: 15px 15px;
	text-align:left;
}

.detail-offre H1 {
	color:#FF6600;
	font-size: 16px;
	font-weight:bold;
	margin:0px;
}
.detail-offre H2 {
	color: #a0000e;
	font-size: 16px;
	font-weight:bold;
	margin:8px 0px;
}

.detail-offre P {
	border-bottom:1px dashed #CCC;
	margin-bottom:5px;
	padding-bottom:5px;
}

.nometudiant {
	font-size:16px;
	font-weight:bold;
	color:#a0000e;
}

#fermerdiv {
	float:right;
	margin-top:-10px;
	margin-right:-10px;
}

#content-reseau {
	margin-top : 20px;
	margin-left:0px;
}

#content-reseau h3 {
	color: #a0000e;
	font-size: 18px;
	line-height: 18px;
	border-left:10px solid #FF6600;
	background-color:#FFF;
	padding-left: 10px;
}	

.formoffre { margin-left:30px;}		
.experience { 
	border-bottom: 1px dashed #a0000e;
	padding: 10px 0px 5px 0px;
	font-size: 22px;
	font-weight:bold;
	color:#CCCCCC;
}

#resultat-offres {
	width : 40%;
	margin: 5px 0px 5px 20px;
	float:left;
	padding: 7px 7px;
	border: 1px dashed #CCC;
	height:65px;
}

/* Footer
********************************************/
#footer{
	padding: 0;
	background: #FFF url(img/footer.png) no-repeat center bottom;
	text-align: right;
	width:887px;
	height: 45px;
	font-size:10px;
}

#footer a{
	text-decoration: none;
	color: #595959;
	background: transparent;
	padding-right: 60px;
}

/* Partenaire
**************************************************/
.tit_partenaire {
	width:100%;
	font-size:14px;
	font-weight:bold;
	color:#a0000e;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom:10px;
	border-bottom:1px dashed #CCCCCC;
	padding: 10px 0px 10px 20px;
	background-color:#EEE;
}

.photo_partenaire {
	float:left;
	width:150px;
	padding: 5px 15px;
	text-align:center;
	margin-left:15px;
	height: 100px;
}


#titre-page {
	color:#FF6600;
	font-size:16px;
	font-weight:bold;
	margin-top:25px;
	margin-left:0px;
	padding-left:20px;
	width: 100%;
	border-left: 10px solid #FF6600;
}


#titre-page H1 {
	color:#FF6600;
	font-size:22px;
	font-weight:bold;
	margin:0px;
}

#titre-page H2 {
	color:#a0000e;
	font-size:14px;
	font-weight:bold;
	margin-top:5px;
}

#titre-page H3 {
	color:#595959;
	font-size:12px;
	font-weight:bold;
	background-color:#FFF;
	border: 0px solid;
	margin: 15px 0px;
	padding: 0px;
	background: url(img/puceliste.gif) no-repeat;
	padding-left:20px;
}

#contenu {
	margin: 15px 0px 15px 43px;
	text-align:left;
	font-size:11px;
	line-height: 20px;
	width: 100%;
	text-align:justify;
}

#contenu a {
	color:#a0000e;
	text-decoration:underline;
}

#contenu a:hover {
	color:#FF6600;
	text-decoration:underline;
}

#contenu P {
	border-bottom: 1px dashed #CCC;
	margin-bottom:10px;
	padding-bottom:10px;
}

#contenu table{
	font-size: 11px;
	text-align: center;
	margin: 5px 2px;
	border-collapse: collapse;
}

#contenu table caption{
	margin: 0 auto;
}

#contenu table td{
	font-size:11px;
	line-height:18px;
	//border: 1px solid #CCC;
	text-align:left;
	padding: 5px 5px;
}

.txorange {
	color:#FF6600;
	font-size: 14px;
	font-weight: bold;
}
