/* @override 
	http://192.168.1.10/maurypasquier.ch/style.css
	http://192.168.1.10/maurypasquier.chv1/style.css
	http://192.168.1.10/maurypasquier.chv2/style.css
*/

/* @group Général */

body {
	background-color: #e8d2d4;
}

* {
	margin: 0px;
	padding: 0px;
	font-family: Futura,"Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 13px;
}
a {
	color : #660000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.spacer {
	border: 0px;;
	height: 0px;
	clear: both;
	width: 0%;
}

/* @group Textes */

p {
	margin-bottom: 10px;
}

table p {
	text-indent: 0px;;
}
 .titreDocument {
	color: #660000;
	font-size: 27px;
	border-bottom: 1px solid #660000;
	font-weight: normal;
	font-style: normal;
	font-variant: small-caps;
	padding-bottom: 2px;
	margin-bottom: 10px;
	padding-top: 5px;
}
.TitreDocument .TitreDocument {
	border-bottom: none;
}

h2, h3, h4, h5 {
	padding-top: 10px;
	color: #660000;
	font-weight: normal;
	font-style: normal;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 17px;
}

/* @end */

/* @group Images */

.floatL, .floatR, .floatC {
	padding: 5px;
	margin: 10px;
	border: 1px dotted #660000;
}

.floatR {
	float: right;
}

.floatL {
	float: left;
}

.floatC {
	text-align: center;
	width: 400px;
}


/* @end */

/* @end */

/* @group Blocs */

/* @group Ombres */

#ombretop {
	height: 24px;
	background: url(imgs/ombre_top.png) no-repeat;
	_background: url(imgs/ombre_top.gif) no-repeat;
}

#ombrebottom {
	height: 8px;
	background: url(imgs/ombre_bottom.png) no-repeat;
	_background: url(imgs/ombre_bottom.gif) no-repeat;
}

#content {
	background: url(imgs/ombre_centre.png) repeat-y;
	_background: url(imgs/ombre_centre.gif) repeat-y;
}

/* @end */

#container {
	position: absolute;
	left: 50%;
	margin-left: -482px;
	width: 964px;
	padding-bottom: 20px;
}


#central, #footer, #header {
	margin-left: 14px;
}


/* @end */

/* @group Header */

#header {
	height: 407px;
	background: url('imgs/back_header.jpg') no-repeat;
}

#header .texte {
	position: relative;
	top: 270px;
	left: 30px;
	color: white;
	width: 450px;
	font-size: x-small;
}

#header h1, #header h3 {
	display: none;
}

/* Pendant la campagne "Atout coeur", on affiche pas les textes */
#header .texte {
	display: none;
}


/* @end */

/* @group Navigation */
#navigation {
	padding: 0px;
	margin-bottom: 15px;
	text-align: right;
	color : white;
	font-size: 12px;
	background: #461818 url(imgs/back_nav.jpg) no-repeat;
}



#navigation div {
	position : absolute;
	top : 453px;
	right : 50px;
}

#navigation a {
	color : white;
	text-decoration: none;
}

#navigation a:hover {
	color : white;
	text-decoration: underline;
}

#navbar,
#navbar a {
	color: #660000;
	font-size: 16px;
	text-decoration: none;
	padding-bottom: 12px;
}

#psSitLink {
	position: absolute;
	top : 447px;
	height: 30px;
	width: 160px;

}

#psSitLink span {
	display: none;
}

#psSitLink a {
	display: block;
	height: 30px;
	width: 160px;

}


/* @end */

/* @group Droite */

#right .titreDocument {
	font-size: 20px;
	text-align: center;
}

#newsletter {
	text-align: center;
}

#newsletter p {
	text-indent: 0px;
}

#agenda ul {
	list-style-position: outside;
	list-style-type: circle;
	margin-left: 18px;
}

#agenda li {
	padding-top: 3px;
}

/* @end */

/* @group Centre */

#central {
	margin: 15px 40px;
}

#right {
	width: 240px;
	float:right;
}

/* @group News */

#news {
	padding-left: 10px;
	width: 530px;
}
#news .item{
	padding-bottom: 18px;
}


/* @end */

/* @group Documents */

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

#textDate {
	font-style: italic;
	font-variant: small-caps;
	font-size: x-small;
	direction: ltr;
	text-align: right;
}

/* @end */

/* @group Listes */
#listeIntro {
	padding-top: 25px;
	font-weight: bold;
}

.themeDoc {
	padding: 12px 0px;
	border-bottom: 1px solid #660000;
}

#themeDesc h6 {
	padding-bottom: 18px;
}

.docTitre a{
	font-size: 20px;
}

