﻿/***********************************************/
/* CSS DE GILLES v1                            */
/* Use with template "index.dwt.aspx"          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: , Verdana, Arial, sans-serif;
	color: #360201;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	background-image: url(http://www.degilles.com/Studio DeGilles/BodyBackGround.jpg);
	background-repeat: repeat;
}


a
{
    color: #FFFFFF;
    text-decoration: none;
}

a:link
{
    color: #000000;
    text-decoration: underline;
}

a:visited
{
    color: #360201;
    text-decoration: underline;
}

a:hover
{
    color: #000000;
    text-decoration: none;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #D0450B;
 margin: 0px;
 padding: 0px;
}



/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#Section {
	padding: 10px;
	border-left: 1px solid #330000;
	border-right: 1px solid #330000;
	width: 100%;
	background-color: #B38C65;
	text-align: justify;	
}

#SectionGche {
	padding: 10px 0px 0px 0px;
	border-left: 1px solid #330000;
	width: 80%;
	background-color: #B38C65;
}

#SectionDte {
	padding: 10px 0px 0px 0px;
	border-right: 1px solid #330000;
	width: 15%;
	background-color: #B38C65;
}



.CadreStd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align:top;
	background-color: #B38C65;
	background-position: left top;
	text-align: justify;
	margin: 15px;
	padding: 0px 20px 0px 20px;
	
	
}

.CadreOrange {
	font-size: 12px;
	text-align: center;
	background-color: #D14207;
	vertical-align: top;
	color: #FFFFFF;
	
}

.CadreOrangeStd {
	font-size: 12px;
	text-align: left;
	background-color: #D14207;
	vertical-align: top;
	color: #FFFFFF;
	
}

.CadreRouge {
	background-color: #390202;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}

.Normal {
    font-size: 12px;
    color: #FFFFFF;
    text-align: left;
    font-weight: normal;
    text-transform: none;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
}


.PtesMajOrange {
	font-size: 14px;
	line-height: normal;
	font-variant: small-caps;
	color: #000000;
	background-color: #D14207;
	font-weight: bold;
}

.PtesMajRouge {
	font-size: 14px;
	line-height: normal;
	font-variant: small-caps;
	color: #D23E00;
	background-color: #390202;
	font-weight: bold;
	text-align: center;
}

.Legende
{
    font-size: 10px;
    line-height: normal;
    color: #000000;
    background-image: url(http://www.degilles.com/Studio DeGilles/BodyBackGround.jpg);
    background-repeat: repeat;
    text-align: center;
}

