/*****************************************************
* Nom du fichier : print.css -> (feuille d'impression)*
* Concepteur : Emmanuel BILHEUDE                      *
* Date : Octobre 2008                                 *
*Date de modifictaion : Octobre 2008				  *
* Version : 1.0                                       *
*****************************************************/
page
{
	background: url('../img/logoSilo.jpg') bottom left no-repeat;
}

body
{
	background-color:#FFFFFF;
	color:#000000;
}

#boutonsMenu
{
	visibility: hidden;
}

#logoImpression
{
	visibility: visible;
}

a
{
	font-weight: bold;
}

a img{
	border:0px;
}

/* Définition du contenu */

#contenu h2
{
	font-family: verdana, arial, sans-serif;
	font-size: 16px;
	line-height: 18px;
	text-align: left;
}

#contenu h3
{
	padding-bottom: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	font-weight: bold;
}

#contenu a
{
	color: #019ee3;
	text-decoration: none;
	font-size: 11px;
}

/* Défintions couleurs des titres en fonction de l'onglet */

#rouge h2
{
	color: red;
}
#rouge h3
{
	color: red;
}

#jaune h2
{
	color: #f4be00;
}
#jaune h3
{
	color: #f4be00;
}
#jaune a
{
	color: #f4be00;
}
#vert h2
{
	color: green;
}
#vert h3
{
	color: green;
}
#vert a
{
	color: green;
}

#bleu h2
{
	color: #019ee3;
}
#bleu h3
{
	color: #019ee3;
}

/* Définition page Accueil */

#imageAccueil1
{
	float: right;
	margin-left: 0px;
	margin-right: 30px;
	padding-top: 20px;
}

#imageAccueil2
{
	float: left;
	margin-left: 0px;
	margin-right: 7px;
}
/* Définition de la page des camps d'été */

#liste p
{
	text-indent: 15px;
	line-height: 15px;
}

#signature
{
	padding-top: 10px;
}

#signature p
{
	text-indent: 30px;
	line-height: 12px;
	font-weight: bold;
}

#suiteContact p
{
	line-height: 8px;
}

/*Défintion de la balise pour écrire en italic sinon la taille n'est pas la même que le reste du site*/
em
{
	font-size: 11px;
}

/* Défintion page de la FAQ */

#question h3
{
	padding-top: 12px;
	height: 45px;
	background: url('../img/question.jpg') left no-repeat;
	text-indent: 30px;
}

/* Défintion de la page asso */

#lecteur
{
	display: none;
}

 /* Définition du pied de page */
 
#piedDePage
{
	display: none;
}

/*Définition Formulaire*/

#formulaire
{
	display: none;
}

/*Définition page des vidéos */

#ligne1 img
{
	margin-top: 30px;
	margin-left: 360px;
}

#ligne2 img
{
	margin-top: 30px;
	margin-left: 50px;
}

#ligne3 img
{
	margin-top: 30px;
	margin-left: 50px;
}

#ligne4 img
{
	margin-top: 30px;
	margin-left: 360px;
}

/*Définition des Highslide pour qu'ils ne soient pas affichés à l'impression*/

#highslide-html,#highslide-html2,#highslide-html3,#highslide-html4,#highslide-html5,#highslide-html6,#highslide-html7,#highslide-html8
{
	display: none;
}