/* @end */

/* @group parcours */

#parcours #navbar {
	width: 100px;
	float: left;
	text-align: center;
	padding: 5px;
	margin: 5px;
	border: 1px dotted #660000;
}

#parcours #navbar a {
	display: block;
	padding: 6px;
}

#parcours #navbar a:hover,
#parcours #navbar a.sel {
	background-color: #cc6666;
	color: #ffffff;
	text-decoration: none;
}

#parcours #article {
	margin-left: 125px;
}


/* @end */

/* @group Presse */

#PhotosListe,
#DocumentsListe {
	clear: both;

	}

#PhotosListe ul,
#DocumentsListe ul {
	list-style-type: none;
	}

/* @group Photos */

.PhotoItem table {
	width: 160px;
}

.PhotoItem td {
	width: 160px;
	height: 200px;
}

.PhotoItem td div {
	text-align: center;
}

.PhotoItem img {
	border: none;
}

.PhotoItem {
	float: left;
	border: 1px dotted #660000;
	padding : 10px;
	margin : 19px;
	text-align: center;
}

/* @end */

/* @group Documents */

#DocumentsListe ul {
	padding-left: 30px;
	}

#DocumentsListe li {
	padding-bottom: 2px;
	margin-bottom: 8px;
	border-bottom: 1px solid #660000;
	}

#DocumentsListe .Documents {
	color: #660000;
	font-size: 19px;
}

/* @end */



/* @end */

/* @end */

/* @group Dessins */

#dessin {
	height :242px;
	width : 242px;
}

#theme #right {
	display: none;
}

#home #dessin,
#contact #dessin {
	background-image: url(imgs/dessin-accueil.gif);
}

#egalite #dessin {
	background-image: url(imgs/dessin-egalite.gif);
}

#international #dessin {
	background-image: url(imgs/dessin-international.gif);
}

#lien #dessin {
	background-image: url(imgs/dessin-liens.gif);
}

#migration #dessin {
	background-image: url(imgs/dessin-migration.gif);
}

#parcours #dessin {
	background-image: url(imgs/dessin-parcours.gif);
}

#portrait #dessin {
	background-image: url(imgs/dessin-portrait.gif);
}

#sante #dessin {
	background-image: url(imgs/dessin-sante.gif);
}

#securite #dessin {
	background-image: url(imgs/dessin-securite.gif);
}

#societe #dessin {
	background-image: url(imgs/dessin-societe.gif);
}

#travail #dessin {
	background-image: url(imgs/dessin-travail.gif);
}

#transport #dessin {
	background-image: url(imgs/dessin-transport.gif);
}

#economie #dessin {
	background-image: url(imgs/dessin-economie.gif);
}

/* @end */

/* @group Footer */

/* @group general */

#footer {
	background: url('imgs/back_footer.jpg') repeat-y;
	height : 343px;
	position: relative;
}

#footer p,
#footer a {
	padding: 0px;
	margin: 0px;
	color: #ff9999;
	text-decoration: none;
	font-size: 17px;
	text-indent: 0;
}

#footer .titreDocument {
	border: none;
	color: white;
	padding: 0px;
	margin:0px;
}

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

/* @end */

/* @group Blocs */

#themes, #liens, #photos {
	position: absolute;
	margin : 15px 15px 0px 15px;
}

/* @group Themes */

#themes {
	padding-left: 15px;
	width: 275px;
}

/* @end */

/* @group Liens */

#liens {
	left: 320px;
	width : 270px ;
}


/* @end */

/* @group Photos */

#photos {
	left: 620;
	width: 290px;
}

#photos #footerPhotos {
	width: 290px;
	position: relative;
	margin-left: 14px;
}

#photos #footerPhotos div {
	position: absolute;
	display: block;
	width: 112px;
	top: 7px;
}

#photos #footerPhotos2,
#photos #footerPhotos4 {
	left: 145px;
}

#photos #footerPhotos #footerPhotos3,
#photos #footerPhotos #footerPhotos4 {
	top: 100px;
}

#photos img {
	border: 1px solid white;
}

#footerLink {
	position: absolute;
	top: 240px;
}


/* @end */

/* @end */

/* @group netteo link */

#netteo {
	margin: auto;
	width: 70px;
}

/* Hack IE qui ne comprend pas les margin auto*/
* html #netteo {
	position: absolute;
	left: 50%;
	margin-left: -35px;
}

#netteo a{
	width: 70px;
	height: 23px;
	display: block;
	background: url(imgs/netteo.png) no-repeat;
	_background: url(imgs/netteo.gif) no-repeat;
}

#netteo span {
	display: none;
}

/* @end */


/* @end */