/* Définition des polices personnalisées */

/*
#975145 terra
#EEECED beige
#314D5D blue
*/


/*@font-face
{
    font-family: 'BallparkWeiner';
    src: url('polices/ballpark.eot');
    src: url('polices/ballpark.eot?#iefix') format('embedded-opentype'),
         url('polices/ballpark.woff') format('woff'),
         url('polices/ballpark.ttf') format('truetype'),
         url('polices/ballpark.svg#BallparkWeiner') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'Dayrom';
    src: url('polices/dayrom.eot');
    src: url('polices/dayrom.eot?#iefix') format('embedded-opentype'),
         url('polices/dayrom.woff') format('woff'),
         url('polices/dayrom.ttf') format('truetype'),
         url('polices/dayrom.svg#Dayrom') format('svg');
    font-weight: normal;
    font-style: normal;
}

*/

@font-face
{
    font-family: 'origema';
	src: url('polices/OgiremaBold.ttf') format('truetype');      
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'basier';
	src: url('polices/basiersquaremono-regular-webfont.ttf') format('truetype');      
    font-weight: normal;
    font-style: normal;
}


/* Eléments principaux de la page */

body
{
    background-image: url('images/architectes_marmande_latei_fond.jpg');
}

.bloc_page
{
   width: 500px;
    margin: auto;
}

header
{
	padding-top : -10px;
	margin-top : -10px;
}

div
{
/*border: 1px #975145 dashed;*/
margin-top: -5px;

}
.image
{

}
.nom
{
padding:15px;
font-size: 1.3em;
margin: 0px;

font-family: basier;
}

.archi
{
	font-family: origema;

}	

.contact
{
	background-color: #EEECED;
	text-align : center;
	color: #314D5D;
	font-size: 1.2em;
	height : 260px;
	padding:0px;
	font-family: "courier new",Verdana, Arial ,Impact, "Arial Black", sans-serif;
}


/*
.mail
{
font-family: "courier new",Verdana, Arial ,Impact, "Arial Black", sans-serif;
font-size: 1em;
}*/

