/* 
CSS pages de contenu 
Communauté de Communes du Pays d'Evron 01/2005
C. Hubert 
*/

/* -------------------------------------------------- */
/* Organisation de la mise en pages: page de contenu  */
/* -------------------------------------------------- */
body {
	text-align:center;
	background-image: url(../UI/ciel3.jpg);
	background-repeat: no-repeat;
	background-color: #4c69b9;
	background-attachment: fixed;
}
#frame {
	width:750px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align:left;
	background-color: #FFFFFF;
	border: 1px solid #003366;
}
#contentleft {
	width:175px;
	padding:0px;
	float:left;
	background:#eee;
	background-color: #FFFFFF;
}
#contentcenter {
	width:575px;
	padding:0px;
	float:left;
}
#grandephoto {
	width:740px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	padding-right:auto;
	padding-left:auto;
	/*float:left;*/
}
#contentheader {
	background:#fff
}		
p,h1,h2,h3,h4,pre {
	margin:0px 10px 10px 10px;
}		
h1 {
	font-size:14px;
}
p {
	text-align: justify;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#contentheader h1 {
	font-size:14px;
	padding:10px;
	margin:0px;
}
.chapo {
	background-color: #003366;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	font-variant: small-caps;
	color: #FFFFFF;
	text-align: right;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #006666;
	border-left-color: #FF3300;
	background-image: url(../UI/rougemod.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.image {
	padding:2px 2px 2px 2px;
	border:0px;
}
.blind {
	display: none;
}
/* -------------------------------------------------- */
/* Les titres dans la partie contenu "Content Center" */
/* -------------------------------------------------- */
#contentcenter h1 {
	background-image: url(../UI/fondtitre.jpg);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: justify;
}
/*	
#contentcenter h1.actua {
	background-image: url(../UI/fondtitre.jpg);
	}
*/
#contentcenter h1.ccpe {
	background-image: url(../UI/fondtitrevert.jpg);
}	
#contentcenter h1.pays {
	background-image: url(../UI/fondtitrerouge.jpg);
}	
#contentcenter h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #003366;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
}
#contentcenter h2.ccpe {
	color: #0D765E;
	border-bottom-color: #0D765E;
}
#contentcenter h2.pays {
	color: #F74200;
	border-bottom-color: #F74200;
}
#contentcenter h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 18px;
	color: #06267B;
}
#contentcenter h3.ccpe {
	color: #0D765E;
}
#contentcenter h3.pays {
	color: #F74200;
}
#contentcenter h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	color: #06267B;
}
#contentcenter h4.ccpe {
	color: #0D765E;
}
#contentcenter h4.pays {
	color: #F74200;
}
#grandephoto h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
}

/* -------------------------------------------------- */
/* Les textes dans la partie contenu "Content Center" */
/* -------------------------------------------------- */
a:hover {font-weight: bold;}
.nouveau {
	color: #FF0000;
	background-color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
}
.centrermedium {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: center;
}
.intro {
	font-size: 14px;
	font-weight: bolder;
}
.citation {
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	/*background-image: url(../UI/citation.gif);
	background-position: top right;
	background-repeat: no-repeat;*/
}
/* Listes */
#contentcenter ul{
	margin:5px 15px 5px 15px;
	font-size: 10px;
	list-style-type: none;
	list-style-position: inside;
}
#contentcenter li{
	list-style-image: url(../UI/arrow2.gif);
	list-style-position: inside;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 10px;*/	
}
#contentcenter ol {
	margin:5px 15px 5px 15px;
	list-style-type: decimal;
	/*list-style-image: url(../UI/arrow2.gif);*/
	list-style-position: outside;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;	
}
strong.actua {
}
strong.ccpe {
	color: #0D765E;
}
strong.pays {
	color: #F74200;
}
#contentcenter b.actua {
	
}
#contentcenter b.ccpe {
	color: #0D765E;
}
#contentcenter b.pays {
	color: #F74200;
}
/* -------------------------------------------------- */
/* Les boites dans la partie contenu "Content Center" */
/* -------------------------------------------------- */
.box {
	-moz-border-radius: 4px;
	width: 90%;
	background-position: center;
	margin: 10px;
	padding: 10px;
	border: 1px solid #003366;
	text-align: center;
}
.boitebleue {
	background-color: #6699CC;
}
.boiteverte {
	background-color: #339999;
}
.boiterouge {
	background-color: #F74200;
}
.boitegrise {
	background-color: #CCCCCC;
}
.contentbox {
	width: 100%;
}
#actuabox {
/*	width: 90%;
	background-color: #6699CC;
	background-position: center;*/
	margin: 10px;
	padding: 10px;
	border: 1px solid #003366;
}
#ccpebox {
	width: 315px;
