body
{
    background: url('siteElements/fondTSG.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #181818;
	margin-top: 0px;
}

p
{
	line-height: 20px;
}

h3
{
	text-align:center;
	margin-top: 0;
}

#bloc_page
{
    width: 959px;
	margin: 0 auto;
	background-color:#FFF;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.5);
	padding-bottom: 15px;
}

header 
{
	padding: 0;
	margin: 0;
}

header #logo
{
	height: 150px;
	margin: 0;
}

header #gradiant
{
	padding: 0;
	margin: 0;
}

#footnote
{
	font-size: 0.9em;
	font-style: italic;
}

section h1, footer h1, nav a
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
}

#articles, aside
{
    display: inline-block;
    vertical-align: top;
}
 
article
{
    width: 625px;
	margin: 15px;
	margin-bottom: 30px;
	position: relative;
    background-color: rgb(239, 186, 225);
    box-shadow: 0px 2px 5px #1c1a19;
    border-radius: 5px;
    padding: 10px;
    color: black;
    font-size: 0.8em;
}

article h3
{
	text-align:center;
}

article p
{
    font-size: 1em;
	text-align: justify;
}

article p #titleInArticle
{
    font-weight: bold;
}

article a
{
    font-size: 1em;
	color: #181818;
	text-align: center;
}
 
aside 
{
    position: relative;	
}

aside .sideItem
{
    width: 235px;
    background-color: rgb(126, 84, 117);
    box-shadow: 0px 2px 5px #1c1a19;
    border-radius: 5px;
    padding: 10px;
    color: #FFF;
    font-size: 0.75em;
	text-align:left;
	margin-top: 15px;
	margin-bottom: 30px;
	text-align: center;
}

aside a
{
	color: #FFF;
}

form #button
{
	display: block;
	margin: auto;
}

footer a
{
	display: block;
	margin: auto;
	font-size: 0.8em;
	color: #181818;
	text-align: center;
}

section #competResults
{
	margin: 0;
	padding: 0;
}

section .halfBoxAdmin
{
	width: 354px;
	margin: auto;
	margin-bottom: 30px;
	margin-top:25px;
    background-color: rgb(239, 186, 225);
    box-shadow: 0px 2px 5px #1c1a19;
    border-radius: 5px;
    padding: 10px;
    color: black;
    font-size: 0.8em;
}

section .halfBox
{
    display: inline-block;
	vertical-align: top;
	width: 354px;
	margin-bottom: 30px;
	margin-top:25px;
	margin-left: 70px;
	position: relative;
    background-color: rgb(239, 186, 225);
    box-shadow: 0px 2px 5px #1c1a19;
    border-radius: 5px;
    padding: 10px;
    color: black;
    font-size: 0.8em;
}

section .halfBoxEmpty
{
	vertical-align: top;
	width: 400px;
	margin: auto;
	margin-top:25px;
	margin-bottom: 30px;
	position: relative;
    background-color: #FFF;
    box-shadow: 0px 2px 5px #1c1a19;
    border-radius: 5px;
    padding: 10px;
    color: black;
    font-size: 0.8em;
}

section .halfBoxEmpty .partenaire
{
	display: inline-block;
	margin-right: 30px;
	vertical-align: top;
}

section .fullBox
{
	width: 800px;
	margin: auto;
	margin-bottom: 30px;
	margin-top: 25px;
    background-color: rgb(239, 186, 225);
    box-shadow: 0px 2px 5px #1c1a19;
    border-radius: 5px;
    padding: 10px;
    color: black;
    font-size: 0.8em;
}

section h2
{
	text-align:center;
	margin-top:0px;
}

section h3
{
	text-align:center;
}

section h4
{
	font-style: italic;
	font-size: 0.9em;
	text-align:center;
}

section h5
{
	font-style: italic;
	font-size: 1em;
	text-align: center;
}

section p #titleInArticle
{
    font-weight: bold;
}

div .nicEdit-main
{
	background-color: #FFF;
}

#coin-slider
{
	margin: auto;
	margin-top: 25px;
	margin-bottom: 15px;
    box-shadow: 0px 2px 5px #1c1a19;
}

.cs-title { width: 545px; padding: 10px; background-color: #000000; color: #FFFFFF;}


