body {
	text-align: center;
	padding:0px;
	margin: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	/*color:#505050;*/
	color:#666666;
}
p { margin: 0px;  }
form {margin: 0px; }
img {border: 0px; margin:0px;}
img.center{
	margin-left:auto;
	margin-right:auto;
}
div { margin: 0px; padding: 0px;}
input,button {
	font-size:11px;
	border: 1px solid #242775;
    color:#30507A;
}
button{
	font-size:11px;
	background-color:#7eae19;
	border: 1px solid #7eae19;
	color:#ffffff;
	font-weight:bold;
}
input.button{
	font-size:11px;
	background-color:#7eae19;
	border: 1px solid #7eae19;
	color:#ffffff;
	font-weight:bold;
}
input.checkbox{
	border:0px;
	vertical-align:middle;
}
select{
    font-size:11px;
    border: 1px solid #242775;
    color:#30507A;
    margin-bottom:1px;
}
textarea{
	font-size:11px;
    border: 1px solid #242775;
    color:#30507A;
}
h1,h2,h3{
	margin:0;
	padding:0;
}

a {
	color:#cf0000;
}

div#container{
	float:left;
	width: 100%;
	text-align: center;
}
div#outterbox{
	position: relative;
	width: 763px;
	margin: 0;
	text-align: left;
	/*background:#ffffff;*/
}
#top { /* div contenant nuages du fond haut + le logo FJG + le menu de navigation - div containing the clouds of the top background, etc*/
	float:left;
	height: 99px;
	width:100%;
	background-color: transparent;
}
	div#top_links{
		display:none;
	}
	#logo { /* logo FJG */
		clear:both;
		width: 100%;
		height: 91px;/*99px total*/
		/*background: url(../images/logo.gif);*/
		/*margin-left: 498px;
		margin-top: 8px;*/
		margin: 8px 0 0 0;
		background-color: transparent;
	}

div#menu { /*menu de navigation - navigation menu*/
	display:none;
}

#banner {
	display:none;
}

div#content{
	float:left;
}

#left { /* zone de contenu gauche (arborescence d'une section, par ex: "profil")- left content zone*/
	display:none;
}

div#right { /* zone de contenu droit - right content zone*/
	clear:both;
	width: 500px;
	margin: 15px 0 0 0;
	/*background-color: #fff555;*/
}
	div#breadcrumb{
		margin:0 0 10px 0;
		color:#9f9f9f;
	}
		div#breadcrumb a{
			color:#9f9f9f;
		}
	div#right h1{
		/*width:480px;/*500px total*/
		clear:both;
		font-size: 21px;
		color: #00007f;
		text-align: left;
		padding: 0px 0 10px 0px;
		margin: 10px 0 0 0;
		font-weight:normal;
	}
	div.roundbox{
		float:left;
		width:498px; /*510px total*/
		padding:22px 0 0 0;
	}
		div.roundbox div.content{
			float:left;
			width:456px;
			padding:0 20px;
		}
			div.roundbox div.content span.title1 { /* titre concernant la div "Bienvenue sur le site de la Fondation Joseph Guiteau!" d'index.php */
				font-size: 30px;
				color: #00007F;
			}
			div.roundbox div.content span.title2 {
				font-size: 16px;
				color: #c6c7c0;
			}
		div.roundbox_close{
			display:none;
		}

	div.fullbox{
		float:left;
		clear:both;
		width:500px;
	}
		div.fullbox div.content{
			padding:0 0 0 20px;
		}
	div.halfbox{
		float:left;
		width:240px; /*255px total*/
		padding:0 10px 0 0;
	}
		div.halfbox div.content{
			padding:0 0 0 20px;
		}


#footer { /* div pied de page avec pour fond un jpg*/
	float:left;
	width: 500px;
	border-top:1px solid #c1c4af;
	background:#ecefdc;
	margin: 20px 0 0 0;
	padding: 10px 0 0 0;
	text-align: center;
	color: #7c7e73;
}
	img#img_validator{
		display:none;
	}