﻿/* 
	PRINT STYLESHEET
	Print media styles.
*/

body *
{	
	color: #000 !important;
}

#page
{
	width: 6.5in;
}

#menu, #ombre
{
    display:none;
}


/* ----------------------------
   Contenu
---------------------------- */

/* boite mission */

#titreSection
{
    border-left: solid 1px #000;
	margin-bottom: 30px;
}

/* entête mission */
#titreSection h3
{
	padding: 0 0 0 10px;
}

/** pour la page accueil **/
#txtIntro
{
	padding-left:10px;
}

/** pour les pages internes **/
#txtIntroInt
{
	padding-left:27px;
}

#titreSection strong
{
	padding-left: 10px;
}

/* boîte nouveautés */
.infos
{
	border: solid 1px #000;
}

.photo
{
	background: #fff;
}

/* entête nouveautés */
#flecheInfos
{
	display:none;
}

.infos h3
{
	padding: 0 0 0 0px;
}

.infos strong
{
	padding-left: 27px;
}

.texteInfos
{
	padding-left: 27px;
}

/* ----------------------------
   Pied
---------------------------- */

#pied
{
    padding-top:0px;
}

#pied address
{
    color: #81bcde;
    font-style: normal;
    font-size: 1.1em;
    margin: 0;
    padding: 50px 0 0 20px;
}

#copyright
{
    padding: 7px 0 5px 20px;
}


#mention
{
	padding-top:7px;
	padding-right:10px;
}