/*	background-color: #6699CC;
	background-position: center;
	padding: 10px;
	float:left;*/
	margin: 10px;
	border: 1px solid #006666;
}
#paysbox {
	width: 315px;
/*	background-color: #6699CC;
	background-position: center;
	padding: 10px;*/
	float:right;
	margin: 10px;
	border: 1px solid #003366;
}
.sommaire {
	width: 200px;
	/*background-color: #6699CC;*/
	padding: 10px;
	float: right;
	margin: 10px;
	border: 1px solid #003366;
}
.minibox {
	width: 200px;
	height: 140px;
/*	background-color: #6699CC;
	background-position: center;*/
	padding: 10px;
	float:left;
	margin: 10px;
	border: 1px solid #003366;
}
.miniboxram {
	width: 200px;
	height: 350px;
/*	background-color: #CCCCFF;*/
	background-position: bottom center;
	background-image: url(../images/ram/boules.jpg);
	background-repeat: no-repeat;
	padding: 10px;
	float:left;
	margin: 10px;
	border: 1px solid #003366;
}

#ramindex {
	padding: 10px;
	float:left;
	margin: 10px;
	background-image: url(../images/ram/fondramindex.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
#ramindex li {
	list-style-type: none;
	list-style-position: outside;
	display: inline;
}
#ramindex a {
	width: 120px;
	height: 120px;
	padding: 10px;
	float:left;
	margin: 10px;
	border: 1px solid #003366;
	text-align: center;
	font-weight: bold;
	font-size:12px;
}
#ramindex a:hover {
/**background-color: #6699CC;**/
background-image: url(../images/ram/boules.jpg);
background-position: bottom center;
}


#contentcenter img {
margin: 2px;
}

.boitabox {
	width: 90%;
	margin-right:auto;
	margin-left:auto;
}
/* FIN de la partie boite*/


/* ----------------------------------------------------------------- 
CSS du menu 
remerciement ŕ l'auteur des tutoriels www.alsacreations.com/articles
------------------------------------------------------------------- */
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: inside;
	/*list-style-image: url(../UI/arrow2.gif);*/
}
#menu {
	position: relative;
	top: 0;
	left: 10px;
	width: 165px;
}
#menu dt {
	cursor: pointer;
	margin: 2px 0;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	border: 1px solid gray;
	/*background: #ccc;*/
}
#menu dd {
	border: 1px solid gray;
}
#menu li {
	text-align: left;
	/*background: #fff;*/
}
#menu li a, #menu dt a {
	color: #000;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
}
#stitre2 {
	background-image:  url(../UI/fondtitre.jpg);
	background-position: top left;
	/*background-color:#06267B;*/
	font-family: Arial, Helvetica, sans-serif;
	/*font-weight: bold;*/
	color: #FFFFFF;
}
#stitre3 {
	background-image:  url(../UI/fondtitrevert.jpg);
	background-position: top left;
	/*background-color:#0D765E;*/
	font-family: Arial, Helvetica, sans-serif;
	/*font-weight: bold;*/
	color: #FFFFFF;
}
#stitre4 {
	background-image:  url(../UI/fondtitrerouge.jpg);
	background-position: top left;
	/*background-color:#F74200;*/
	font-family: Arial, Helvetica, sans-serif;
	/*font-weight: bold;*/
	color: #FFFFFF;
}
#smenu2 {
	/*background-color: #A9B8FC;*/
	background-image:  url(../UI/fondtitre.jpg);
	background-position: top right;
}
#smenu3 {
	/*background-color: #D2FFF0;*/
	background-image:  url(../UI/fondtitrevert.jpg);
	background-position: top right;
}
#smenu4 {
	background-image:  url(../UI/fondtitrerouge.jpg);
	background-position: top right;
}
#menu li a:hover, #menu dt a:hover {
	background: #eee;
}
#smenu3 span {
	font-weight: bolder;
	font-size: 14px;
	color: #0D765E;
	text-decoration: underline;
}
#smenu4 span {
	font-weight: bolder;
	font-size: 14px;
	color: #F74200;
	text-decoration: underline;
}
/* FIN de la partie Menu*/

/* -------------------------------------------------- 
 Divers 
-------------------------------------------------- */	
.justifiemedium {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}
/* tableaux */
th.{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #0D765E;
	font-weight: bolder;
	text-align: center;
}
th.actua {background-color: #06267B;}
th.ccpe {background-color: #0D765E;}
th.pays {}
caption {
	font-size: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}
.MenuBox {
	border: 1px solid #003366;
	text-align: center;
	margin: 5px;
	background-color: #FFCCCC;
}
.retourenhaut {
	text-align: right;
	font-size: 9px;
}
